Hi
I'm doing some experiments with LMDB trying to emulate a columnar storage database using roaring bitmaps and other tricks.
The initial results are promising, but I ask myself, is a row based storage like LMDB appropriate for implementing a columnar database or are there better, more efficient ways/formats?
Cheers, -Kristoffer