In the last episode (Mar 23), Greg Lehey said: > > Agreed. This is on the Vinum wishlist, but it comes at the expense of > reliability (how long do you wait to cluster? What happens if the > system fails in between?). In addition, for Vinum it needs to be done > before entering the hardware driver. For the simplest case, you can choose to optimize only when the user sends a single huge write(). That way you don't have to worry about caching dirty pages in vinum. This is basically what the hardware RAIDs I have do. They'll only do the write optimization (they call it "pipelining") if you actually send a single SCSI write request large enough to span all the disks. I don't know what would be required to get our kernel to even be able to write blocks this big (what's the upper limit on MAXPHYS)? -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: patches for test / review Poul-Henning Kamp
- I/O clustering, Re: patches for test / review Alfred Perlstein
- Re: I/O clustering, Re: patches for test / review Poul-Henning Kamp
- Re: I/O clustering, Re: patches for test / review David Greenman
- Re: I/O clustering, Re: patches for test / review Matthew Dillon
- Re: I/O clustering, Re: patches for test / review Mike Smith
- Re: I/O clustering, Re: patches for test / review Mike Smith
- Re: I/O clustering, Re: patches for test / review Matthew Dillon
- Re: patches for test / review Dan Nelson
- Re: patches for test / review Greg Lehey
- Write clustering (was: patches for test / review) Dan Nelson
- Write clustering (was: patches for test / review) Greg Lehey
- Re: patches for test / review Paul Richards
- FreeBSD random I/O performance issues Richard Wendland
- Re: FreeBSD random I/O performance issues Matthew Dillon
- Re: FreeBSD random I/O performance issues Paul Richards
- Re: FreeBSD random I/O performance issues Matthew Dillon
- Re: FreeBSD random I/O performance issues Mike Smith
- Re: FreeBSD random I/O performance issues Matthew Dillon
- Re: FreeBSD random I/O performance issues Julian Elischer
- Re: FreeBSD random I/O performance issues Richard Wendland