]> granicus.if.org Git - postgresql/commit
Add general purpose hasing functions to pgbench.
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 21 Mar 2018 15:01:23 +0000 (18:01 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 21 Mar 2018 15:01:23 +0000 (18:01 +0300)
commite51a04840a1c45db101686bef0b7025d5014c74b
tree3c67461e40725d348031024c8204fd7ec87554f3
parent8bb3c7d347f0c74aa12beeef3599984021323e7d
Add general purpose hasing functions to pgbench.

Hashing function is useful for simulating real-world workload in test like
WEB workload, as an example - YCSB benchmarks.

Author: Ildar Musin with minor editorization by me
Reviewed by: Fabien Coelho, me
Discussion: https://www.postgresql.org/message-id/flat/0e8bd39e-dfcd-2879-f88f-272799ad7ef2@postgrespro.ru
doc/src/sgml/ref/pgbench.sgml
src/bin/pgbench/exprparse.y
src/bin/pgbench/pgbench.c
src/bin/pgbench/pgbench.h
src/bin/pgbench/t/001_pgbench_with_server.pl