Re: slow SP with temporary tables, any idea of solution?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: slow SP with temporary tables, any idea of solution?
Дата
Msg-id 26747.1108048406@sss.pgh.pa.us
обсуждение исходный текст
Ответ на slow SP with temporary tables, any idea of solution?  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Ответы Re: slow SP with temporary tables, PLPGSQL problems  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Список pgsql-hackers
Pavel Stehule <stehule@kix.fsv.cvut.cz> writes:
> Can you help me other possibilities?

Create the temp table only once per connection (you can use ON COMMIT
DELETE ROWS instead of ON COMMIT DROP to clean it out).  Then you won't
need to use EXECUTE.
        regards, tom lane


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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: How can I use large object on PostgreSQL Linux
Следующее
От: pgsql@mohawksoft.com
Дата:
Сообщение: New form of index "persistent reference"