Add per storage (partition?) metadata
albe opened this issue · 2 comments
albe commented
The storage metadata should contain information on potential compression/encryption/serialization format as well as security related meta information, like an ACL (see #25)
albe commented
For this, the file format and version need to be changed.
MAGIC[int32]
METADATASIZE[int32]
METADATAHASH[int32]
METADATA[Object]
DOCUMENTSIZE[int32]
DOCUMENT[Object]
...
albe commented
The metadata needs to be user customizable and semantics should be like for the index metadata.