We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Made it clearer how the K/V nodes look like
Updated On disk file format (markdown)
Make the document data size the same as for b-tree (even if it also contains the geometry)
Size of the geometry is not needed. Only the total size of the document is needed
Information about R-tree root
Add `by_id` B-tree to header
Make the size of the document 32 bits, so that it is byte aligned in total
Changed order of geometry and data
Change order. Now the position pointer is right after the size.
Created On disk file format (markdown)
Initial Commit