mirror of https://github.com/apache/druid.git
Docs: Fix spelling of 5 GB. (#16040)
The spellchecker does not consider "5GB" to be spelled correctly.
This commit is contained in:
parent
e469b7ed34
commit
566013a5f5
|
@ -51,7 +51,7 @@ You may need to consider the followings to optimize your segments.
|
|||
doesn't match with the "number of rows per segment", please consider optimizing
|
||||
number of rows per segment rather than this value. Note that certain deep storage
|
||||
implementations also impose an upper limit on segment size. For example, S3 deep
|
||||
storage imposes an upper limit of 5GB.
|
||||
storage imposes an upper limit of 5 GB.
|
||||
|
||||
:::info
|
||||
The above recommendation works in general, but the optimal setting can
|
||||
|
|
Loading…
Reference in New Issue