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.

Storage type and size of databases

Hi there, I found that after updating the Neo4j desktop(1.3.8), now query: sysinfo can only present total storage size xx MB instead of detailed types of the store such as label store, index store, array store etc.(I think the version before is 1.2.5) . Is there a way to query them as before ?
Thanks.

1 REPLY 1

roberto1
Graph Buddy

Hi @lightningthu seems :sysinfo it just working in the enterprise edition https://github.com/neo4j/neo4j-browser/issues/1100

but you could run this

CALL apoc.meta.stats yield labelCount, relTypeCount, propertyKeyCount, nodeCount, relCount, labels, relTypes, stats