Originally posted by: SystemAdmin
I guess I'll jump in and ask what the application is that requires fast I/O to a cooked file system, and how you know that the problem is directly related to the JFS/JFS2 logging implementation?
If the application is a database engine like Informix, DB2, or Oracle; you may want to check out the DIO (direct I/O) or CIO (concurrent I/O) flags at the file system level. IBM claims that pairing the CIO flag on the file system mount and some Oracle tuning parameters will give close to the performance level you'd find in raw logical volumes. I haven't done enough head-to-head comparisons to really prove or disprove that claim...
If the application isn't a database engine, could you give us an idea of what kind of work it's doing in the file system? Is it creating/deleting lots of files? Opening/modifying lots of files? Something else?
Thanks!
-Chris
#AIX-Forum