2 comments

  • superboum32 minutes ago
    Deceptive query plans (eg. due to very specific write shapes), lack of QoS classes (to priorize OLTP requests over OLAP ones without spawning a read replica), manual partitioning that is way too manual, lack of backpressure during replication (WAL accumulate and Postgres continues accepting writes) and lack of first-class leader-election mechanism (eg. something like what sorintlab/stolon does) are my top 5 issues with PostgreSQL. Glad to see that one of my 5 pain point (that I call "QoS classes") is shared and addressed, I'm sure on-call engineers will thank you, this work addresses real operating issues.
  • dukepiki2 hours ago
    Hi, I&#x27;m the lead engineer for Traffic Control. Glad to see it back in the news! If anyone&#x27;s interested in more detail about how it works, check out <a href="https:&#x2F;&#x2F;planetscale.com&#x2F;blog&#x2F;behind-the-scenes-how-traffic-control-works" rel="nofollow">https:&#x2F;&#x2F;planetscale.com&#x2F;blog&#x2F;behind-the-scenes-how-traffic-c...</a>, or I&#x27;m happy to answer questions here.