Re: [HACKERS] Postgres Speed or lack thereof - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Postgres Speed or lack thereof
Date
Msg-id 199901181648.LAA13125@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Postgres Speed or lack thereof  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> What we need to do here is to re-introduce the buffering ability of
> stdio into backend libpq.  If you compare the current frontend libpq,
> you'll notice that it reads or writes the socket a bufferload at a time,
> not a character at a time.

FYI, I never profiles massive inserts.  I usually profiles just SELECT
statements on large tables.


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Postgres Speed or lack thereof
Next
From: Michael Meskes
Date:
Subject: Re: [HACKERS] Postgres Speed or lack thereof