Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: wrong setting of sort_area_size
Advantage:increasing sort area size decreases the I/O, hence quicker sorting
process.
Disadvantage: increasing sort area causes sort process to allocate more
memory, which effects the OS memory allocation
resulting in paging and swapping.
large sort area sizes can used if you are using with a minimal
sort_area_retained_size parameter.
Sunil Nookala
Dell Corp
Austin, TX
-----Original Message-----
Sent: Thursday, May 03, 2001 3:06 PM
To: Multiple recipients of list ORACLE-L
we had a customer of the sort_area_size=10000000 in their database, the temp table space is 256MB, the db_block_size is 8k. They have some performance problem, I think it's probably related to the setting of sort_area_size(we have only one user). So what's the benefits/disadvantage of too big sort_area_size?
Thanks,
Chris
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).
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 May 03 2001 - 17:26:45 CDT
![]() |
![]() |