Re: Max inserts / sec ... on any platform? - Mailing list pgsql-hackers

From KuroiNeko
Subject Re: Max inserts / sec ... on any platform?
Date
Msg-id 3B1E5036.nailCH7Z1QL0@ed.ed
Whole thread Raw
In response to Max inserts / sec ... on any platform?  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: Max inserts / sec ... on any platform?  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
>  Build a file with 100k INSERT statements  in it, and run psql -f on that
> file ... no BEGIN/END in the file,  just straight INSERTs ... what is the
> max throughput ppl can see?
Hmmmm.... Depends.  Inserting up to 5,000  of Apache log records  takes no
longer than a couple of wallclock minutes on Pentium-133 with 48 MB RAM and
no-cache Fujitsu IDE  HDD (no DMA). (OK,  OK, it's a home  server, under my
desk :) No psql -f, though, using a home brewn dumb script runner. And yes,
no fsync  and 10  inserts per transaction.  Relation is  currently 350,000+
long.Not sure whether it  makes interest. Care to send your file  for me to try
it out? [bg]zip is OK.


--
������������������



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQL( "if ...exists...),how to do it in the PostgreSQL?
Next
From: Tom Lane
Date:
Subject: Re: Can the backend return more than one error message per PQexec?