{"id":517,"date":"2026-03-18T16:16:17","date_gmt":"2026-03-18T16:16:17","guid":{"rendered":"http:\/\/77interactive.com\/?p=517"},"modified":"2026-03-18T17:47:24","modified_gmt":"2026-03-18T17:47:24","slug":"pgbench","status":"publish","type":"post","link":"http:\/\/77interactive.com\/?p=517","title":{"rendered":"pgbench"},"content":{"rendered":"\n<p>The following are scripts I use for pgbench. The scripts assume:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A database named <strong>example<\/strong><\/li>\n\n\n\n<li>The tools are located in the folder <strong>\/usr\/pgsql-17\/bin\/<\/strong><\/li>\n\n\n\n<li>A .pgpass file so we don&#8217;t have to worry about credentials<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code># Create the example database and run pgbench tests\n\/usr\/pgsql-17\/bin\/pgbench -i -s 50 example\n\n# Run pgbench with different configurations\n# Basic test with 10 clients, 2 threads, 20000 transactions\n\/usr\/pgsql-17\/bin\/pgbench -c 10 -n -j 2 -t 20000 -P 30 example\n\n# Test with 40 clients, 2 threads, 50000 transactions\n\/usr\/pgsql-17\/bin\/pgbench -c 40 -n -j 2 -t 50000 -P 30 example\n\n# Clean up the pgbench tables\n\/usr\/pgsql-17\/bin\/pgbench -i -I d<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The following are scripts I use for pgbench. The scripts assume:<\/p>\n","protected":false},"author":1,"featured_media":518,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[46],"tags":[42,17,18],"class_list":["post-517","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-postgresql","tag-linux","tag-postgres","tag-postgresql"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>pgbench - 77 Interactive<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/77interactive.com\/?p=517\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"pgbench - 77 Interactive\" \/>\n<meta property=\"og:description\" content=\"The following are scripts I use for pgbench. The scripts assume:\" \/>\n<meta property=\"og:url\" content=\"http:\/\/77interactive.com\/?p=517\" \/>\n<meta property=\"og:site_name\" content=\"77 Interactive\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-18T16:16:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-18T17:47:24+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Rudy\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rudy\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/77interactive.com\/?p=517#article\",\"isPartOf\":{\"@id\":\"http:\/\/77interactive.com\/?p=517\"},\"author\":{\"name\":\"Rudy\",\"@id\":\"http:\/\/77interactive.com\/#\/schema\/person\/0e61d2a984b8304618026b207e6121e9\"},\"headline\":\"pgbench\",\"datePublished\":\"2026-03-18T16:16:17+00:00\",\"dateModified\":\"2026-03-18T17:47:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/77interactive.com\/?p=517\"},\"wordCount\":38,\"image\":{\"@id\":\"http:\/\/77interactive.com\/?p=517#primaryimage\"},\"thumbnailUrl\":\"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png\",\"keywords\":[\"Linux\",\"postgres\",\"postgresql\"],\"articleSection\":[\"PostgreSQL\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/77interactive.com\/?p=517\",\"url\":\"http:\/\/77interactive.com\/?p=517\",\"name\":\"pgbench - 77 Interactive\",\"isPartOf\":{\"@id\":\"http:\/\/77interactive.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/77interactive.com\/?p=517#primaryimage\"},\"image\":{\"@id\":\"http:\/\/77interactive.com\/?p=517#primaryimage\"},\"thumbnailUrl\":\"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png\",\"datePublished\":\"2026-03-18T16:16:17+00:00\",\"dateModified\":\"2026-03-18T17:47:24+00:00\",\"author\":{\"@id\":\"http:\/\/77interactive.com\/#\/schema\/person\/0e61d2a984b8304618026b207e6121e9\"},\"breadcrumb\":{\"@id\":\"http:\/\/77interactive.com\/?p=517#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/77interactive.com\/?p=517\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/77interactive.com\/?p=517#primaryimage\",\"url\":\"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png\",\"contentUrl\":\"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/77interactive.com\/?p=517#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/77interactive.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"pgbench\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/77interactive.com\/#website\",\"url\":\"http:\/\/77interactive.com\/\",\"name\":\"77 Interactive\",\"description\":\"Rudy&#039;s Code snippets\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/77interactive.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"http:\/\/77interactive.com\/#\/schema\/person\/0e61d2a984b8304618026b207e6121e9\",\"name\":\"Rudy\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/77interactive.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e336b9aecd39b40691ff8ccfcd68506415072dbe8caffc0485b94a1bc22b774d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e336b9aecd39b40691ff8ccfcd68506415072dbe8caffc0485b94a1bc22b774d?s=96&d=mm&r=g\",\"caption\":\"Rudy\"},\"url\":\"http:\/\/77interactive.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"pgbench - 77 Interactive","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/77interactive.com\/?p=517","og_locale":"en_US","og_type":"article","og_title":"pgbench - 77 Interactive","og_description":"The following are scripts I use for pgbench. The scripts assume:","og_url":"http:\/\/77interactive.com\/?p=517","og_site_name":"77 Interactive","article_published_time":"2026-03-18T16:16:17+00:00","article_modified_time":"2026-03-18T17:47:24+00:00","og_image":[{"width":1024,"height":1024,"url":"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png","type":"image\/png"}],"author":"Rudy","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rudy","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/77interactive.com\/?p=517#article","isPartOf":{"@id":"http:\/\/77interactive.com\/?p=517"},"author":{"name":"Rudy","@id":"http:\/\/77interactive.com\/#\/schema\/person\/0e61d2a984b8304618026b207e6121e9"},"headline":"pgbench","datePublished":"2026-03-18T16:16:17+00:00","dateModified":"2026-03-18T17:47:24+00:00","mainEntityOfPage":{"@id":"http:\/\/77interactive.com\/?p=517"},"wordCount":38,"image":{"@id":"http:\/\/77interactive.com\/?p=517#primaryimage"},"thumbnailUrl":"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png","keywords":["Linux","postgres","postgresql"],"articleSection":["PostgreSQL"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/77interactive.com\/?p=517","url":"http:\/\/77interactive.com\/?p=517","name":"pgbench - 77 Interactive","isPartOf":{"@id":"http:\/\/77interactive.com\/#website"},"primaryImageOfPage":{"@id":"http:\/\/77interactive.com\/?p=517#primaryimage"},"image":{"@id":"http:\/\/77interactive.com\/?p=517#primaryimage"},"thumbnailUrl":"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png","datePublished":"2026-03-18T16:16:17+00:00","dateModified":"2026-03-18T17:47:24+00:00","author":{"@id":"http:\/\/77interactive.com\/#\/schema\/person\/0e61d2a984b8304618026b207e6121e9"},"breadcrumb":{"@id":"http:\/\/77interactive.com\/?p=517#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/77interactive.com\/?p=517"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/77interactive.com\/?p=517#primaryimage","url":"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png","contentUrl":"http:\/\/77interactive.com\/wp-content\/uploads\/2026\/03\/Copilot_20260318_111434.png","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"http:\/\/77interactive.com\/?p=517#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/77interactive.com\/"},{"@type":"ListItem","position":2,"name":"pgbench"}]},{"@type":"WebSite","@id":"http:\/\/77interactive.com\/#website","url":"http:\/\/77interactive.com\/","name":"77 Interactive","description":"Rudy&#039;s Code snippets","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/77interactive.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"http:\/\/77interactive.com\/#\/schema\/person\/0e61d2a984b8304618026b207e6121e9","name":"Rudy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/77interactive.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e336b9aecd39b40691ff8ccfcd68506415072dbe8caffc0485b94a1bc22b774d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e336b9aecd39b40691ff8ccfcd68506415072dbe8caffc0485b94a1bc22b774d?s=96&d=mm&r=g","caption":"Rudy"},"url":"http:\/\/77interactive.com\/?author=1"}]}},"_links":{"self":[{"href":"http:\/\/77interactive.com\/index.php?rest_route=\/wp\/v2\/posts\/517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/77interactive.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/77interactive.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/77interactive.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/77interactive.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=517"}],"version-history":[{"count":3,"href":"http:\/\/77interactive.com\/index.php?rest_route=\/wp\/v2\/posts\/517\/revisions"}],"predecessor-version":[{"id":521,"href":"http:\/\/77interactive.com\/index.php?rest_route=\/wp\/v2\/posts\/517\/revisions\/521"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/77interactive.com\/index.php?rest_route=\/wp\/v2\/media\/518"}],"wp:attachment":[{"href":"http:\/\/77interactive.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/77interactive.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=517"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/77interactive.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}