Roman Atachiants

Results 43 comments of Roman Atachiants

How big are your test bitmaps and caches? I assume if your bitmaps are small-medium size or your L1/L2 cache is large enough you won't indeed see much benefit.

@marniks7 Thanks, I'll add this to documentation. Any other suggestions on what to improve in bitmap or column packages? By the way, great work on [marniks7/bitmap-usage](https://github.com/marniks7/bitmap-usage)!

@dumblob There's no dumb questions. You are absolutely right, I'm planning to add some optional pluggable durability to the store. The main idea is that I would like to keep...

There's no commercial backing, but I would want this library to first get to a stable state where I'm very happy with the programmer's UX, then keep the library focused...

This library might not be the best tool for the job. Now, if you still want to implement something like this, I would do it in a micro-batch fashion: 1....

Indeed, this is a limitation of the current API. To properly solve for this we would need multi-column index I believe, so you could build an index that takes both...

Most definitely, I want to get rid of my genny fork and let compiler do its thing.

> Do you mind me bringing up a branch and trying some stuff out over the holidays? Would love to play around with the beta and have a proper use...

Cool, I'll have a look. For SQL DSL this package will never implement this, I want to keep the focus of this only on the underlying decomposition storage model implementation...

@Dreeseaw indeed, sorting would be good to add as it's a fairy common operation. I would want to avoid going the MVCC route if possible, so what we could do...