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
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Podyn can be set up on multiple nodes for scaling out or fault tolerance. However, this currently only supported in jsonb mode. In columns mode, nodes may independently decide to add a column and the second node would fail to do so because the column already exists.
To fix this, nodes should get the current schema from postgres if adding a column fails and then continue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Podyn can be set up on multiple nodes for scaling out or fault tolerance. However, this currently only supported in
jsonb
mode. Incolumns
mode, nodes may independently decide to add a column and the second node would fail to do so because the column already exists.To fix this, nodes should get the current schema from postgres if adding a column fails and then continue.
The text was updated successfully, but these errors were encountered: