byzhang / terrastore

Automatically exported from code.google.com/p/terrastore
Other
0 stars 0 forks source link

Reduce keys memory footprint #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After migrating to Terracotta express toolkit in Terrastore 0.7.0, keys are 
stored as strings again (after having been converted in byte arrays as reported 
in issue 77)

We should find a way to go back to byte arrays, despite of terracotta toolkit 
limitations.

Original issue reported on code.google.com by sergio.b...@gmail.com on 11 Sep 2010 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by sergio.b...@gmail.com on 8 Oct 2010 at 10:59

GoogleCodeExporter commented 9 years ago
Also, some kind of compression would be useful for keys with long prefixes.
Something based on Tries (http://en.wikipedia.org/wiki/Trie) maybe.

Original comment by sergio.b...@gmail.com on 20 Nov 2010 at 3:45

GoogleCodeExporter commented 9 years ago

Original comment by sergio.b...@gmail.com on 16 Dec 2010 at 9:25

GoogleCodeExporter commented 9 years ago

Original comment by sergio.b...@gmail.com on 16 Dec 2010 at 9:25