Answers A & D are correct because
As soon as we set DB2_WORKLOAD to ANALYTICS, the database is set to organized by columns and page size is set to 32k.
When you set DB2_WORKLOAD to ANALYTICS, and you create a new database :
- The parameter "DFT_EXTENT_SZ" is set to 4 (Default Tablespace ExtentSize)
- The parameter "AUTO_REORG" is set to ON (Automatic Reorganization)
- The parametre DFT_TABLE_ORG is set to COLUMN instead of "ROW".
The correct answers are :
A. The PAGESIZE database configuration parameter is set to 32K.
D. The DFT_TABLE_ORG database configuration parameter is set to COLUMN.
upvoted 1 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.
meAli
3 years, 1 month agodb2tester
4 years, 12 months agodb2tester
5 years ago