Re: Seq scans roadmap

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Seq scans roadmap
Дата
Msg-id 21639.1179100464@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Seq scans roadmap  ("CK Tan" <cktan@greenplum.com>)
Ответы Re: Seq scans roadmap  ("CK Tan" <cktan@greenplum.com>)
Список pgsql-hackers
"CK Tan" <cktan@greenplum.com> writes:
> COPY/INSERT are also bottlenecked on record at a time insertion into  
> heap, and in checking for pre-insert trigger, post-insert trigger and  
> constraints.

> To speed things up, we really need to special case insertions without  
> triggers and constraints, [probably allow for unique constraints],  

Do you have any profiling data to back up these assertions?  I haven't
noticed that firing zero tuples takes any visible percentage of COPY
time.
        regards, tom lane


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

Предыдущее
От: "CK Tan"
Дата:
Сообщение: Re: Seq scans roadmap
Следующее
От: "CK Tan"
Дата:
Сообщение: Re: Seq scans roadmap