Hi,
I have a stupid questions...
are raw device dbfile in unix means character device or it means block
device?
also, what will be the benefits using raw device dbfile? speed?
relaiablity?
thx all experts.
^_^
I have a stupid questions...
are raw device dbfile in unix means character device or it means block
device?
also, what will be the benefits using raw device dbfile? speed?
relaiablity?
thx all experts.
^_^
Quote:> Hi,
> I have a stupid questions...
> are raw device dbfile in unix means character device or it means block
> device?
> also, what will be the benefits using raw device dbfile? speed?
> relaiablity?
> thx all experts.
> ^_^
on HP-UX, by using "raw" instead of file system files, Oracle
can use asynchronous i/o (via the ascync driver), and avoid
the overhead/bottlenecks associated with a file system. any
improvement in performance will likely be unnoticeable on a
lightly loaded system, and less than 10% under a heavy load.
while some tout the inability to use standard os commands to
manipulate raw partitions as a "disadvantage", i actually find
this to be an "advantage" of raw partitions. for example, the
"rm" command cannot be used to remove a raw partition from
the system.
Quote:> Hi,
> I have a stupid questions...
> are raw device dbfile in unix means character device or it means block
> device?
> also, what will be the benefits using raw device dbfile? speed?
> relaiablity?
> thx all experts.
> ^_^
Depends. *If* you installed all the patches that make all that work,Quote:>on HP-UX, by using "raw" instead of file system files, Oracle
>can use asynchronous i/o (via the ascync driver), and avoid
>the overhead/bottlenecks associated with a file system. any
>improvement in performance will likely be unnoticeable on a
>lightly loaded system, and less than 10% under a heavy load.
IME, you get in any given UNIX system around 30% less CPU usage
(that's right, CPU) when going raw, assuming that you were on standard
"vanilla" file systems to start with. Of course, if you are patient
enough to chase up all the patches needed (both ORACLE and UNIX), then
it may pay off to go async I/O and ignore raw. But it takes a while
to get everything pointed the right way...
Problem is that too many measure the wrong things when comparing raw
to file system. (not saying you do, just making a general comment).
Good point.Quote:>while some tout the inability to use standard os commands to
>manipulate raw partitions as a "disadvantage", i actually find
>this to be an "advantage" of raw partitions. for example, the
>"rm" command cannot be used to remove a raw partition from
>the system.
Cheers
Nuno Souto
http://www.users.bigpond.net.au/the_Den/index.html
1. Filesystems VS Raw devices for tempdb
Hi Gregg,
Sybase recommends that tempdb goes onto a file system, one of the reasons
being that it can use the caching of the operating system.
Fanie Marais
3. Creating Database using DMO and specifying DBFile
4. How can I send a Unicode data type to SQL server
6. TQuery.FindNext and Refresh
7. Import Dbfile to Oracle8 (newbie)
9. System-DBfile corrupted, Backup doesnt run
11. UNIX dbVista 2.22 (dbFILE+dbRETRIEVE)
12. copy a filesystem datafile to a raw device on aix
13. Raw devices Vs. File system devices