You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/06/23 03:27:45 UTC

[GitHub] [druid] navis commented on issue #9918: query slow about near real time data

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org