You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by vo...@apache.org on 2022/09/01 22:21:39 UTC

[druid] branch master updated: Improve range partitioning docs. (#13016)

This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 85d2a6d879 Improve range partitioning docs. (#13016)
85d2a6d879 is described below

commit 85d2a6d879358a7154e49aa41423a49224303988
Author: Gian Merlino <gi...@gmail.com>
AuthorDate: Thu Sep 1 15:21:30 2022 -0700

    Improve range partitioning docs. (#13016)
    
    Two improvements:
    
    - Use a realistic targetRowsPerSegment, so if people copy and paste
      the example from the docs, it will generate reasonable segments.
    - Spell "countryName" correctly.
---
 docs/ingestion/native-batch.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/ingestion/native-batch.md b/docs/ingestion/native-batch.md
index 2cfe39afb2..a0ea39c3e5 100644
--- a/docs/ingestion/native-batch.md
+++ b/docs/ingestion/native-batch.md
@@ -433,8 +433,8 @@ For example, if you configure the following `range` partitioning during ingestio
 ```json
 "partitionsSpec": {
   "type": "range",
-  "partitionDimensions": ["coutryName", "cityName"],
-  "targetRowsPerSegment": 5000
+  "partitionDimensions": ["countryName", "cityName"],
+  "targetRowsPerSegment": 5000000
 }
 ```
 


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