RE: performance issue after upgrade from 10.2.0.5 to 11.2.0.2
Date: Tue, 30 Aug 2011 12:27:20 +0200
Message-ID: <4814386347E41145AAE79139EAA39898150E4F4A02_at_ws03-exch07.iconos.be>
Pawel,
In 11.2, the db has the possibility to send the blocks from a full table scan directly to the server process memory (pga), bypassing the buffer cache. This would explain the higher "db direct read" you are seeing.
I also have the impression that this can cause a higer pga usage on 11g then on 10g.
Regards,
Freek D'Hooge
Uptime
Oracle Database Administrator
email: freek.dhooge_at_uptime.be
tel +32(0)3 451 23 82
http://www.uptime.be
disclaimer: www.uptime.be/disclaimer
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Pawel Smolarz
Sent: dinsdag 30 augustus 2011 12:05
To: ORACLE-L
Subject: performance issue after upgrade from 10.2.0.5 to 11.2.0.2
Hi,
I upgraded database from 10.2.0.5 to 11.2.0.2.2 on AIX 5.3 platform
without problem. Everything works perfectly.
During performance testing we noticed much slower queries.
We have two databases, one 10.2.0.5 and 11.2.0.2. Both databases are the
same (data and parameters). The first 10g based on physical lun, second
11g based on snapshot from physical lun.
After investigation I found that 11g execution plan is different than on
10g. OK. No problem. I saved execution plan from 10g (sqlset) and loaded
to 11g, and on both databases execution plan is the same.
But. On 11g I see that optimizer prefers sequential read and db direct read than scattered read (10g). This causes the query execution time is longer- ~ 4x. Maybe the reason is snapshot??. We solved this problem by setting the events '10949', but maybe someone knows where is the cause.
--
Pozdrawiam / Regards,
Paweł Smolarz
Nordea Bank Polska S.A. z siedzibÄ… w Gdyni, ul. Kielecka 2, 81-303 Gdynia,
wpisaną do Rejestru Przedsiębiorców Krajowego Rejestru Sądowego pod numerem: 0000021828,
dla której dokumentację przechowuje Sąd Rejonowy Gdańsk - Północ w Gdańsku,
VIII Wydział Gospodarczy Krajowego Rejestru Sądowego,
o kapitale zakładowym i wpłaconym w wysokości: 277.493.500,00 złotych,
NIP: 586-000-78-20, REGON: 190024711--
http://www.freelists.org/webpage/oracle-l
†Ûiÿü0ÁúÞzX¬¶Ê+ƒün– {ú+iÉ^
Received on Tue Aug 30 2011 - 05:27:20 CDT