Skip to content

brandur/connections-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

connections-test

A simple benchmark to demonstrate the degradation of performance in Postgres as its total number of active connections increases.

Run with:

dropdb connections-test ; createdb connections-test && go run main.go

Information is logged to stdout and comma-separated data points are sent to stderr, so after it looks like it's working, you may want to collect that data with something like:

dropdb connections-test ; createdb connections-test && go run main.go 2> results.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages