alluxio
alluxio copied to clipboard
Support trie implemention for FieldIndex
What changes are proposed in this pull request?
I have added new implemention for fieldIndex when use pageid as key.
Why are the changes needed?
Because the hashmap use much memory when save so many same prefix id.
Does this PR introduce any user facing changes?
No.