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 2019/12/03 06:23:23 UTC

[GitHub] [incubator-druid] ccaominh commented on a change in pull request #8925: Parallel indexing single dim partitions

ccaominh commented on a change in pull request #8925: Parallel indexing single dim partitions
URL: https://github.com/apache/incubator-druid/pull/8925#discussion_r352424334
 
 

 ##########
 File path: docs/ingestion/native-batch.md
 ##########
 @@ -241,18 +241,37 @@ Currently only one splitHintSpec, i.e., `segments`, is available.
 
 ### `partitionsSpec`
 
-PartitionsSpec is to describe the secondary partitioning method.
+PartitionsSpec is used to describe the secondary partitioning method.
 You should use different partitionsSpec depending on the [rollup mode](../ingestion/index.md#rollup) you want.
-For perfect rollup, you should use `hashed`.
+For perfect rollup, you should use either `hashed` (partitioning based on the hash of dimensions in each row) or
+`single_dim` (based on ranges of a single dimension. For best-effort rollup, you should use `dynamic`.
+
+Hashed partitioning is recommended in most cases, as it will improve indexing performance and create more uniformly
 
 Review comment:
   I've reworded it to only recommend hash partitioning over single dim partitioning for perfect rollup.

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