January 2018
Intermediate to advanced
446 pages
12h 57m
English
If you are joining 10 tables (mostly autogenerated by ORM), run an explain plan. If it takes more time, it means that the query is spending too much time in evaluating plans. Adjust the value of optimizer_search_depth (probably set to 0) and check how much time the explain plan takes. Also note down the change in plans when you adjust the value of optimizer_search_depth.
Read now
Unlock full access