From: "Jeff V. Merkey" <jmerkey@timpanogas.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: dalecki@evision-ventures.com, linux-kernel@vger.kernel.org
Subject: Re: ORACLE and 2.4-test10
Date: Fri, 17 Nov 2000 11:30:07 -0700 [thread overview]
Message-ID: <3A15792F.D8891A69@timpanogas.org> (raw)
In-Reply-To: <E13wq1g-0000zo-00@the-village.bc.nu>
Alan,
When we ported Oracle to NetWare, we found that making changes to the
core file systems in NetWare that Oracle needed would tank FS
performance, so we came up with something called direct FS, a separate
File System interface just for Oracle. The SOSD layer inside of Oracle
allows them, via simple config statements, to redirect to different file
systems, even specialized ones, so this is trivial for them to
instrument. The whole O_SYNC thing accross the entire OS could be
problematic to support.
In NetWare, directFS was little more than a "raw" interface that
bypassed the file cache. It would be like having an API to a direct
physical file system that never cached data in the buffer cache. In
Linux, this may be tough to pull off, but Al Viro could instrument a
raw_read, raw_write function table entry that would do something
similiar that would allow Oracle to detect if an FS had a raw mode,
since this is what they actually need.
My 2 cents anyway.
8)
Jeff
Alan Cox wrote:
>
> > Can anybody on tell me whatever there are still
> > serious pitfalls in running Oracle-8.1.6.1R2 on the
>
> Yes.
>
> > If I rememeber correctly there where some problems with
> > SHM handling still left to resolve...
>
> SHM is resolved but O_SYNC is not yet fixed. You could therefore easily lose
> your entire database
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-11-17 19:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-17 18:50 ORACLE and 2.4-test10 dalecki
2000-11-17 17:53 ` Christoph Rohland
2000-11-17 18:14 ` Alan Cox
2000-11-17 18:30 ` Jeff V. Merkey [this message]
2000-11-17 18:50 ` Alan Cox
2000-11-17 19:10 ` Jeff V. Merkey
2000-11-18 11:07 ` Frank van Maarseveen
2000-11-18 17:22 ` Alan Cox
2000-11-18 17:28 ` Josue Emmanuel Amaro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3A15792F.D8891A69@timpanogas.org \
--to=jmerkey@timpanogas.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=dalecki@evision-ventures.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox