Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-db committed Apr 1, 2024
1 parent 7f0d88d commit 4980113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- [Writer Requirements for Row Tracking](#writer-requirements-for-row-tracking)
- [VACUUM Protocol Check](#vacuum-protocol-check)
- [Writer Requirements for Vacuum Protocol Check](#writer-requirements-for-vacuum-protocol-check)
- [Recommendations for Readers of Tables with Vacuum Protocol Check feature](#recommendations-for-readers-of-tables-with-vacuum-protocol-check-feature)
- [Reader Requirements for Vacuum Protocol Check](#reader-requirements-for-vacuum-protocol-check)
- [Clustered Table](#clustered-table)
- [Writer Requirements for Clustered Table](#writer-requirements-for-clustered-table)
- [Requirements for Writers](#requirements-for-writers)
Expand Down Expand Up @@ -1198,7 +1198,7 @@ Before performing a VACUUM operation, writers must ensure that they check the ta

Writers that do not implement VACUUM do not need to change anything and can safely write to tables that enable the feature.

## Recommendations for Readers of Tables with Vacuum Protocol Check feature
## Reader Requirements for Vacuum Protocol Check

For tables with Vacuum Protocol Check enabled, readers don’t need to understand or change anything new; they just need to acknowledge the feature exists.

Expand Down

0 comments on commit 4980113

Please sign in to comment.