[DB] Optimisations #45
Labels
database
enhancement
New feature or request
milestone 5
This issue is part to Milestone 5 of the Rollup Node plan
Milestone
Overview
We should consider the database access patterns and introduce indexes or other optimisations to make the database more efficient. One low hanging fruit would be to introduce an index on the batch hash. Given that our dataset of medium size (~360k batches / ~1m L1 messages) it could benefit from indexes but even without them it should be pretty fast, and as such, this is of low/medium priority.
The text was updated successfully, but these errors were encountered: