pgbench -i spends all its time doing CHECKPOINT - Mailing list pgsql-hackers

From Tom Lane
Subject pgbench -i spends all its time doing CHECKPOINT
Date
Msg-id 24097.1010294553@sss.pgh.pa.us
Whole thread Raw
Responses Re: pgbench -i spends all its time doing CHECKPOINT  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: pgbench -i spends all its time doing CHECKPOINT  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
Could we remove lines 552-560 of pgbench.c?  The behavior that guarded
against is long gone, and forcing a checkpoint every few thousand tuples
seems to be putting a huge crimp in the speed of pgbench -i ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: pgbench, consistency?
Next
From: Tom Lane
Date:
Subject: Re: pgbench -i spends all its time doing CHECKPOINT