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
Jira Link: DB-1754
Today, we don't support consistent checking of FK and check constraints when they are added to a table (via ALTER TABLE).
However, postgres code still runs this check and this can fail / cause OOM issues for large tables. We should suppress this check (in the postgres code) for now.
Note that we'll enable checking of constraints for existing data as part of #1395 (#4192).
The text was updated successfully, but these errors were encountered:
Jira Link: DB-1754
Today, we don't support consistent checking of FK and check constraints when they are added to a table (via
ALTER TABLE
).However, postgres code still runs this check and this can fail / cause OOM issues for large tables. We should suppress this check (in the postgres code) for now.
Note that we'll enable checking of constraints for existing data as part of #1395 (#4192).
The text was updated successfully, but these errors were encountered: