SharedCode / sop

Horizontally Scaleable Objects Persistence
http://sop.codeplex.com
MIT License
13 stars 4 forks source link

Value data segment #15

Closed grecinto closed 8 months ago

grecinto commented 8 months ago

Added feature support for "value data segment", i.e. - for large value data, there is now an option to persist it in its own partition, a.k.a. segment.

Should optimize on the large value data use-case, where each trie node will be lean as value data is not occupying space in the trie node partition.