navis commented on issue #9918: URL: https://github.com/apache/druid/issues/9918#issuecomment-647885578
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? ---------------------------------------------------------------- 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]
