Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to enable Async I/O on Solaris
Tom Pall wrote:
> The default for disk_async_io is true.
>
> Either async i/o is support or not. T'ain't supported on
> Solaris unless you have raw devices.
>
> Oracle defaults async_io to true on Solaris for two reasons:
> 1) If not available, the call _should_ fail quickly, Oracle retries
> without async.
>
Yes, but it is still wasting CPU time with double calls and stack re-arrangements. At least the buffer is pointer in memory. :) Received on Fri Nov 10 2000 - 13:19:01 CST