Introduce more MongbDB indexes
- Vorherrschende Sprache
- Scala
- Sterne
- 33
- Forks
- 16
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Background
Currently, many queries to MongoDB fo full collection scans. For big collections such as `run` it creates a lot of pressure for the MongoDB cluster.
## Feature
Investigate production logs and find bottlenecks. Check if corresponding queries can be optimized or new indexes can be added to ease the pressure on MongoDB.
Beitragsleitfaden
Rechercherichtung
Start by investigating production logs for MongoDB full collection scans and query bottlenecks, focusing especially on the run collection. Review whether each bottleneck can be addressed through query optimization or additional indexes; done means the relevant changes have been identified and added to reduce pressure on the MongoDB cluster.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- mongodb, scala
- Bereich
- databases, performance
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100