Re: Prepared statements performance

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: Prepared statements performance
Дата
Msg-id CAF-3MvNjHJFq5RB=fKejCV91D6WVmD0FbPVWmo4c8=HHcgqQFw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Prepared statements performance  (Radosław Smogura <rsmogura@softperience.eu>)
Ответы Re: Prepared statements performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 10 May 2012 15:05, Radosław Smogura <rsmogura@softperience.eu> wrote:
> May I ask what kind of planning may occur during insert?

Well, for example, if there's a unique constraint on the table then
the database will have to check that the newly inserted values don't
conflict with values that are already in the table. It needs to plan
an efficient strategy for that, which depends on the values being
inserted.

--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Prepared statements performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Prepared statements performance