Skip to content

Commit d93f5dd

Browse files
committed
docs/design: correct DDB generation-counter prefix to !ddb|meta|gen| (claude r5)
DDBTableGenPrefix in internal/backup/dynamodb.go:25 is "!ddb|meta|gen|", not "!ddb|table|gen|". Corrected the generation-counter example in the encoder doc. Last item from the round-5 review.
1 parent 1b92861 commit d93f5dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/design/2026_05_25_proposed_snapshot_logical_encoder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ each adapter, mirroring the live adapter's index builders:
213213
partitioned FIFO queue. The SQS milestone's decision gate
214214
(§"Milestones") covers both families.
215215
- **Queue-level / generation counters.** Per-scope generation counters
216-
(`!s3|bucket|gen|`, `!ddb|table|gen|`, `!sqs|queue|gen|`) and the SQS
216+
(`!s3|bucket|gen|`, `!ddb|meta|gen|`, `!sqs|queue|gen|`) and the SQS
217217
queue-level sequence counter (`!sqs|queue|seq|`,
218218
`adapter/sqs_keys.go` `SqsQueueSeqPrefix` — a *queue* counter, not a
219219
per-message record) must be re-emitted so the live adapter's next

0 commit comments

Comments
 (0)