tspurway / hustle

A column oriented, embarrassingly distributed relational event database.
Other
240 stars 36 forks source link

_meta_._vid_kids optimization #31

Closed tspurway closed 10 years ago

tspurway commented 10 years ago

This metadata key holds the Trie data for VIDs in each marble. It is possible to compress this by 20% using lz4 compression

ncloudioj commented 10 years ago

Can not optimize this one, because we store byte array directly in the mdb.