On Mon, Sep 17, 2018 at 4:41 PM Jeff Jirsa <jji...@gmail.com> wrote: > Marcus’ idea of row lifting seems more likely, since you’re using STCS - > it’s an optimization to “lift” expensive reads into a single sstable for > future reads (if a read touches more than - I think - 4? sstables, we copy > it back into the memtable so it’s flushed into a single sstable), so if you > have STCS and you’re still doing reads, it could definitely be that. >
A-ha, that's eye-opening: it could definitely be that. Thanks for explanation! -- Alex