From eab3e8720616d3eb17773f3dd5b665c6682d8559 Mon Sep 17 00:00:00 2001 From: Kanthi Date: Sat, 3 Aug 2024 21:15:39 -0400 Subject: [PATCH] Load testing for PostgreSQL Load testing for PostgreSQL --- doc/Performance.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/Performance.md b/doc/Performance.md index efeb844a9..71b81efd7 100644 --- a/doc/Performance.md +++ b/doc/Performance.md @@ -58,4 +58,11 @@ Target: `show binary logs;` -`show binlog events in `mysql-bin.000003` \ No newline at end of file +`show binlog events in `mysql-bin.000003` + +## PostgreSQL Load testing - PgBench +https://www.cloudbees.com/blog/tuning-postgresql-with-pgbench + + +``` +```