exherb commented on issue #9918: URL: https://github.com/apache/druid/issues/9918#issuecomment-647886165
> rows in no-rollup incremental index are stored as > > ``` > ConcurrentSkipListMap<Long, ConcurrentLinkedDeque<IncrementalIndexRow>> > ``` > > which seemed not easy to be fast, imho. > > Anyway, can you try with coarser granularity, like 15 minutes or something? we enabled rollup to 1minutes, segment granularity by hour. Are you suggestion change segment granularity to 15 minutes? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
