Live data from Hacker News

PgDog is funded and coming to a database near you

pgdog.dev

151–160 of 275 posts

Re: PgDog is funded and coming to a database near you

#151

Earlier quoted context omitted.

100k(s) orders per minute is several orders of magnitude more than realistic. Amazon does 20k orders per minute. Instacart doesn't need "100,000s of grocery delivery orders per minute". There must be some 0s added for the sake of the story.

Amazon does 20k peak, or 20k average? Website visitor peaks could easily be two orders of magnitude higher traffic than average for a few minutes.

[deleted]

Re: PgDog is funded and coming to a database near you

#154

"Why Us" => "I ran Postgres at Instacart, where we scaled the company 5x in April of 2020. The biggest problem we had was making Postgres serve 100,000s of grocery delivery orders per minute" Couldn't be a better why us :)

Is 100k order per minute a lot? Even a single Postgres instance should serve that fine?

It's orders, not queries. Who knows how many requests that actually takes.

Re: PgDog is funded and coming to a database near you

#155
post #153

I really wish they'd acknowledge the prior art and name that they've taken inspiration from - https://github.com/postgresml/pgcat Don't pay a startup for your DB proxy, you should own that layer yourself inside of your infrastructure.

The creator of pgdog is also the creator of pgcat, so I think they probably don't need to do this.

Re: PgDog is funded and coming to a database near you

#157
post #153

I really wish they'd acknowledge the prior art and name that they've taken inspiration from - https://github.com/postgresml/pgcat Don't pay a startup for your DB proxy, you should own that layer yourself inside of your infrastructure.

The founder is the author of both...

Re: PgDog is funded and coming to a database near you

#158
post #133
post #102

Earlier quoted context omitted.

Good thing we support HA as well: https://docs.pgdog.dev/features/load-balancer/ Load balancer with health checks and failover, works out of the box. :) Battle-tested at this point too, so could be worth a look.

I've extensively used Dynamo (internally at Amazon and externally) and even founded a DB startup with it at it's core. Boiling down scalability of Postgres vs Dynamo as it's written in blog is a bit terse. Dynamo scales writes horizontally with the keyspace, forever. Postgres simply can't, and no number of layers between the machines and the developer changes that. Sharding, pooling, Citus are all layered on top of a…

Except that dynamo is still just glorified mysql? https://news.ycombinator.com/item?id=18871661

I don’t think the backend matters. It’s the frontend wrapper that makes or breaks HA.

Re: PgDog is funded and coming to a database near you

#160

congrats, lev! brings back fond memories of database fires. i'm sure you'll get 100x comments about "why not just have one fast SSD? it can do 2000 trillion writes/s"

Thanks! Yup...to be expected. If you know, you know, and have the scars to prove it :)
Post reply on HN