ponder-sh / ponder

A backend framework for crypto apps
https://ponder.sh
MIT License
592 stars 86 forks source link

Add database indices to the event store #209

Closed 0xOlias closed 1 year ago

0xOlias commented 1 year ago

Ponder uses a SQL database to cache blocks, logs and transactions. We should add indices to speed our queries up (this is very low hanging fruit 😄).

Some thoughts:

0xOlias commented 1 year ago

Fixed in #226