You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove per chain specific batching logic and entirely rely on streams.
Batch inserts for ClickHouse using async inserts.
Optimize token metadata retrieval using redis (or Dragonfly) for caches.
Drop all DEX parsing. (Unfortunately, DEX parsing requires a more robust logic, its better to either parse them from the logs directly or just build another indexer).
Full Rework
The EVM indexer can be faster and better.
To do so need to: