Hello Everyone

I hope this article find all of you in good health.
i have disabled some of the constraint deleted some data and enabled it back using:
ALTER TABLE table_name disable CONSTRAINT constraint_name
ALTER TABLE table_name enable CONSTRAINT constraint_name ;
now when i check in Enterprise Manager the graph for User I/O and Commit is too high.
Our database is so slow and cant save.
the...