What problem does it solve?
Indexing large blockchain datasets can become slow and resource‑intensive, especially when default RPC settings or improper batch sizes limit throughput. This Skill helps developers accelerate their indexer synchronization and fine‑tune performance parameters.
Core Features & Use Cases
- HyperSync default: Leverages the fastest data source for supported chains, providing up to 1000× speed improvement without extra configuration.
- Batch size tuning: Allows adjustment of events per batch to balance memory use and handler latency.
- RPC parameter configuration: Offers detailed settings for each chain, including query intervals, back‑off strategies, and WebSocket integration for low‑latency live block detection.
- Database indexing guidance: Recommends adding index annotations to schema fields for quicker query responses.
A typical scenario is deploying the Polymarket V2 indexer on a new Polygon network, where adjusting RPC back‑off and batch size reduces sync time from hours to minutes.
Quick Start
Use the indexing-performance skill to define your batch size and RPC settings for faster blockchain sync.