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
The current compaction process is run inline with any operation which appends to the active log file. At present, this is for both set and remove operations.
As this is in the path of those operations, it means it is also a blocking operation.
Perhaps ScyllaDB's compaction explanation is some useful background reading.
The text was updated successfully, but these errors were encountered:
The current compaction process is run inline with any operation which appends to the active log file. At present, this is for both
set
andremove
operations.As this is in the path of those operations, it means it is also a blocking operation.
Perhaps ScyllaDB's compaction explanation is some useful background reading.
The text was updated successfully, but these errors were encountered: