Viewing profile — gbartolini
gbartolini
HN member- Joined
- Thu, Sep 20, 2012, 10:29 AM UTC
- HN karma
- 31
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About gbartolini
Recent public activity
-
comment
Comment #48030469
See for example: https://infohub.delltechnologies.com/en-us/t/edb-postgres-ai...
-
comment
Comment #48030451
It all depends on the storage underneath. If you have got good storage, with CNPG you have comparable results you get on bare metal PostgreSQL.
-
comment
Comment #48030410
Barman Cloud was a convenient choice for CloudNativePG (CNPG) because it was developed by the same team that created Barman originally (I am part of both teams). When we started CN…
-
comment
Comment #41234717
As a founder and maintainer of CNPG, it is exciting to see it used here. I would love to know more! Thanks.
- story
-
comment
Comment #38848939
I don’t agree here. There are operators like the one I’m a maintainer of (CloudnativePG) which works directly with Kubernetes, teaching it how to handle Postgres clusters as a coor…
- story
-
comment
Comment #37636652
I actually do not understand the point here. And maybe you are not very familiar with the concept of transactions. Backups can only account for committed transactions. However, we …
-
comment
Comment #37622641
I'm the author of this blog article in which I try to recap why running Postgres in Kubernetes is a good thing: https://cloudnativenow.com/kubecon-cnc-eu-2022/why-run-postg...
-
comment
Comment #37622571
The reason could be the last 4 years of evolution in Kubernetes. Have you heard of DoK Community (Data on Kubernetes)? Might be a good place where to start.
-
comment
Comment #37622543
Why not dedicate some worker nodes using taints/tolerations/labels, even on bare metal, with locally attached storage? I wrote this many years ago now but that's the reason why we …
-
comment
Comment #37620888
If you are interested, I suggest this article I wrote that covers the current state of major upgrades with CloudNativePG: https://www.enterprisedb.com/blog/current-state-major-post…
-
comment
Comment #31893197
I agree with your view point and concerns. That is why we took the approach to reduce the number of components and integrate everything in Kubernetes, especially with logging (we d…
-
comment
Comment #31887761
Maintainer of CloudNativePG here. Back then, we evaluated Crunchy Operator's source code. Being primarily imperative and using an external tool for failover, where the two main rea…
-
comment
Comment #31887713
Thank you!
-
comment
Comment #31887707
Can you please elaborate about obfuscation? Regarding being opinionated I believe that it is what we expect from an operator. An operator simulates what human DBAs in this case wou…
-
comment
Comment #31887667
As maintainer of the project, I suggest looking at CloudNativePG, which is production ready (cloudnative-pg.io).
-
comment
Comment #31887652
One clarification about CloudNativePG. It is not EDB's anymore (or EnterpriseDB if you prefer). EDB is the original creator. The software is now entirely owned by a vendor neutral …
-
comment
Comment #31887633
CloudNativePG Maintainer and VP of CloudNative at EDB here. We decided to go even further with the CloudNativePG operator. EDB as original creator has decided to donate the intelle…
-
comment
Comment #31370588
That's another good example of why CNCF is important, as in that ecosystem live technologies that are becoming standard for everything related to infrastructure, including monitori…
-
comment
Comment #31367961
Got it. That's an interesting point of view. I think it makes sense in the data workloads, especially in the database one. Consider for example how database workloads are still lag…
-
comment
Comment #31367617
Can you please elaborate on this: "Could this reasoning be extended to other databases and stateful applications?"?
-
comment
Comment #31367603
There's definitely commonalities between operators for databases, not only with the same engine, but also different ones and similar primary/standby architecture. I agree this is s…
-
comment
Comment #31367449
The project has just been submitted to the CNCF Sandbox, it hasn't yet been accepted. There's a lot of road to be done. If we get accepted, we'll be honoured to adapt and contribut…
-
comment
Comment #31367226
Disclaimer - I'm one of the maintainers of the project Thanks for sharing the news! The project is hosted on github.com/cloudnative-pg/cloudnative-pg and it is distributed under Ap…