kelindar / column

High-performance, columnar, in-memory store with bitmap indexing in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Background reading?

adwelly opened this issue · comments

This is a fascinating area, but somewhat obscure. Are there any papers or books you could recommend for someone trying to get a broad understanding of column stores in general and Kelindar in particular?

I found a couple of papers useful while implementing this:

For the design of this specific library, I suggest you read the source code as I don't have anything else available.