Re: [GENERAL] bytea size limit? - Mailing list pgsql-admin

From Grzegorz Jaśkiewicz
Subject Re: [GENERAL] bytea size limit?
Date
Msg-id 2f4958ff0901210707v5e639b39of59f678a19981c30@mail.gmail.com
Whole thread Raw
In response to Res: [GENERAL] bytea size limit?  (paulo matadr <saddoness@yahoo.com.br>)
Responses Re: [GENERAL] bytea size limit?  (Kenneth Marshall <ktm@rice.edu>)
List pgsql-admin
On Wed, Jan 21, 2009 at 3:02 PM, paulo matadr <saddoness@yahoo.com.br> wrote:
> My system have very large ram size, so its possible review postgresql.conf ?
>
all depends on how you access DB, what type of drivers (odbc, libpq, etc, etc).
See, every time you pass a row , they usually have to allocate that
much memory, not only its quite inefficient, but also slow.

As for the configuration option, I am interested in knowing myself too :)

--
GJ

pgsql-admin by date:

Previous
From: paulo matadr
Date:
Subject: Res: [GENERAL] bytea size limit?
Next
From: Kenneth Marshall
Date:
Subject: Re: [GENERAL] bytea size limit?