Re: insert performance for win32

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: insert performance for win32
Date: 2005-11-04 13:49:22
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3417DD7BF@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
timeit.sql application/octet-stream 1.6 KB

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2005-11-04 14:08:00 Re: insert performance for win32
Previous Message Michal Taborsky 2005-11-04 11:38:30 Searching union views not using indices