Aurora PostgreSQL (global database) for multi-region #2274
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Not totally sure what @tstirrat15 was referring to, it's possible he was referencing a different Aurora product? (there are so many!) Aurora PostgresQL Global Database works great with SpiceDB - this is a configuration we have tested. If you are going to run with Global DB with cross-region replicas, I would recommend running at least version 1.41 so that you can use the |
Beta Was this translation helpful? Give feedback.
-
I just catch this and I can confirm that. We have been using spicedb with a aurora Postgres global db in 4 regions in production for a couple of years now and has been working great. Great to know about delay option! Will make sure our configuration includes itPedroEnviado do meu iPhoneNo dia 13 de mar. de 2025, às 18:23, Evan Cordell ***@***.***> escreveu:
Not totally sure what @tstirrat15 was referring to, it's possible he was referencing a different Aurora product? (there are so many!)
Aurora PostgresQL Global Database works great with SpiceDB - this is a configuration we have tested.
If you are going to run with Global DB with cross-region replicas, I would recommend running at least version 1.41 so that you can use the --datastore-follower-read-delay flag with postgres and set it to the replica lag. This will ensure SpiceDB picks revisions for minimize_latency requests that are very likely to be replicated in the local region.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
awesome! thank you for the quick response! |
Beta Was this translation helpful? Give feedback.
Not totally sure what @tstirrat15 was referring to, it's possible he was referencing a different Aurora product? (there are so many!)
Aurora PostgresQL Global Database works great with SpiceDB - this is a configuration we have tested.
If you are going to run with Global DB with cross-region replicas, I would recommend running at least version 1.41 so that you can use the
--datastore-follower-read-delay
flag with postgres and set it to the replica lag. This will ensure SpiceDB picks revisions for minimize_latency requests that are very likely to be replicated in the local region.