In enterprise edition, the size of store files is exposed by JMX, see http://docs.neo4j.org/chunked/stable/jmx-mxbeans.html#jmx-store-file-sizes.
You can use neo4j-shell to query them: echo 'dbinfo -g "Store file sizes" ArrayStoreSize PropertyStoreSize StringStoreSize' | bin/neo4j-shell Cheers, Stefan 2014-05-02 16:13 GMT+02:00 Michael Hunger <[email protected]>: > Look at the file size on disk > > Propertystore, stringstore and arraystore > > Michael > > Sent from mobile device > > Am 02.05.2014 um 15:28 schrieb Alex Frieden <[email protected]>: > > Is there a way to check how big the neo4j propertystore is? Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
