Re: copying a large object?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "mario" <mweilguni(at)sime(dot)com>
Cc: "Postgres Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: copying a large object?
Date: 2001-10-24 18:15:20
Message-ID: 21670.1003947320@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"mario" <mweilguni(at)sime(dot)com> writes:
> And another question regarding large objects, as I see the objects are
> organized in units of 2048 bytes each. Can I somehow set this to a higher
> value like 8k or 32k (I use 32k pages).

Then you've already got larger units, because the code is

#define LOBLKSIZE (BLCKSZ / 4)

I don't believe it'd be a good idea to try to make it larger than that,
though you're free to experiment...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-10-24 18:21:36 Re: Index of a table is not used (in any case)
Previous Message Tom Lane 2001-10-24 18:09:24 Re: PQconnectStart() and -EINTR