Live data from Hacker News

Viewing profile — pwmtr

pwmtr

HN member
Joined
Wed, Aug 31, 2016, 7:42 AM UTC
HN karma
731
Public activity
96 items

About pwmtr

Principal Software Engineer at Ubicloud

Previously; Microsoft, Citus Data, SAP

Recent public activity

  1. comment
    Comment #48413798

    The author of the blog post here. In hindsight, the kernel bug seems obvious, but the process of tracking it down was quite interesting. I especially enjoyed the statistical analys…

  2. story
  3. comment
    Comment #45615215

    We’ve been seeing the same trend. Lots of teams moving to Hetzner for the price/performance, but then realizing they have to rebuild all the Postgres ops pieces (backups, failover,…

  4. story
  5. comment
    Comment #44916942

    If you are looking for Postgres on Hetzner, you may want to check out Ubicloud. We host in various bare metal providers, including Hetzner. (I am the lead engineer building Ubiclou…

  6. comment
    Comment #44156616

    Yes, that is correct. That said, in our tests we only saw 2x improvements in CH benchmarks. However, we found out that it was due to an architectural issue in our VM I/O path and h…

  7. comment
    Comment #44006512

    Really appreciated the authors persistence on keeping to use PostgreSQL. There are many specialized solutions out there, but at the end they usually lack PostgreSQL's verstatility …

  8. comment
    Comment #43676839

    I read something similar on Yuval Harari's Homo Sapiens, where he suggests wheat domesticated humans not the other way around. An excerpt can be found here [1]. Whole essay is grea…

  9. comment
    Comment #43102494

    At the time of our investigation, we found few articles supporting that power caps could potentially cause hardware degradation, though I don't have the exact sources at hand. I se…

  10. comment
    Comment #43101918

    The root cause was a problem with the motherboard, though the exact issue remains unknown to us. I suspect that a component on the motherboard may have been vulnerable to power lim…

  11. comment
    Comment #43101737

    Author of the blog post here. Yeah, this is generally a good practice. The silver lining is that our suffering helped uncover the underlying issue faster. :) This isn’t part of the…

  12. story
  13. comment
    Comment #41486813

    Definitely interesting material. I realized, especially in last few years, there is an increased interest on moving away from propriety clouds/PaaS to K8s or even to bare metal, pr…

  14. comment
    Comment #41062522

    Our runners are running on our own infrastructure. We get bare metal instances from providers like Hetzner or Leaseweb and virtualize them. Your runners run on the ephemeral VMs on…

  15. comment
    Comment #41054974

    They have a Ruby control plane; https://www.crunchydata.com/blog/crunchy-bridges-ruby-backen...

  16. comment
    Comment #41054925

    I cannot comment on Let's Encrypt's reliability. Maybe I had just too many bad experiences from DigiCert outages and I'm bit pessimistic. However, their status page does not give m…

  17. comment
    Comment #41052334

    There is a "Connection Pooling" box at the first diagram. Though, the article does not talk about all boxes. It would simply be very long wall of text if we had mention all compone…

  18. comment
    Comment #41052321

    * Sorry for the confusion, our customers do not necessarily want to deploy database in a container. It is just we encountered lots of folks who wants to do that and asked us about …

  19. comment
    Comment #41052223

    At k8s, isolation is at the container level, thus properly isolating (for security purposes) system calls is quite difficult. This wouldn't be a concern if you are running Postgres…

  20. comment
    Comment #41052183

    Sure you can, but Let's Encrypt, just like DigiCert, is a 3rd party provider and they don't guarantee that you would get a signed certificate in few minutes. If they have an outage…

  21. comment
    Comment #41049322

    It is managed maintenance window, which basically means letting user to pick a time window such as Saturday 8PM-9PM and as a service provider you ensure that non critical maintenan…

  22. comment
    Comment #41047667

    At another thread in this page, I wrote more about this, but in summary; we also like k8s-based managed Postgres solutions. They are quite useful if you are running Postgres for yo…

  23. comment
    Comment #41047565

    You are not wrong. There are benefits for sharing certificate authority per customer. We actually considered using one authority per organization. However in our case, there is no …

  24. comment
    Comment #41044593

    Definitely agreed. It is great feature and a building block for many complex features such as multiple primaries, zero down time migrations etc. I'm also quite happy to see with ea…

  25. comment
    Comment #41044483

    Do you mean writing something similar for MySQL or building a MySQL service at Ubicloud? For the first one, the answer would be no, because I don't have any expertise on MySQL. I o…