Large object + FREEZE?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Large object + FREEZE?
Дата
Msg-id 20130702.121618.1902478440769241680.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответы Re: Large object + FREEZE?  (Bruce Momjian <bruce@momjian.us>)
Re: Large object + FREEZE?  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Eliminating PD_ALL_VISIBLE, take 2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Support for RANGE ... PRECEDING windows in OVER