Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks
/ SetSstFileDeleteRateBytesPerSecond
Method
SetSstFileDeleteRateBytesPerSecond
src/storage/storage.cc:941–943 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
939
}
940
941
void Storage::SetSstFileDeleteRateBytesPerSecond(int64_t delete_rate) {
942
sst_file_manager_->SetDeleteRateBytesPerSecond(delete_rate);
943
}
944
945
void Storage::CheckDBSizeLimit() {
946
bool limit_reached = false;
Callers
1
initFieldCallback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected