You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm querying a large dataset using cursors. I can do it properly with against a master node, but if I run against a hot standby replica node I'm getting the following error:
asyncpg.exceptions.FeatureNotSupportedError: cannot use serializable mode in a hot standby
Is it possible to run cursors against replica nodes?
How the hot standby affects this?