-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
in: query-parserEverything related to parsing JPQL or SQLEverything related to parsing JPQL or SQLtype: taskA general taskA general task
Milestone
Description
The current approach to inspecting queries is invoked multiple times for the potentially same query which causes performance regressions.
There are multiple angles to tackle the regressions which will be done in separate tickets:
- Avoid string query parsing when sorting must not be applied #3310
- Cache parsed string-based query #3311
- Split string query transformation into multiple parts #3326
- Avoid mutating result of parsed string query.
Metadata
Metadata
Assignees
Labels
in: query-parserEverything related to parsing JPQL or SQLEverything related to parsing JPQL or SQLtype: taskA general taskA general task