Re: Sustained inserts per sec ... ?

Поиск
Список
Период
Сортировка
От PFC
Тема Re: Sustained inserts per sec ... ?
Дата
Msg-id op.sop6y7v8th1vuj@localhost
обсуждение исходный текст
Ответ на Re: Sustained inserts per sec ... ?  (Christopher Petrilli <petrilli@gmail.com>)
Ответы Re: Sustained inserts per sec ... ?  (Christopher Petrilli <petrilli@gmail.com>)
Список pgsql-performance

> This is done using COPY syntax, not INSERT syntax. So I suppose "yes"
> I do.  The file that is being used for COPY is kept on a ramdisk.

    COPY or psql \copy ?
    If you wanna be sure you commit after each COPY, launch a psql in a shell
and check if the inserted rows are visible (watching SELECT count(*) grow
will do)

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

Предыдущее
От: Christopher Petrilli
Дата:
Сообщение: Re: Sustained inserts per sec ... ?
Следующее
От: Christopher Petrilli
Дата:
Сообщение: Re: Sustained inserts per sec ... ?