I just read Graph Database Internals from Graph Databases book. It says 
Neo4j stores graph data in a number of different store files. Each store 
file contains the data for a specific part of the graph (e.g., nodes, 
relationships, properties):
- node store is neostore.nodestore.db => 9 bytes in length
- relationship store is neostore.relationshipstore.db => 33 bytes in length
- property store is neostore.propertystore.db => 25 bytes in length
- property index store is neostore.propertystore.db.index => 9 bytes in 
length
- property dynamic string store is neostore.propertystore.db.strings => 13 
+ blockSize bytes
- property dynamic array store is neostore.propertystore.db.arrays => 13 + 
blockSize bytes

I'm still confused why the size of rrd is always bigger than all of store 
files that Neo4j use?
What is the content of rrd file actually? and how to open it?
And if rrd is useful, what is rrd file for?

Thanks in advance.
Best regards,
Rio Eduardo

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to