zfs file system [message #636484] |
Sun, 26 April 2015 07:18  |
karthik4u
Messages: 36 Registered: September 2006 Location: CHENNAI
|
Member |
|
|
My whole db is stored under '/oradb/TESTDB' which is nearly 350 GB is size.
I have zfs filesystem and I have allocated only one zfs pool for the file system '/oradb/TESTDB'.
Now please tell me whether creating two separate zfs pools for data files & redo log file path will increase the overall system performance.?
If so what are all the metrics I need to check before and after creating separate zfs pools?
Thanks
|
|
|
|
|
|
|
|
|
Re: zfs file system [message #636491 is a reply to message #636489] |
Sun, 26 April 2015 10:59  |
John Watson
Messages: 8976 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
If you want to calibrate the I/O rates on your hardware, use the ORION tool or dbms_resource_manager.caibrate_io. They are both documented in chapter 17 of the DB Performance Tuning Guide.
|
|
|