Re: Sustained inserts per sec ... ? - Mailing list pgsql-performance

From PFC
Subject Re: Sustained inserts per sec ... ?
Date
Msg-id op.sop6y7v8th1vuj@localhost
Whole thread Raw
In response to Re: Sustained inserts per sec ... ?  (Christopher Petrilli <petrilli@gmail.com>)
Responses Re: Sustained inserts per sec ... ?
List 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 by date:

Previous
From: Christopher Petrilli
Date:
Subject: Re: Sustained inserts per sec ... ?
Next
From: Christopher Petrilli
Date:
Subject: Re: Sustained inserts per sec ... ?