Re: [HACKERS] pgbench questions

2002-07-13 Thread Bruce Momjian
J. R. Nield wrote: > On Sat, 2002-07-13 at 02:25, Tatsuo Ishii wrote: > > > (2) At least in the current CVS version, the code to do a 'CHECKPOINT' > > > after creating a table has been #ifdef'ed out. Why is that? > > > > That is not after creation of a table, but while creating it, which is

Re: [HACKERS] pgbench questions

2002-07-13 Thread J. R. Nield
On Sat, 2002-07-13 at 02:25, Tatsuo Ishii wrote: > > (2) At least in the current CVS version, the code to do a 'CHECKPOINT' > > after creating a table has been #ifdef'ed out. Why is that? > > That is not after creation of a table, but while creating it, which is > not necessary any more sinc

Re: [HACKERS] pgbench questions

2002-07-12 Thread Tatsuo Ishii
[Cc:ed to hackers] From: [EMAIL PROTECTED] (Neil Conway) Subject: pgbench questions Date: Sat, 13 Jul 2002 00:57:37 -0400 Message-ID: <[EMAIL PROTECTED]> > Hi, > > I was looking at doing some performance profiling on PostgreSQL, and > I had a few questions on pgbench. > > (1) Is there a reason