mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
lib/storage: remove outdated comment on maxRowsPerSmallPart
The commend became outdated after the commit ed6ac1a5df027f0dfc22448e3b27c26b6f77c67a, which stops merging of small parts on graceful shutdown instead of waiting for their completion.
This commit is contained in:
parent
ce7798a6a2
commit
947decb3dd
1 changed files with 1 additions and 6 deletions
|
@ -24,12 +24,7 @@ import (
|
|||
|
||||
// The maximum number of rows in a small part.
|
||||
//
|
||||
// Small part merges cannot be interrupted during server stop, so this value
|
||||
// must be small enough to complete a merge
|
||||
// of `maxRowsPerSmallPart * defaultPartsToMerge` rows in a reasonable amount
|
||||
// of time (up to a a minute).
|
||||
//
|
||||
// Additionally, this number limits the maximum size of small parts storage.
|
||||
// This number limits the maximum size of small parts storage.
|
||||
// Production simultation shows that the required size of the storage
|
||||
// may be estimated as:
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue