Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add indexes on foreign keys of SQLite stores #1603

Closed
2 tasks done
jpraynaud opened this issue Mar 29, 2024 · 0 comments · Fixed by #1609
Closed
2 tasks done

Add indexes on foreign keys of SQLite stores #1603

jpraynaud opened this issue Mar 29, 2024 · 0 comments · Fixed by #1609
Assignees
Labels
optimization 🛠️ Optimization and/or small enhancements

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Mar 29, 2024

Why

We want to have the fields indexed by foreign keys indexed in our SQLite stores

What

Prepare migrations for signer and aggregator that adds indexes to foreign key fields

How

  • Create migration for aggregator
  • Create migration for signer
@jpraynaud jpraynaud added the optimization 🛠️ Optimization and/or small enhancements label Mar 29, 2024
@dlachaume dlachaume self-assigned this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization 🛠️ Optimization and/or small enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants