| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: fastscan and maxpgio in Solaris 8?
Hi
Here is the url:
http://www.sun.com/software/solutions/blueprints/0101/SunOracle.pdf
kaio returning ENOSETUP is okay ? That really a surprise and going against few documents. If I understand correctly, kaio does not support I/O buffer size greater then maxphys or vol_maxio kernel parameters. If the I/O buffer size is greater than these values then kaio call returns ENOSETUP (errno=28). IO buffer size for the db writes is the product of db_file_direct_io_count * db_block_size post-oracle8. The default value for maxphys and vol_maxio is 128k. The default value for db_file_direct_io_count is 64 and ONLY for 2k db_block_size the kaio calls should work correctly (out of the box ) [ some task for me to test this out]. Hence if you want to make kaio calls work correctly, then you have to either decrease the db_file_direct_io_count or increase the maxphys and vol_maxio parameter to match this product OR disable the async IO completely.
BTW, in my opinion, the overhead of lwp based IO calls are very high. I created one tablespace of size 100M in my database to prove this. With Asynch_IO turned on (that is with lwp processes since we haven't set up these parameters yet due to other nontechnical reasons..), the tablespace creation took 9 seconds and with asynch_io turned off it took less than 1 second.
Thanks
Riyaj "Re-yas" Shamsudeen
Certified Oracle DBA
i2 technologies www.i2.com
"zabair
ahmed" To: Multiple recipients of list ORACLE-L
<ORACLE-L_at_fatcity.com>
<zabaira_at_hotm cc:
ail.com> Subject: Re: fastscan and maxpgio in
Solaris 8?
Sent by:
root_at_fatcity.
com
02/20/01
02:20 AM
Please
respond to
ORACLE-L
Hi
Where can i get this Sun/Oracle Best Practices paper.
TIA Zabair Ahmed
>From: "Louis Avrami" <avramil_at_concentric.net>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: fastscan and maxpgio in Solaris 8?
>Date: Mon, 19 Feb 2001 15:45:57 -0800
>
>
>I have a question concerning some tunables in /etc/system associated
>with priority paging and Solaris 8.
>
>In the Sun/Oracle Best Practices paper, it mentions that, in
>addition to 'set priority_paging=1', that a couple of other tunables
>be defined:
>
>set fastcan=131072
>set maxpgio=65536
>
>Is fastscan and maxpgio still applicable in Solaris 8?
>
>Thanks,
>
>Lou Avrami ( avrami_at_avaya.com )
>
>------------------------------
>
> From: David Miller <djm_at_oregon.West.Sun.COM>
> Date: Thu, 25 Jan 2001 17:10:01 -0600 (CST)
> Subject: RE: New Sun/Oracle Blueprint available
>
>Hi Ross,
>
>I forwarded your comments on to the author, Bob Sneed, who replies
>below.
>
>Dave Miller
>Sun Microsystems, Inc.
>
> >
> >------------- Begin Forwarded Message -------------
> >
> >Date: Thu, 25 Jan 2001 09:58:14 -0800
> >To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> >X-Comment: Oracle RDBMS Community Forum
> >X-Sender: "Mohan, Ross" <MohanR_at_STARS-SMI.com>
> >From: "Mohan, Ross" <MohanR_at_STARS-SMI.com>
> >Subject: RE: New Sun/Oracle Blueprint available
> >X-ListServer: v1.0f, build 69; ListGuru (c) 1996-2000 Bruce
>A. Bergman
> >Mime-Version: 1.0
> >
> >Dave,
> >
> >The doc looks useful, so thanks for posting this URL. There
>is plenty
>in the
> >document to recommend it.
> >
> >
> >But, here is this gem from the document itself:
> >
#########################################################################
#########################################################################
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: zabair ahmed INET: zabaira_at_hotmail.com 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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Riyaj_Shamsudeen_at_i2.com 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 Tue Feb 20 2001 - 09:51:37 CST
![]() |
![]() |