Re: [PATCH] PAGE_SIZE IO for RAW (RAW VARY)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 9 Jan 2002 22:56:44 +0000 (GMT)


> Here is a 2.4.17 patch for doing PAGE_SIZE IO on raw devices. Instead
> of doing 512 byte buffer heads, the patch does 4K buffer heads. This
> patch significantly reduced CPU overhead and increased IO throughput
> in our database benchmark runs. (CPU went from 45% busy to 6% busy).

Does that work out when the application is still doing 512 byte raw I/O.
Its fine to fall back to the current performance but at least one very
large competing database would get quite irate if the fallback made
512 byte mode slower or nonfunctional ?

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