You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2019/07/09 22:42:24 UTC

[GitHub] [incubator-datasketches-java] himanshug edited a comment on issue #263: Theta sketch - Concurrent union implementation

himanshug edited a comment on issue #263: Theta sketch - Concurrent union implementation
URL: https://github.com/apache/incubator-datasketches-java/issues/263#issuecomment-509836845
 
 
   >  assume aggregation at query time are executed in memory, even when data already resides on disk.
   What I suggest here is to consider a way to expedite query processing by having multiple threads (can be a small number) executing the aggregation in parallel, instead of sequentially by a single thread.
   
   At one index/aggregator level , it might look like that we are not exploiting all available cores and adding concurrency might help. However, in reality there are many queries running concurrently, each individual query is further split into per segment scan/aggregation job that runs concurrently. That does exhaust available cores.
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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