Y
Hacker News
new
|
ask
|
show
|
jobs
by
hylaride
5 days ago
So to oversimplify, is the idea to bring an AWS Aurora-style storage mechanism natively to Postgres?
2 comments
inigyou
5 days ago
Aurora is one big database, isn't it? PgDog is just a proxy where you tell it which shard to access.
link
levkk
5 days ago
Yes, except it doesn't have any cross-dependencies on the same volume, so the uptime here should be higher.
link
jeremyjh
5 days ago
Aurora has a completely different storage backend. PgDog is a front end proxy - each server in the cluster is still using standard Postgres right?
link
levkk
5 days ago
Yup!
link