Re: Question on adaptive plans
Date: Mon, 27 Dec 2021 17:31:58 -0500
Message-ID: <d96658f0-6b10-1a88-daf8-3995ebe2f074_at_gmail.com>
On 12/27/2021 10:33 AM, Lok P wrote:
> Thank you so much.
>
> Yes this is an exadata system. And mostly OLTP kind of
> queries/applications hosted on this. So , do you mean "Adaptive plans'
> will not be of much use or help for OLTP but for warehousing type of
> queries/applications and thus in our case we should be good here
> disabling it. And i was thinking if this variation in execution path
> during run time (i.e. from nested loop to hash join and vice versa)
> because of the runtime cardinality estimation can result in
> instability of the execution path, if it's better to keep it disabled
> at least in this current 19.9 patch?
Yes, adaptive plans will not do you much good with an OLTP application and yes, you can keep it disabled. Keeping it disabled will shorten the path through the code and result in faster execution.
-- Mladen Gogala Oracle DBA Tel: (347) 321-1217 Blog: https://dbwhisperer.wordpress.com -- http://www.freelists.org/webpage/oracle-lReceived on Mon Dec 27 2021 - 23:31:58 CET