Skip to content

Speed up slow database queries #233

@victor-nitu

Description

@victor-nitu

We have some slow queries, and some others that are getting slower:

We need to make sure we have the necessary optimizations to upscale the DB capacity - be it a missing index, a suboptimal query or a slow data type, we should figure out the bottlenecks and eliminate them.

Task also includes:

  • going through all raw queries in the code and replacing them with ORM-powered queries, wherever possible
  • checking the database structure for potential optimizations and bottlenecks - any complex operations should be, however, tracked in separate issues

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions