Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Physical I/O on a SAN or NAS
On 2003-12-05, Ryan Gaffuri <rgaffuri_at_cox.net> wrote:
> We are using an NAS. Are there any conventions to handling Physical
> I/O distribution on NAS or SANs? They are relatively new. Since we
> dont control which disk or mount point datafiles go on, we really
> can't spread out the I/O. Does it matter if we put tables in different
I would expect that there is still some mechanism to divy up logical drives among physical drives. You probably want to isolate sequential access files from random access ones.
IOW, isolate your online redo logs from your tablespace files.
High latency on redo log writes can really clobber performance.
If you dig around the Hitachi website you should be able to find a whitepaper that admits that their storage hardware (probably more efficient than any NAS) is remarkably less efficient while doing random IO activity vs sequential IO activity.
> datafiles then?
>
> any conventions or articles would be helpful.
-- There's no reason not to contribute to the stone soup if those ||| contributions are not critical to your competitive edge. / | \Received on Fri Dec 05 2003 - 22:49:47 CST
![]() |
![]() |