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
If the server with postgres crashes there is no way to restore an interrupted upload. It is therefore safe to use synchronous_commit, as the data is lost anyways.
If the server with postgres crashes there is no way to restore an interrupted upload. It is therefore safe to use
synchronous_commit, as the data is lost anyways.synchronous_commit should be set to off, with SQL like
SET synchronous_commit TO OFF;