Question about underlying storage

Hi there everyone,

I'm starting my research on GraphDB and one of the topics I'm currently reading about is the data layout in storage.
Neo4j is very known GraphDB so I'm basing my initial studying on it, I've looked around the docs but I couldn't find any explanation on how's the data actually stored in on the disk.
Could anyone let me know if my eyes have missed those details around? or point me toward the answer?

Thanks in advance.

1 Like

There are some details in the free graph databases book
Otherwise have a look at the source, as it's constantly evolving.