Re: [GENERAL] COPY with default values won't work?

Поиск
Список
Период
Сортировка
От Oleg Broytmann
Тема Re: [GENERAL] COPY with default values won't work?
Дата
Msg-id Pine.SOL2.3.96.SK.990324122233.21128A-100000@sun.med.ru
обсуждение исходный текст
Ответ на Re: [GENERAL] COPY with default values won't work?  (Charles Tassell <ctassell@isn.net>)
Список pgsql-general
Hello!

On Wed, 24 Mar 1999, Charles Tassell wrote:
> My problem is that I might be using this to put a few thousand entries in
> the db every night, and when I last attempted this using a few thousand
> insert statements, it was awfully slow (on the order of taking HOURS)

   DROP INDEX
   BEGIN WORK
   COPY .......
   END
   CREATE INDEX

Oleg.
----
    Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net
           Programmers don't die, they just GOSUB without RETURN.


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

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [GENERAL] COPY with default values won't work?
Следующее
От: Oleg Broytmann
Дата:
Сообщение: Re: [GENERAL] COPY with default values won't work?