Skip to content

Commit

Permalink
Update ydb/docs/en/core/reference/observability/metrics/distributed-s…
Browse files Browse the repository at this point in the history
…torage-performance.md

Co-authored-by: anton-bobkov <[email protected]>
  • Loading branch information
serbel324 and anton-bobkov authored Dec 25, 2024
1 parent 323755a commit 182fef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ To compare the performance of Distributed Storage in a cluster with the baseline
$$
D = \frac{UserDiskCost + InternalDiskCost + CompactionDiskCost + DefragDiskCost + ScrubDiskCost}{DiskTimeAvailable}
$$
Set the `disk_time_available_scale_<used-device-type>` configuration parameter equal to the calculated value of $D$, multiplied by 1000 and rounded. We assume that the physical devices in the user cluster are comparable in performance to the baseline; hence, by default, the `disk_time_available_scale_<used-device-type>` parameter is set to 1000.
Set the `disk_time_available_scale_<used-device-type>` configuration parameter to the calculated rounded value of $D$, multiplied by 1000. We assume that the physical devices in the user cluster are comparable in performance to the baseline. So the `disk_time_available_scale_<used-device-type>` parameter is set to 1000 by default.

Such a load can be created, for example, using [Storage LoadActor](../../../contributor/load-actors-storage.md).

0 comments on commit 182fef3

Please sign in to comment.