rsim / oracle-enhanced

Oracle enhaced adapter for ActiveRecord
MIT License
544 stars 308 forks source link

Remove `OPTIMIZER_FEATURES_ENABLE('11.2.0.2')` hint #2337

Closed yahonda closed 1 year ago

yahonda commented 1 year ago

This pull request removes OPTIMIZER_FEATURES_ENABLE('11.2.0.2') hint

This hint caused slowness #2179, and I decided to remove this hint.

There are no significant elapsed time changes with/without this hint in our CI:

Finished in 5 minutes 43 seconds (files took 0.70408 seconds to load)

Finished in 17 minutes 39 seconds (files took 0.6625 seconds to load)

Finished in 5 minutes 45 seconds (files took 0.67993 seconds to load)

Finished in 17 minutes 43 seconds (files took 0.7018 seconds to load)

Fix #2179