Details
-
Task
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
-
-
Core: Platform - Sprint 56, Core: Platform - Sprint 57, Core: Platform - Sprint 58, Core: Platform - Sprint 59
-
3
-
Core: Platform
Description
Give hint to postgres query optimizer for a query using full text search, sort and limit:
- Use the sort column index (starting a full table scan) when there are many matches so that the first 30 (or whatever limit) records are found quickly (using the full text index would take long time)
- Use the full text index when there are a small number of matches (using the sort column index requires to do a full table scan).
See MODINVSTOR-215 for details.
TestRail: Results
Attachments
Issue Links
- is blocked by
-
RMB-293 executeTransParamSyntaxError: IllegalStateException: Test already completed
-
- Closed
-
-
RMB-350 PgUtilIT not tested
-
- Closed
-
- relates to
-
RMB-352 PgUtil test coverage
-
- Closed
-
-
RMB-356 PgUtil.java code review
-
- Open
-
-
MODINVSTOR-215 use sort or search index depending on the result size
-
- Closed
-
-
MODINVSTOR-321 999 999 999 Records found
-
- Closed
-
(1 relates to)