lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 27 Apr 2007 07:49:42 -0700
From:	William Lee Irwin III <wli@...omorphy.com>
To:	Nick Piggin <nickpiggin@...oo.com.au>
Cc:	"Eric W. Biederman" <ebiederm@...ssion.com>,
	Christoph Lameter <clameter@....com>,
	linux-kernel@...r.kernel.org, Mel Gorman <mel@...net.ie>,
	David Chinner <dgc@....com>,
	Jens Axboe <jens.axboe@...cle.com>,
	Badari Pulavarty <pbadari@...il.com>,
	Maxim Levitsky <maximlevitsky@...il.com>
Subject: Re: [00/17] Large Blocksize Support V3

On Fri, Apr 27, 2007 at 08:22:07PM +1000, Nick Piggin wrote:
>>> Just a random aside question... doesn't Oracle db do direct IO from
>>> hugepages?

William Lee Irwin III wrote:
>> If and when configured to use direct IO and hugepages, yes.

On Fri, Apr 27, 2007 at 11:06:36PM +1000, Nick Piggin wrote:
> Sweet. I wonder if you would see a much improvement for allowing more
> than 128 sglist entries, then.

There should be some. Oracle does its own IO scheduling, so it's able
to submit relatively large IO's (IIRC also configurable). I'm not sure
what's done for the non-aio case, but aio might be tricky to catch the
vectoring with all the blocking on get_request_wait() and the way the
vector elements are handled there. So turning off aio may also help.

Another useful idea is to look at the results from pagemap patches.


William Lee Irwin III wrote:
> >It's also
> >noteworthy thar Oracle has more code than its database.
> 
On Fri, Apr 27, 2007 at 11:06:36PM +1000, Nick Piggin wrote:
> Anything noteworthy in this context, that you care to note?

The RMAN backup utility is often used to back up Oracle databases
and there are always complaints when backups disturb anything.

EM (enterprise management stuff), RAC (clustering affairs), various
database applications (typically in-depth for whatever field they're
pertinent to), ASM middleware (abstraction layer for database file
access), and more are out there.


-- wli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ