on 2020 Jun 09 6:53 AM
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
Request clarification before answering.
User | Count |
---|---|
60 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.