cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

About the slow speed of "call db.schema.nodetyproperties"

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

1 REPLY 1

conker84
Graph Voyager

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