Given:
A large PostgreSQL Task data set;
When:
Tasks are obtained for some given filter criteria.
Then:
The Task query is slow and inefficient because of the expensive sort operation caused by the DISTINCT statement.
Expected:
The Task Query is optimized by using the PostgreSQL DISTINCT ON statement when default ordering is used (by Task ID).
This is the controller panel for Smart Panels app
Improve Task Query Performance in PostgreSQL
Given:
A large PostgreSQL Task data set;
When:
Tasks are obtained for some given filter criteria.
Then:
The Task query is slow and inefficient because of the expensive sort operation caused by the DISTINCT statement.
Expected:
The Task Query is optimized by using the PostgreSQL DISTINCT ON statement when default ordering is used (by Task ID).
This is the controller panel for Smart Panels app
- is related to
-
CAM-11277 Improve Task Query Performance
-
- Closed
-