-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
For my project there is a master table which describes the main entity of the project - million of entitys.
There are many different querys on this tabe to get very specifc user view. To improve the performance, different sets of SQL indices were created. But it necessary to use index hints (https://dev.mysql.com/doc/refman/8.0/en/index-hints.html) to persuade the database to use the right index. As a a work arround we use raw query statments from this project which where extentend with this hints. But loading the Java object from this query generates a extra work load.
Alternativ - extend the query API to get and manipulate the interal final query string, which will used on the DB, on your own risk to catch such specific needs.
Metadata
Metadata
Assignees
Labels
No labels