Viewing profile — magden
magden
HN member- Joined
- Tue, Jul 11, 2023, 5:08 PM UTC
- HN karma
- 230
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About magden
No profile information was provided.
Recent public activity
- story
-
comment
Comment #42723710
I’ve always thought that "Just Use Postgres" would make an excellent title and topic for a book. And we’ve partnered with Manning to bring it to life. Looking forward to your feedb…
- story
-
comment
Comment #41379675
Cool, works with my YugabyteDB deployment using the provided scripts for Postgres.
-
comment
Comment #41373285
1. Nope, I don't think that CRDB is generally faster than Yugabyte. Vendors can't say otherwise in their own benchmarks :) 3. That code must be the tooling around the db and variou…
- story
- story
- story
-
comment
Comment #41258673
In light of the recent license changes by CockroachDB, their competitor (YugabyteDB) took another approach that seems to work well.
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #39459125
Here is a detailed article covering various design patterns for multi-region deployments: https://www.yugabyte.com/blog/multi-region-database-deployme...
-
comment
Comment #39444214
(I'm the author of the article) There are several design patterns depending on whether you need to optimize the latency for reads, writes, or both. If it's all abour reads, then yo…
- story
- story
- story
-
comment
Comment #38927439
CloudnativePg scales vertically. Distributed Postgres assumes you can data and read-write workload both horizontally and vertically.
-
comment
Comment #38926806
It was great to see the article about distributed Postgres by the Crunchy Data team trending on HN. Judging by the ongoing discussion, many got interested in the whys and hows of d…
- story
-
comment
Comment #38926527
> You handwaved this away, saying you can just store an entire table on a single node, but that defeats many of the benefits of these sharded SQL databases. I just clarified one-li…