druid/indexing-hadoop
Gian Merlino b4289c0004 Remove "granularity" from IngestSegmentFirehose. (#4110)
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.
2017-03-24 10:28:54 -07:00
..
src Remove "granularity" from IngestSegmentFirehose. (#4110) 2017-03-24 10:28:54 -07:00
pom.xml Bump version to 0.10.0-SNAPSHOT. (#3913) 2017-02-06 17:54:35 -08:00