-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2023-03-20
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Index builds will open a bulk cursor which can perform a checkpoint on the index table. This will make the latest checkpoint of the table inconsistent with those of other tables which are checkpointed globally.
We started tracking these indexes so that we can skip validating them during background validation when we read from each table's latest checkpoint. However, these "inconsistent" indexes will already be skipped as we examine the catalog for ready indexes on the latest system-wide checkpoint. We can completely remove this mechanism in our code.