You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have a large amount of data in the backend rocksdb, the prefix performance will get extremely bad after the data is cleared, such as clear space or clear part before sending snapshot. And also this will impact the startup of storaged (see RocksEngine::allParts() implementation), which will even need several hours to finish the startup process.
Contents
Set iterate upper bound for read options of prefix operation. I did the testing, after the change, the performance will get almost normal as usual.
Related work
The text was updated successfully, but these errors were encountered:
Introduction
If we have a large amount of data in the backend rocksdb, the prefix performance will get extremely bad after the data is cleared, such as clear space or clear part before sending snapshot. And also this will impact the startup of storaged (see RocksEngine::allParts() implementation), which will even need several hours to finish the startup process.
Contents
Set iterate upper bound for read options of prefix operation. I did the testing, after the change, the performance will get almost normal as usual.
Related work
The text was updated successfully, but these errors were encountered: