mirror of https://github.com/apache/druid.git
b4289c0004
It wasn't doing anything useful (the sequences were being concatted, and cursor.getTime() wasn't being called) and it defaulted to Granularities.NONE. Changing it to Granularities.ALL gave me a 700x+ performance boost on a small dataset I was reindexing (2m27s to 365ms). Most of that was from avoiding making a lot of unnecessary column selectors. |
||
---|---|---|
.. | ||
src | ||
pom.xml |