Skip to content

Best Practices for Dynamically Reconfiguring Index Patterns #137

Answered by KtorZ
amanuelz91 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey! The right answer is "it depends".

The warnings in the documentation are meant to trigger questions. The thing with dynamic patterns is that they do not cause a re-indexing of the chain, or they do but only up until the rollback point that you provide. The entire indexer is also "optimized" for short rollbacks as they're the most common on-chain and in theory, rollbacks cannot be longer than a certain security parameter (2160 blocks on mainnet, which corresponds roughly to 18h). It also means that long rollbacks will take a few seconds if not minutes to proceed.

This creates two possible sources of confusion:

  1. If there are outputs matching patterns and created before your rollback po…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by KtorZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #135 on October 13, 2023 15:20.