Closed justinethier closed 2 years ago
Need to cap the number of levels. If a merge occurs at the top level it results in compacting the data in that level rather than creating a new level.
This can be a configuration item when creating a new LSM tree.
This is now configurable via MergeSettings.MaxLevels.
MergeSettings.MaxLevels
Need to cap the number of levels. If a merge occurs at the top level it results in compacting the data in that level rather than creating a new level.
This can be a configuration item when creating a new LSM tree.