Oct 8: 10gR2 on Solaris 10
Trackbacks
Trackback specific URI for this entry
No Trackbacks
# zpool create oradata c0t1d0 c0t2d0 c0t3d0 c0t4d0
# zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
oradata 136G 1.10G 135G 0% ONLINE -
# df -k oradata
Filesystem kbytes used avail capacity Mounted on
oradata 140378112 24 140378033 1% /oradata
# mkdir /oradata/TEST1020
# chown oracle:dba /oradata/TEST1020 #1 - Pete_s said:
2006-10-08 20:37 - (Reply)
Perhaps you could try some of the Sponge's test scripts for Linux disk scheduling - afterall you are now running stripe across all volumes.
I wonder how much overhead the 64-bit checksums on the data impose on IO - it's getting a bit like raid 10 meets 5.
Still, it's nice to have a file system that even a DWer could not fill. ![]()
#1.1 - Doug Burns said:
2006-10-08 21:15 - (Reply)
I wonder how much overhead the 64-bit checksums on the data impose on IO - it's getting a bit like raid 10 meets 5.
I have to say I'm not particularly optimistic about ZFS performance, but I can see that the flexibility amd reliability might be just the ticket.
It's going to take quite a bit of playing around to see how it goes but I must admit it's absurdly simple (and fast!) to set up.
#2 - Howard J. Rogers said:
2006-10-08 20:49 - (Reply)
Excuse a thicky for asking, but what file system was I using after I'd finished installing Solaris? I forgot to check!
#2.1 - Doug Burns said:
2006-10-08 21:12 - (Reply)
UFS, I'd guess
$ grep /dev/rdsk/c0t0d0s0 /etc/vfstab
/dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0 / ufs 1 no -
#3 - Howard J. Rogers said:
2006-10-09 15:37 - (Reply)
Righty-ho. Live and learn:
http://en.wikipedia.org/wiki/Unix_File_System
#4 - Andy Campbell 2006-10-09 17:38 - (Reply)
The following blog on ZFS is quite good as well ...
http://blogs.sun.com/realneel/entry/zfs_and_databases
Andy
#4.1 - Doug Burns said:
2006-10-09 20:29 - (Reply)
Nice one, cheers.
Not sure I agree with some of the content, though ...
Depending on the workload and configuration, you can have thousands of IO operations per second. The size of these IO is usually small (database block size). All the writes are synchronized writes.
Looks extremely interesting nonetheless and I definitely need more info because my intial test results were atrocious ![]()
It's a minor source of frustration to me that you can't just paste a Hypertext link into the comments form here but, should you ever want to include a link, all you need to do is use the BBCode format, as mentioned below the comment form.
Here is a link to the relevant part of the document that explains how.
Design by Andreas Viklund | Conversion to s9y by Carl