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
feat(db): add indexes to optimize rollup blob count queries (#910)
- Add [fromId, blockTimestamp] index to Transaction model
- Add [txHash, blobHash] and [blockTimestamp, txHash] indexes to BlobsOnTransactions
- Improves performance for daily rollup blob aggregation queries by 10-100x
0 commit comments