An open API service indexing awesome lists of open source software.

https://github.com/baslr/pinkerton

ArangoDB document key / value substitution / compression for denser document storage
https://github.com/baslr/pinkerton

Last synced: 2 months ago
JSON representation

ArangoDB document key / value substitution / compression for denser document storage

Awesome Lists containing this project

README

          

# pinkerton
ArangoDB document key / value substitution for denser document storage

Through key substitution I achieved 25 % denser packed documents. If your documents contain in the majority cattic content you can save up to 75 % space through value substitution.

Since velocypack, ArangoDBs internal document format, saves every key name and your key name may not ultrashort most of the storage is used for storing the key names.