Postgres does not have a full, well ordering of updates
Joey
07/22/2025, 11:42 PM
if you're asking for a fully consistent call immediately after you issue a write, it may not get the transaction
Joey
07/22/2025, 11:43 PM
you should use the zedtoken returned from the write to ensure the write is respected
Joey
07/23/2025, 12:08 AM
also, if you're using read replicas with Postgres, but not configuring SpiceDB to know about them as, well, replicas, it can cause all sorts of weird issues