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
- Host: GitHub
- URL: https://github.com/baslr/pinkerton
- Owner: baslr
- Created: 2017-01-15T02:53:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T21:34:16.000Z (about 9 years ago)
- Last Synced: 2025-01-23T02:11:31.000Z (about 1 year ago)
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.