Posts in 2019
-
Is running postgres in docker a good idea?
2019-01-13 in Database
For stateless app services, containers are an almost perfect devops solution. However, for stateful services like databases, it’s not so straightforward. Whether production databases should be containerized remains controversial. From a …
Posts in 2018
-
What Makes PostgreSQL So Awesome?
2018-06-10 in Postgres
PostgreSQL’s slogan is “The World’s Most Advanced Open Source Relational Database”, but I find this tagline lacks punch. It also feels like a direct jab at MySQL’s “The World’s Most Popular Open Source …