mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix: total_stash_overflows statistic (#3248)
* fix: total_stash_overflows statistic --------- Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
166719477b
commit
3b920cbe5c
3 changed files with 5 additions and 8 deletions
|
@ -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. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue