best performance for simple dml

Поиск
Список
Период
Сортировка
От chester c young
Тема best performance for simple dml
Дата
Msg-id 333801.29762.qm@web161424.mail.bf1.yahoo.com
обсуждение исходный текст
Ответы Re: best performance for simple dml  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-sql
what is the best performance / best practices for frequently-used simple dml, for example, an insert

1. fast-interface

2. prepared statement calling "insert ..." with binary parameters

3. prepared statement calling "myfunc(..." with binary parameters; myfunc takes its arguments and performs an insert using them

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

Предыдущее
От: John Fabiani
Дата:
Сообщение: Re: Union out performs the single statement
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: best performance for simple dml