"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