| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Matthew Kirkwood <matthew(at)hairy(dot)beasts(dot)org> |
| Cc: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: A patch for xlog.c |
| Date: | 2001-02-24 16:41:06 |
| Message-ID: | 11948.983032866@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Matthew Kirkwood <matthew(at)hairy(dot)beasts(dot)org> writes:
> Here is a patch against 7.1beta5 to use mmap(), and thus a
> single write, to initialise xlogs. It may well improve
> performance of this on platforms/filesystems which write
> metadata synchronously.
Have you *demonstrated* any actual performance improvement from this?
How much? On what platforms?
I don't believe in adding unportable alternative implementations without
pretty darn compelling reasons ...
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Mount | 2001-02-24 17:04:59 | Re: Re: PostgreSQL JDBC |
| Previous Message | Matthew Kirkwood | 2001-02-24 15:49:37 | A patch for xlog.c |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Matthew Kirkwood | 2001-02-24 20:37:20 | Re: A patch for xlog.c |
| Previous Message | Matthew Kirkwood | 2001-02-24 16:15:03 | Small misc tidyup patch |