Stick to the primary for a read from a table that just received a write from the same connection. This can help with the following: ```ruby user = User.create email: "test@test.com" user.reload ```
Stick to the primary for a read from a table that just received a write from the same connection. This can help with the following: