Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add partial index on client_applications annouced FALSE (#6166)
We have customers with tens or hundreds of thousands of applications, and we have a scheduler running that sets application fields to `announced` as true. However, every time it runs, it queries the entire table, which is slow and causes database connection acquisition issues. To make it faster, we added a partial index to the table.
- Loading branch information