fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

PrimaryKeySegmentIndex can be corrupted with AgilityContext

Open ScottDugas opened this issue 11 months ago • 0 comments

When run with an agile context, PrimaryKeySegmentIndex may delete entries for segments that don't end up getting merged, forcing future updates to use a query to do updates, defeating the purpose of the PrimaryKeySegmentIndex. This is most likely to happen if there is some sort of error, such as a timeout in a transaction after the PrimaryKeySegmentIndex gets merged.

ScottDugas avatar Mar 11 '24 15:03 ScottDugas