Re: copying a large object? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: copying a large object?
Date
Msg-id 21670.1003947320@sss.pgh.pa.us
Whole thread Raw
In response to copying a large object?  ("mario" <mweilguni@sime.com>)
List pgsql-hackers
"mario" <mweilguni@sime.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PQconnectStart() and -EINTR
Next
From: Tom Lane
Date:
Subject: Re: Index of a table is not used (in any case)