Greg Smith <[EMAIL PROTECTED]> writes: > On Mon, 9 Jul 2007, Tom Lane wrote: >> The hardware is just a Dell x86_64 workstation with crappy IDE disk, so >> maybe things would look better elsewhere, but it's all I have to work >> with.
> Do you have write-caching turned off on the drive so INSERTs are being > rate-limited by WAL syncs? Trying to characterize the class of setup > you're using. It's just desktop-grade junk :-(. Feel free to repeat the test on something more serious. > The part that seemed curious to me about your results in the unpatched > version is why the first INSERT takes 2.4 seconds, while the second takes > 12.2 then later ones settle from 17-23 s. I could understand the 12-23 > variation, but that the first one fires off in 2.4 seems kind of fishy; The test seemed to be mostly I/O bound according to vmstat. I supposed that it was fast up until the kernel's available space was full of dirty pages, and then subsequent writes would be constrained by actual disk write bandwidth. Anyway the numbers seemed relatively consistent after the setup and first test cycle, so I think the part I was actually trying to draw conclusions from was probably real enough. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate