Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

GFS, OCFS, and GPFS - Which Filesystem for Oracle? 36

amani asks: "My company has a Oracle 9i RAC database running on a Sun cluster. In 6 months we are looking to replace the cluster with either a Linux or an AIX solution that will involve SAN storage. I see that their are a variety of filesystems for Oracle and Linux. Sistina (Red Hat) has the GFS, Oracle has the OCFS, and IBM has GPFS. Does anyone know the pros and cons of each of these filesystems ,and which one would be better for a continuously growing database?"
This discussion has been archived. No new comments can be posted.

GFS, OCFS, and GPFS - Which Filesystem for Oracle?

Comments Filter:
  • by mcdrewski42 ( 623680 ) on Monday January 26, 2004 @10:19PM (#8095938)

    As someone involved in building and architecting ludicrously sized realtime transaction processing systems, I can honestly tell you that the answer is "whatever".

    If you have lots more updates than accesses, you need your redo logs etc on RAW devices, no filesystem required, these will be your biggest bottleneck. The rest, well, just go for a decent hardware RAID implementation, since software RAID is a joke.

    If you have lots more accesses than updates then it's your RAM which will probably make the real impact.

    And at the end of the day, if you're looking at advice, and you're sporting a cheque in your pocket - ask the vendors to tell you which one you should buy! Ask the tricky questions and put their answers in your contract so that they pay you if they lie :)

    I know - it's a nice dream.
  • by nbvb ( 32836 ) on Tuesday January 27, 2004 @12:19AM (#8096792) Journal
    You get what you pay for.

    Bigtime. ... that's what makes this "Linux is free" argument so laughable. When you're spending $30k for clustering software, another $300k for volume management & filesystem licenses (Price VxVM & VxFS for an SF15k someday ...), what does that OS license cost matter?

    Oh, wait, if you buy a piece of Sun/IBM/SGI/etc. hardware, they throw the OS in for free anyway ...

    Hmm, there goes *that* argument. :)
  • Why? (Score:5, Insightful)

    by sql*kitten ( 1359 ) * on Tuesday January 27, 2004 @05:44AM (#8097999)
    The real question is, why are you migrating your hardware? Is it because you want to save some money on infrastructure in the short term? Is it because you're thinking long-term and are worried about the viability of the Sun platform? Is it because performance and/or reliability aren't good enough with your present system? Is it because your company has been acquired and your new owners are in bed with IBM? Or is it because Linux is the buzzword of the day and your boss insists you use it? Forgive my nosiness, but they question you are asking isn't really a tech question that has a straightforward answer. What is the outcome you are looking for? A wise engineer chooses his tools according to the job at hand, not the other way round.

    Figure out what you want to accomplish, then figure out what you need to do that. It's easy enough to try all three and see...
  • by afidel ( 530433 ) on Tuesday January 27, 2004 @06:02AM (#8098047)
    In a few years time when Linux includes the filesystems and best parts of the various Unix volume managers then what will you say? Already Linux has most of the non super high end filesystems. I think what people want ultimatly from Linux is for the software to be communilly developed by all of the interested parties and to pay for support. That way if they don't like the support from one vendor they can chose another based soley on their support history not on support + software.

Old programmers never die, they just hit account block limit.

Working...