You divide one disk drive into PhysicalPartions(PP) of 32 or64Meg etc. size; you can create muliple LogicalVoluMes(LVM) by allocating different number of PPs. Each LVM is a raw partition;
AFAIK you cannot use 2
containers in ONE LVM(DB2 does not allow an offset to indicate the start of a tablespace container). If you use Filesystem, when db2 requests I/O, it comes to AIX cache and then it is tranferred(memory to memory)to db2 bufferpool.With raw,NO AIX I/O cache ;You can allocate almost all your memory to DB2; very little to AIX. Performance improvement is said to be 5-50% depending on the pattern of I/O. Direct I/O feature,
allows JFS to be accessed as 'raw' without the AIX file cache. JFS very easy to handle; with familiarity, raw is not that difficult to manage