Open deekerno opened 1 year ago
@lostman Will this issue be handled by #1150 ?
@ra0x3, no, that's only for missing blocks. Initially both were handled by a single PR: https://github.com/FuelLabs/fuel-indexer/pull/1297 but I split the missing blocks out. Missing blocks will be merged first and I'm bringing https://github.com/FuelLabs/fuel-indexer/pull/1297 up to date to reflect this.
From a message I sent in a discussion on Slack about #932:
In short, we should consider having a local store for blocks. I feel the main benefits of this feature are three-fold:
start_block
) as we would avoid the latency from network requests.start_block
in its manifest. With several indexers running at once, the total traffic for these requests starts to add up, and as we've seen in #979, a Fuel node deployment may have strategies in place to rate-limit traffic.Concerns for this approach: