Re: postgres 8 performance

Поиск
Список
Период
Сортировка
От Pierre-Frédéric Caillaud
Тема Re: postgres 8 performance
Дата
Msg-id opsdycf1necq72hf@musicbox
обсуждение исходный текст
Ответ на postgres 8 performance  (Paramveer.Singh@trilogy.com)
Список pgsql-general
    Add a begin/commit on that so you dont have 10k transactions ?

BEGIN
> ********************
> for (int i=0; i < 10000; i++) {
>                   s.execute("insert into tab values (" + i + ",'" + i +
> "')") ;
> }
> ****************
COMMIT

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

Предыдущее
От: Paramveer.Singh@trilogy.com
Дата:
Сообщение: postgres 8 performance
Следующее
От: Chris Mair
Дата:
Сообщение: Re: postgres 8 performance