Hello,
The following enable constraint command takes around (15min to be completed)
ALTER TABLE table_name ENABLE CONSTRAINT fk_constraint_name ;
table_name: (~133 Millions rows)
Any idea why it takes long to be completed? and what could be done to improve the performance?
Thanks in advance