Large object + FREEZE? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Large object + FREEZE?
Date
Msg-id 20130702.121618.1902478440769241680.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: Large object + FREEZE?
Re: Large object + FREEZE?
List pgsql-hackers
Now that we have COPY FREEZE, I'm thinking about adding similar option
to creating large objects. In 9.3 the maximum size of large objects
are increased. That means, the first access to a large object will
trigger more writes because of hint bit updation. Also subsequent
VACUUM may trigger that as well. If we could freeze arge objects while
creating, it could reduce the writes dramatically as COPY FREEZE
already does.

Opinions?
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Eliminating PD_ALL_VISIBLE, take 2
Next
From: Tom Lane
Date:
Subject: Re: Support for RANGE ... PRECEDING windows in OVER