From ee9f609d4e5c98a750b9b8b2cab1eede4ecab546 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 10 Feb 2022 14:13:47 -0800 Subject: [PATCH] bench setup --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8197e60..9b9461f 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,11 @@ Coincidenly, this uses `COPY` so you can test if that works. Additionally, we'll All queries will be `SELECT` only (`-S`) just so disks don't get in the way, since the dataset will be effectively all in RAM. +My setup: + +- 8 cores, 16 hyperthreaded (AMD Ryzen 5800X) +- 32GB RAM (doesn't matter for this benchmark, except to prove that Postgres will fit the whole dataset into RAM) + ### PgBouncer #### Config