A table named MYTABLE contains an XML column and an XML storage object dictionary already exists. What is the effect of enabling compression and then running the command REORG TABLE mytable KEEPDICTIONARY?
A.
All data, both new and existing, will be compressed.
B.
Only new or updated data for XML columns will be compressed.
C.
New and existing XML columns will be compressed but other columns remain unchanged.
D.
Existing data will remain uncompressed because the RESETDICTIONARY option of the REORG command was not used.
The correct answer is A.
Existing data is compressed. New data will be compressed.
Reference : https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0001966.html
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
db2tester
5 years, 1 month ago