Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-30-2022 04:52 AM
When there is a large amount of data, calling "call db.schema.nodetyproperties" takes a long time. Does anyone know how to deal with this problem
05-30-2022 05:10 AM
Just use this one:
Unfortunately call db.schema.nodetyproperties
eagerly computes the schema so if the underlining dataset is big you'll get poor performances, while apoc.meta.nodeTypeProperties
samples the dataset so it way faster
All the sessions of the conference are now available online