Closed
Description
Given that the terms dictionary has the structure of a trie, it compresses better when there are shared prefixes. By putting the mac address before the timestamp in our auto-generated ids, the _uid
field would compress better. I suspect it will also slightly help for stored fields since there will be longer sequences of bytes that are shared across values (the mac address followed by the first bytes of the timestamp).