Show HN: pg-primer - Beginner's guide to administering/managing PostgreSQL(github.com)
github.com
Show HN: pg-primer - Beginner's guide to administering/managing PostgreSQL
https://github.com/vishesh92/pg-primer
I created this small guide for people starting with postgresql. I added some queries I commonly used as well. Any feedback?
4 comments
What's the postgres IO performance under emulated Docker (ie docker desktop for win / mac os) like these days? A while ago it was slow enough that experiments involving performance conclusions might be better run with the native ports.
For Windows, if you run Docker Desktop using WSL2 integration, it is near native perf.
Just dont volume mount the data folder to the host and its fine
Very well written! I don't have a lot of experience managing Postgres, this gave me a good insight.
Nice section on MVCC in Postgres.