|
|
|
|
|
by joshuaellinger
2572 days ago
|
|
Technically, it is very interesting -- it uses Roaring Bitmaps under the hood and builds a query engine on it. So an easy way to think about it is that it maps categorical data into a giant compressible distributed bitmap. I've been planning to see if I can (mis)use it as an OLAP replacement but I haven't had time to get to it. |
|