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
When Electric starts a new shape it set the replica mode for that table to FULL. This takes a short exclusive lock on the table, but it is only necessary to set once. So we can reduce the chance of lock by checking the replica mode for the table first to avoid conflicts with long running transactions
The text was updated successfully, but these errors were encountered:
When Electric starts a new shape it set the replica mode for that table to FULL. This takes a short exclusive lock on the table, but it is only necessary to set once. So we can reduce the chance of lock by checking the replica mode for the table first to avoid conflicts with long running transactions
The text was updated successfully, but these errors were encountered: