Re: Optimizing huge inserts/copy's

Zlatko Calusic <zlatko@iskon.hr>

From: Zlatko Calusic <zlatko@iskon.hr>
To: Jie Liang <jliang@ipinc.com>
Cc: Stephan Szabo <sszabo@megazone23.bigpanda.com>, pgsql-sql@postgresql.org
Date: 2000-08-30T22:13:18Z
Lists: pgsql-sql
Jie Liang <jliang@ipinc.com> writes:

> Hi, there,
> 
> I tried different  ways,  include vaccum table ,  ensure index works, it
> still is as slow as ~100rows per minute.
> 

PGFSYNC=no in postmaster.init?

Well, this might be Debian Linux specific, pardon me if it is. I have
just begun playing with Postgres. Still learning, myself.

IOW, disable fsync after every statement and your OS will do much
better work clustering writes. That means more inserts/sec for you.

In one of my tests I was able to insert at ~1000/sec rate. Then I made
an experiment, enabled pgfsync _and_ indexes. The inserting speed
dropped to 10/sec. Very interesting.

Regards,
-- 
Zlatko