Forwarded from Syra's Techbinder
https://tech.lendinghome.com/practical-guide-to-postgresql-optimizations-d7b9c2ad6a22#.hozmkzq5e
Tags: #database #postgreSQL #performance
Tags: #database #postgreSQL #performance
Medium
Practical Guide to PostgreSQL Optimizations
Basic proficiency with PostgreSQL is one of the highest-leverage skills an engineer can have. Even a cursory understanding of its internals…
Forwarded from Syra's Techbinder
http://www.cybertec.at/why-favor-postgresql-over-mariadb-mysql/
Tags: #database #postgresql #mysql #mariadb
Tags: #database #postgresql #mysql #mariadb
CYBERTEC
Why favor PostgreSQL over MariaDB / MySQL
For many years MySQL and PostgreSQL were competing databases, which addressed slightly different audiences. Here's why you always should go for PostgreSQL!
Forwarded from Syra's Techbinder
Craigkerstiens
Why use Postgres (Updated for last 5 years)
Five years ago I wrote a post that got some good attention on why you should use Postgres. Almost a year later I added a bunch of things I missed. Many of those items bear repeating, and I’ll recap a few of those in the latter half of this post. But in the…
Forwarded from Syra's Techbinder
https://medium.com/@ankane/introducing-dexter-the-automatic-indexer-for-postgres-5f8fa8b28f27
Tags: #postgresql #database
Tags: #postgresql #database
Medium
Introducing Dexter, the Automatic Indexer for Postgres
Your database knows which queries are running. It also has a pretty good idea of which indexes are best for a given query. And since…