Re: pgbench: Skipping the creating primary keys after initialization

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgbench: Skipping the creating primary keys after initialization
Date: 2017-08-27 08:20:00
Message-ID: alpine.DEB.2.20.1708271018590.18068@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Quick precision to my previous review.

> sh> ./pgbench -i -I t
> done.

There should be "creating tables..."

> Does not seem to have initialized the tables although it was requested...
>
> sh> ./pgbench -i -I d
> creating tables...

Probably "filling tables..." would be more appropriate.

--
Fabien.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2017-08-27 09:32:23 Re: More replication race conditions
Previous Message Fabien COELHO 2017-08-27 08:12:42 Re: pgbench: Skipping the creating primary keys after initialization