Description
Update a stored row while keeping all affected indexes consistent.
Tasks
Acceptance Criteria
- Updated values are persisted.
- Changed index keys are reflected in every index.
- Unchanged indexes are not modified unnecessarily.
- Failed updates do not leave inconsistent index state.
Depends On
- feat: Implement Table row insertion
- feat: Implement Index entry deletion
Description
Update a stored row while keeping all affected indexes consistent.
Tasks
Acceptance Criteria
Depends On