-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
StorEng - Refinement Pipeline, 2024-01-09 - I Grew Tired
-
3
SERVER-83734 made it possible to enable background compaction by default when gEnableAutoCompaction is set to true.
In SERVER-83548, we decided to exclude the oplog by default when the autoCompact command is executed.
We should exclude the oplog as well when background compaction is enabled through gEnableAutoCompaction.
This ticket should ensure the oplog is excluded whether background compaction is enabled through the autoCompact command or gEnableAutoCompaction. Furthermore, we should avoid duplicating code. If possible, we should create a function that would definite the collections that are excluded by default.
- is related to
-
SERVER-83548 Exclude the oplog when executing the autoCompact command
- Closed
-
SERVER-83734 Create a server parameter to enable background compaction on startup
- Closed