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 2018/08/02 19:37:08 UTC

[GitHub] mistercrunch commented on issue #6066: Sorting rows when rollup is disabled

mistercrunch commented on issue #6066: Sorting rows when rollup is disabled
URL: https://github.com/apache/incubator-druid/issues/6066#issuecomment-410043357
 
 
   I'm guessing Druid does the rollup by sorting the dimensions in the order in the ingestion spec, which would indicate that dimension ordering would matter. Would ordering dims by based on cardinality help further? I'm guessing low->high card would be better than high->low, but idk enough about LZ(4?) compression to have a good intuition on this.
   
   I'm also unclear on whether low->high card dim ordering would make it harder/easier on the sorting algorithm. (?)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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