Pgbench with -f and -S

From: Robins Tharakan <tharakan(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Pgbench with -f and -S
Date: 2016-04-17 02:06:11
Message-ID: CAEP4nAxDNjXHa2jcEbiXjXz6TN3T-=c_awO=bgG78kshTGuuHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Pgbench allows -f and -S combinations together where the doc says that -S
effectively uses the internal select-only script.

Is it okay to assume that -f is disregarded here? Or are they run in
round-robin fashion (although then, how does it know which read-only part
of my script to run?) or something else like that?

Effectively, I think it should raise NOTICE that -f is useless here.

-
robins
--

-
robins

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2016-04-17 04:49:07 Re: parallel query vs extensions
Previous Message Andres Freund 2016-04-17 01:04:45 Re: Spinlocks and semaphores in 9.2 and 9.3