-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Compaction
-
Storage Engines
-
1
-
2024-07-09 - Nyan Cat
-
v8.0
Compaction returns EBUSY when the cache is stuck.
Background compaction processes EBUSY errors due to cache pressure here.
The issue with background compaction is that it will simply go to the next table without giving the system time to recover and will potentially hit the same error again or make it worse. Background compaction should pause whenever there is bad cache pressure.
- duplicates
-
WT-13080 Pause background compaction if we are under cache pressure
- Closed