Re: preliminary testing, two very slow situations...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: preliminary testing, two very slow situations...
Дата
Msg-id 8337.1041454873@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: preliminary testing, two very slow situations...  ("Neil Conway" <neilc@samurai.com>)
Список pgsql-performance
"Neil Conway" <neilc@samurai.com> writes:
> Michael Teter said:
>> Now I'm trying to evaluate it as a possible
>> replacement for MS SQL Server.

> What version of PostgreSQL are you using?
> [suggestions for tuning]

The only reason I can think of for COPY to be as slow as Michael is
describing is if it's checking foreign-key constraints (and even then
it'd have to be using very inefficient plans for the check queries).
So we should ask not only about the PG version, but also about the
exact table declarations involved.

            regards, tom lane

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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: alter table TBL add constraint TBL_FK foreign key
Следующее
От: george young
Дата:
Сообщение: Re: preliminary testing, two very slow situations...