Re: insert performance for win32

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: insert performance for win32
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3417DD7BF@Herge.rcsinc.local
обсуждение исходный текст
Ответ на insert performance for win32  (Marc Cousin <mcousin@sigma.fr>)
Ответы Re: insert performance for win32
Список pgsql-performance
> You mean something like the attached?
not quite:  attached is a file to generate test.
to do it:

psql yadda
\i timeit.sql
\t
\o dump.sql
select make_dump(50000, false);
\q
cat dump.sql  | psql -q yadda

and see what pops out.  I had to do it that way because redirecting psql
to dump file caused psql sit forever waiting on more with cpu load...

Merlin

Вложения

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

Предыдущее
От: Qingqing Zhou
Дата:
Сообщение: Re: insert performance for win32
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: insert performance for win32