Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-21-2022 12:55 AM
The operator summary docs label the Distinct operator as "Eager".
It doesn't seem like the type of operation that needs to be eager. De-duping can obviously be done in a streaming fashion.
The operator detail docs say:
The Distinct operator removes duplicate rows from the incoming stream of rows. To ensure only distinct elements are returned, Distinct will pull in data lazily from its source and build up state. This may lead to increased memory pressure in the system.
All the sessions of the conference are now available online