Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> explain plan is changing ...
!! Please do not post Off Topic to this List !!
Hi all:
I have a query, which behaves differently depending
on the input data (month/year). I have more than
15month worth of data in the database. The query
is completed under 1 minute for the first 13 month,
but for the last two months it just doesn't finish. I
have cancelled it after 36 minutes. The explain plans
are
differ in that the "quick" query uses more hash jonts,
while "slow" one utilizes more nested loops. All the
tables are analyzed. This must have something to
do with the data distribution, but what? Can anyone
shed some light onto that?
tia
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Sep 13 2001 - 12:46:19 CDT