The bitmap-index tag has no wiki summary.
4
votes
0answers
66 views
How to decode a query on a composite unary-encoded attribute?
A good early paper on the topic of bitmap indexes is "Bit Transposed Files" by Wong et al, published in 1985.
In all the query-decoding examples, it is left to the reader to understand how each ...