Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

concurrent I/O AIX 5.3

Status
Not open for further replies.

rusty838

IS-IT--Management
Jul 19, 2005
8
GB
We are setting up some new p570, AIX 5.3. We will be using oracle 9i. I have been asked about CIO. I would like to find out what considerations that i need.

Any information would be great

Thanks
 
Hi,
I'm using oracle 9i and oracle 10g on aix 5.2/5.3 and I have configured my filesystems to use concurrent io.
I have very good performance and I highly recommend it!!
I've read some where some oracle/ibm benchmarks and they state that cio performance are very similar to raw device.
I don't know if this is really true, but for sure performance are good.

Hope this helps.
Bye
 
I forget one thing.
tempfiles should stay on a separate filesystem which uses dio (not cio!!).
I faced many problems with tempfiles on filesystems with concurrent io, so use direct io for these files!
 
Thanks for the information.

Is it just a case of mounting the filesystem with the cio option.

Thanks
 
Yes,
mount the temp filesystem with dio instead of cio.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top