pgbench: add --partitions and --partition-method options.

Amit Kapila <akapila@postgresql.org>

Commit: b1c1aa53182372e907f3f7f090e7eb5f432a4c9a
Author: Amit Kapila <akapila@postgresql.org>
Date: 2019-10-03T02:57:07Z
Releases: 13.0
pgbench: add --partitions and --partition-method options.

These new options allow users to partition the pgbench_accounts table by
specifying the number of partitions and partitioning method.  The values
allowed for partitioning method are range and hash.

This feature allows users to measure the overhead of partitioning if any.

Author: Fabien COELHO
Reviewed-by: Amit Kapila, Amit Langote, Dilip Kumar, Asif Rehman, and
Alvaro Herrera
Discussion: https://postgr.es/m/alpine.DEB.2.21.1907230826190.7008@lancre

Files

Documentation touched

Discussion