Re: Is there a batch/bulk UPDATE syntax available?
От
pasman pasmański
Тема
Re: Is there a batch/bulk UPDATE syntax available?
Дата
Msg-id
AANLkTimp3h7u0FVWB4ub2Y0p5s84ApPgX2KW-EK1FJBf@mail.gmail.com
Ответ на
Is there a batch/bulk UPDATE syntax available? (Gnanakumar)
Список
Дерево обсуждения
Is there a batch/bulk UPDATE syntax available? "Gnanakumar" <gnanam@zoniac.com>
Re: Is there a batch/bulk UPDATE syntax available? Keith Gabryelski <keith@fluentmobile.com>
Re: Is there a batch/bulk UPDATE syntax available? pasman pasmański <pasman.p@gmail.com>
Re: Is there a batch/bulk UPDATE syntax available? "Gnanakumar" <gnanam@zoniac.com>
Re: Is there a batch/bulk UPDATE syntax available? Thomas Kellerer <spam_eater@gmx.net>
Show us explain analyze for this update.
2011/2/3, Gnanakumar :
> Hi,
>
> Is there a batch/bulk UPDATE query syntax available in PostgreSQL, similar
> to multirow VALUES syntax available for INSERT?
>
> INSERT Multirow VALUES syntax example:
> INSERT INTO films (code, title, did, date_prod, kind) VALUES
> ('B6717', 'Tampopo', 110, '1985-02-10', 'Comedy'),
> ('HG120', 'The Dinner Game', 140, DEFAULT, 'Comedy');
>
> There is a situation in my application, where I am performing lots and lots
> of updates on individual rows. I am trying to figure out how to make the
> updates faster.
>
> Any other ideas/ways to make updates faster are highly appreciated.
>
> Regards,
> Gnanam
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>
--
------------
pasman
В списке pgsql-admin по дате отправления