cancel
Showing results for 
Search instead for 
Did you mean: 

Reorganize table vs primary and foreign key indexes

huber1
Participant
875

I am wondering if reorganising a table like

REORGANIZE TABLE "hades"."courses";

leads to exactly the same result as executing following 2 statements (here a recursive constraint to table courses, i. e. relationship in the data model, otherwise of course the related table)

REORGANIZE TABLE "hades"."courses" PRIMARY KEY;
REORGANIZE TABLE "hades"."courses" FOREIGN KEY "course_predecessor_of_fk";

Has the order of executing the above 2 statements any relevance?

Best regards, Robert

Accepted Solutions (0)

Answers (0)