Posts in 2023
  • Database in K8S: Pros & Cons

    2023-12-06 in Database

    Featured Image for Database in K8S: Pros & Cons

    Whether databases should be housed in Kubernetes/Docker remains highly controversial. While Kubernetes (k8s) excels in managing stateless applications, it has fundamental drawbacks with stateful services, especially databases like PostgreSQL and …

    Read more

  • NewSQL: Distributive Nonsens

    2023-05-07 in Database

    Featured Image for NewSQL: Distributive Nonsens

    WeChat Column As hardware technology advances, the capacity and performance of standalone databases have reached unprecedented heights. In this transformative era, distributed (TP) databases appear utterly powerless, much like the “data middle …

    Read more

Posts in 2019
  • Is running postgres in docker a good idea?

    2019-01-13 in Database

    Featured Image for Is running postgres in docker a good idea?

    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 …

    Read more