https://github.com/elastic/elasticsearch
Revision 1d1ca3befc8bbe57bc58f32633c02d47922e651d authored by Boaz Leskes on 27 March 2014, 19:43:36 UTC, committed by Boaz Leskes on 11 April 2014, 13:50:34 UTC
The AppendingDeltaPackedLongBuffer uses delta compression in paged fashion. For data which is roughly monotonic this results in reduced memory signature.

By default we use the storage format expected to use the least memory. You can force a choice using a new field data setting `memory_storage_hint` which can be set to `ORDINALS`, `PACKED` or `PAGED`

Closes #5706
1 parent e8ea9d7
History
Tip revision: 1d1ca3befc8bbe57bc58f32633c02d47922e651d authored by Boaz Leskes on 27 March 2014, 19:43:36 UTC
Added a AppendingDeltaPackedLongBuffer-based storage format to single value field data
Tip revision: 1d1ca3b
File Mode Size
.settings
bin
config
dev-tools
docs
lib
rest-api-spec
src
.gitignore -rw-r--r-- 816 bytes
.travis.yml -rw-r--r-- 145 bytes
CONTRIBUTING.md -rw-r--r-- 6.1 KB
LICENSE.txt -rw-r--r-- 11.1 KB
NOTICE.txt -rw-r--r-- 150 bytes
README.textile -rw-r--r-- 8.2 KB
TESTING.asciidoc -rw-r--r-- 6.9 KB
core-signatures.txt -rw-r--r-- 2.6 KB
pom.xml -rw-r--r-- 65.9 KB

README.textile

back to top