-
Bug
-
Resolution: Done
-
Critical
-
8.0.0.Beta
-
None
HHH-17242 - Oracle temporal arithmetic performance regression
Our use of numtodsinterval for temporal arithmetic is causing performance issue on Oracle. We can easily use plain arithmetic though because date +/- number is adding/subtracting days and supports fractions as well.
Fixing this is just a matter of changing how we render timestampadd/timestampdiff in the OracleDialect.
- is incorporated by
-
JBEAP-25840 Upgrade from Hibernate ORM 6.2.8.Final to Hibernate ORM 6.2.13.Final
- Closed
- incorporates
-
HHH-17242 Loading...