From 1b7b8268a58df1a796541baba51104a15f26944f Mon Sep 17 00:00:00 2001 From: Will Yang Date: Thu, 19 Dec 2024 10:22:54 -0800 Subject: [PATCH] update readme --- crates/sui-indexer-alt/src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sui-indexer-alt/src/README.md b/crates/sui-indexer-alt/src/README.md index 0c3bdc1c7ee7f..856b2d124ed72 100644 --- a/crates/sui-indexer-alt/src/README.md +++ b/crates/sui-indexer-alt/src/README.md @@ -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.