Re: [HACKERS] Postgres Speed or lack thereof
От
Tom
Тема
Re: [HACKERS] Postgres Speed or lack thereof
Дата
Msg-id
Pine.BSF.4.05.9901171910380.28683-100000@misery.sdf.com
Ответ на
Re: [HACKERS] Postgres Speed or lack thereof (Tom Lane)
Список
Дерево обсуждения
Prepared statements (was: Postgres Speed or lack thereof) Taral <taral@cyberjunkie.com>
Re: [HACKERS] Prepared statements (was: Postgres Speed or lack
thereof) Peter T Mount <peter@retep.org.uk>
On Sun, 17 Jan 1999, Tom Lane wrote: > I tried this myself and found that wrapping BEGIN/END around a series of > INSERT statements didn't make much difference at all. Using what API? Some APIs control autocommit for you, so execing "BEGIN" and "END" commands may not do anything. You might want to check your API for a way to set autocommit off. In fact, I would suggest that you never use BEGIN and END except via cli. Tom
В списке pgsql-hackers по дате отправления