Steinar H. Gunderson wrote:Thanks, Steinar. I don't think we would really run with fsync off, but I need to document the performance tradeoffs. You're right that my explanation was confusing; probably because I'm confused about how to use COPY! I could batch multiple INSERTS using COPY statements, I just don't see how to do it without adding another process to read from STDIN, since the application that is currently the database client is constructing rows on the fly. I would need to get those rows into some process's STDIN stream or into a server-side file before COPY could be used, right?On Tue, Jan 03, 2006 at 04:44:28PM -0700, Steve Eckmann wrote: You're comment about bundling multiple statements in each PQexec() call seems to disagree with a statement in 27.3.1 that I interpret as saying each PQexec() call corresponds to a single transaction. Are you sure my interpretation is wrong? Regards, Steve |
- Re: [PERFORM] improving write performance for logging Ian Westmacott
- Re: [PERFORM] improving write performance for logg... Jim C. Nasby
- Re: [PERFORM] improving write performance for ... Ian Westmacott
- Re: [PERFORM] improving write performance ... Jim C. Nasby
- Re: [PERFORM] improving write perform... Ian Westmacott
- Re: [PERFORM] improving write per... Tom Lane
- Re: [PERFORM] improving write performance ... Michael Stone
- Re: [PERFORM] improving write performance for logging appli... Steve Eckmann
- Re: [PERFORM] improving write performance for logging appli... Steve Eckmann
- Re: [PERFORM] improving write performance for logging ... Kelly Burkhart
- Re: [PERFORM] improving write performance for logg... Steve Eckmann
- Re: [PERFORM] improving write performance for logging appli... Steve Eckmann
