1
0
mirror of https://github.com/apache/druid.git synced 2025-02-16 15:05:24 +00:00

Fix typo: change partitioningSpec to partitionsSpec in design/segments ()

This commit is contained in:
Andrew 2018-02-12 20:03:40 +01:00 committed by Jonathan Wei
parent ad9eca842e
commit 06f0067b6c

@ -13,7 +13,7 @@ operate well under heavy query load, it is important for the segment
file size to be within the recommended range of 300mb-700mb. If your
segment files are larger than this range, then consider either
changing the granularity of the time interval or partitioning your
data and tweaking the `targetPartitionSize` in your `partitioningSpec`
data and tweaking the `targetPartitionSize` in your `partitionsSpec`
(a good starting point for this parameter is 5 million rows). See the
sharding section below and the 'Partitioning specification' section of
the [Batch ingestion](../ingestion/batch-ingestion.html) documentation