HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brand

no profile record

comments

brand
·2 jaar geleden·discuss
Okay, but EDB is the largest corporate contributor to Postgres, and one of the people pushing against the feature (Bruce Momjian) also works for EDB?

The PG community is a lot of things, but I think “dominated by commercial interests” is not one of them.

Disclosure: I work at EDB :)
brand
·2 jaar geleden·discuss
Your comment doesn’t seem to be in good faith. What cloud company is pushing this through?
brand
·2 jaar geleden·discuss
How does this handle sort ordering / collations?
brand
·3 jaar geleden·discuss
pgbackrest works purely at the file level, by looking at checksums. It’s rather primitive by comparison.
brand
·3 jaar geleden·discuss
It seems that “younger generation” programmers underestimate the value of governance in OSS. The recent Terraform kerluffle couldn’t have happened if Terraform was in the ASF, etc.
brand
·3 jaar geleden·discuss
3 of 7 work at EDB, and the core team doesn’t drive the project roadmap. And EDB hackers fail to get patches in all the time, just like everyone else :)
brand
·4 jaar geleden·discuss
I’ve personally deployed O(TBs) and O(10^4 TPS) Postgres clusters on Kubernetes with a CNPG-style operator based deployment. There are some subtleties to it but it’s not exceeding complicated, and a good project like CNPG goes a long way to shaving off those sharp edges. As other commenters have suggested it’s good to really understand Kubernetes if you want to do it, though.