Re: Draft release notes complete

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Draft release notes complete
Дата
Msg-id 20120522212747.GC10306@momjian.us
обсуждение исходный текст
Ответ на Re: Draft release notes complete  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
On Wed, May 16, 2012 at 10:49:25PM +0300, Heikki Linnakangas wrote:
> On 16.05.2012 22:38, Jeff Janes wrote:
> >For item:
> >Improve COPY performance by adding tuples to the heap in batches
> >(Heikki Linnakangas)
> >
> >I think we should point out that the batching only applies for COPY
> >into unindexed tables.  Nice as the feature is, that is pretty big
> >limitation not to mention.
> 
> No, it applies to indexed tables too. However, if there are indexes
> on the table, the overhead of updating the indexes will probably
> make any speedup in the heap insertions look tiny in comparison.
> 
> The optimization doesn't apply if the table has BEFORE or INSTEAD OF
> triggers, or volatile DEFAULT expressions need to be evaluated.

So, I will assume the existing wording is fine.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Draft release notes complete
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Add primary key/unique constraint using prefix columns of an index