Category: Learning resources

Curated lists of books to buy to learn PostgreSQL, from beginner SQL intros to advanced internals and performance books.

Roundups of courses, YouTube playlists, and workshop recordings, with guidance on what to use at each experience level.

Learning resources

How to Migrate MySQL to PostgreSQL: Step-by-Step

MySQL and PostgreSQL are the two most widely used open source relational databases, and the comparison keeps coming up — in benchmarks, in conference talks, and in migration tickets. Recent head-to-head tests continue to show PostgreSQL pulling ahead on advanced query features, JSON handling, and indexing flexibility. If your team has been considering a move, […]

admin 
Learning resources postgresql

Essential PostgreSQL Books Every Engineer Should Own

1. Learn PostgreSQL (latest edition) “Learn PostgreSQL” (recent editions target PostgreSQL 15–16) is a beginner-friendly, end-to-end introduction that stays useful even after you’re no longer a beginner. It walks through SQL basics, core internals like transactions and MVCC, replication, security, backups, and monitoring, with hands-on exercises that resemble real production use cases.goodreads+1​ Why a PostgreSQL […]

admin