-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines - Foundations
-
None
-
None
Problem
The ASC Fast Truncate implementation does not work on standby nodes because it needs to write fast truncate information directly to the standby table which violates the core principle in which any update/insert operations can’t be done in standby mode. A new standby fast truncate design will be adopted to enable fast truncate.
After WT-15207 has been merged in, a simple POC truncate list will be present in the develop branch. The POC truncate needs to be reviewed to ensure it correctly detects write conflicts. This will also include timestamp write conflict scenarios.
What needs to be done
The ticket will focus on reviewing if the POC truncate structure properly respects WT write conflict detection. Furthermore, python tests and unit tests will be created to validate all write conflict scenarios.
- is related to
-
WT-15207 Create POC Implementation Fast-Truncate
-
- In Code Review
-