fix: total_stash_overflows statistic (#3248)

* fix: total_stash_overflows statistic

---------

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2024-07-01 10:43:08 +03:00 committed by GitHub
parent 166719477b
commit 3b920cbe5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 8 deletions

View file

@ -31,10 +31,11 @@ extern "C" {
using namespace std;
ABSL_FLAG(string, tiered_prefix, "",
"Experimental flag. Enables tiered storage if set. "
"Enables tiered storage if set. "
"The string denotes the path and prefix of the files "
" associated with tiered storage. Stronly advised to use "
"high performance NVME ssd disks for this.");
"high performance NVME ssd disks for this. Also, seems that pipeline_squash does "
"not work well with tiered storage, so it's advised to set it to 0.");
ABSL_FLAG(dfly::MemoryBytesFlag, tiered_max_file_size, dfly::MemoryBytesFlag{},
"Limit on maximum file size that is used by the database for tiered storage. "