Re: REPEATED INSERT INTO ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: REPEATED INSERT INTO ...
Дата
Msg-id 3284.1046098935@sss.pgh.pa.us
обсуждение исходный текст
Ответ на REPEATED INSERT INTO ...  (Christoph Haller <ch@rodos.fzk.de>)
Список pgsql-hackers
Christoph Haller <ch@rodos.fzk.de> writes:
> Taken from the Reference Manual
> [REPEATED] INSERT INTO ...

> The key word REPEATED directs INGRES to encode the INSERT and save its
> execution plan when it is first executed. This encoding can account for
> significant performance improvements on subsequent executions of the
> same INSERT.

> What do you others think of it?

You can do that today with PREPARE/EXECUTE; there's no need to invent
specialized syntax for it.
        regards, tom lane


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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: ILIKE
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: ILIKE