Document the ability to specify TableAM for pgbench

Alexander Korotkov <akorotkov@postgresql.org>

Commit: f77ff083350eb5a2625a4dbfca61d15b66c4918b
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2022-07-20T12:49:37Z
Releases: 16.0
Document the ability to specify TableAM for pgbench

Upcoming custom Table Access Methods (TableAM) need benchmarking.  Despite
pgbench doesn't have an explicit option for TableAM specification, one can
specify it using PGOPTION environmental variable.  The present commit documents
this way to specify TableAM for pgbench.

Discussion: https://postgr.es/m/CAC77N6ih%3DLbhZQXV76grEsaVQkBL464Y2Foqq9o%3Df4UBfEOfEQ%40mail.gmail.com
Author: Michel Pelletier, Alexander Korotkov
Reviewed-by: Justin Pryzby, Mason Sharp, Michael Paquier

Files

PathChange+/−
doc/src/sgml/config.sgml modified +1 −1
doc/src/sgml/ref/pgbench.sgml modified +16 −0

Documentation touched

Discussion