|
|
|
|
|
by tveita
1284 days ago
|
|
Interesting, but I feel like they took the long way around to arrive in the end at a fairly "obvious" representation - slices of the binary encoded bits. And the big question is how does the performance actually compare against scanning an array of ints. |
|
As far as the performance goes, in this system, we represent almost everything with compressed bitmaps, so there's some advantage to using them for integers and range queries as well as the output of a range query is very naturally a bitmap which can easily be combined with more typical categorical bitmaps when evaluating more complex queries.