Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wlmyng committed Dec 23, 2024
1 parent cfaecdf commit 1b7b826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-indexer-alt/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cargo run --bin sui-indexer-alt -- --database-url {url} indexer --remote-store-u
```

## Pruning
To enable pruning, the `cp_mapping` pipeline must be enabled. Otherwise, even if pruning logic is
To enable pruning, the `cp_sequence_numbers` pipeline must be enabled. Otherwise, even if pruning logic is
configured for a table, the pruner task itself will skip if it cannot find a mapping for the
checkpoint pruning watermark. Only one committer needs to update this table - it is not necessary
for every indexer instance to have this pipeline enabled.

0 comments on commit 1b7b826

Please sign in to comment.