Consistency between two workspaces using same db

Hi,
We’re using two workspaces for a db, one for write & another one is read. We can’t use the write workspace because of various other aspects. Here, the data being written is eventually or strongly consistent across workspaces? Is it’s eventually consistent, how much time it would take to be available across workspaces ?

Read replica’s are eventually consistent. The delay is typically only a few seconds, but it depends a lot on the write workload on the primary. For very heavy write workloads (very large data loads) the delay could be higher.

-Adam