Re: [psycopg] speed concerns with executemany()

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Re: [psycopg] speed concerns with executemany()
Дата
Msg-id CA+mi_8Z=ZtA+2e-45fW40KxyQC6QTQVXTWPUwaVWGhswpXdYEA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [psycopg] speed concerns with executemany()  (mike bayer <mike_mp@zzzcomputing.com>)
Список psycopg
On Sun, Jan 1, 2017 at 8:12 PM, mike bayer <mike_mp@zzzcomputing.com> wrote:
>
> you'd need to be careful with that as a series of multiple parameter sets
> may have dependencies on each other, not to mention people might find it
> surprising that sequences / defaults / SERIAL etc. aren't firing off in the
> order in which parameter sets were given.

I don't expect the parameters to be interpreted in a different way by
the server: I think the order would be maintained.

-- Daniele


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

Предыдущее
От: Oleksandr Shulgin
Дата:
Сообщение: Re: [psycopg] Solving the SQL composition problem
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Re: [psycopg] speed concerns with executemany()