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/01/29 18:11:29 UTC

[GitHub] [druid] ccaominh commented on issue #9278: Speed up joins on indexed tables with string keys

ccaominh commented on issue #9278: Speed up joins on indexed tables with string keys
URL: https://github.com/apache/druid/pull/9278#issuecomment-579887920
 
 
   > How do these numbers compare to the standard lookup case?
   
   Lookups are about 5x faster:
   
   ```
   Benchmark                               (columnCacheSizeBytes)  Score   Error  Units
   lookupVirtualColumnStringKey                                 0  3.374 ± 0.065  ms/op
   lookupVirtualColumnStringKey                             16384  3.364 ± 0.054  ms/op
   lookupVirtualColumnStringKeyWithFilter                       0  4.553 ± 0.114  ms/op
   lookupVirtualColumnStringKeyWithFilter                   16384  5.529 ± 0.305  ms/op
   ```

----------------------------------------------------------------
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@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org