Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam C2090-600 All Questions

View all questions & answers for the C2090-600 exam

Exam C2090-600 topic 1 question 3 discussion

Actual exam question from IBM's C2090-600
Question #: 3
Topic #: 1
[All C2090-600 Questions]

Which of the following statements about compression for BLU MPP tables is TRUE?

  • A. Compression must be explicitly enabled for BLU MPP tables
  • B. Compression requires decompression to evaluate partition joins
  • C. Unique compression dictionaries are generated for each partition
  • D. Each table has a single compression dictionary that gets replicated across all partitions
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
http://www.idug.org/p/bl/et/blogaid=503

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
db2tester
5 years ago
The answer A is wrong because the columns are automatically compressed with DB2 Blu technology.
upvoted 1 times
...
db2tester
5 years ago
The answer D is correct. Indeed, “Actionable compression” is the term IBM uses for the compression that is applied to each column – it uses frequency-based compression (Huffman coding) and other techniques to achieve very high compression ratios. It is “actionable” because predicates can be applied to the column without uncompressing the data. With multi-partition tables, DB2 does not generate unique compression dictionaries for each partition – each table has a single dictionary that is replicated across all database partitions. This ensures that DB2 does not have to uncompress the table’s data when sending data between partitions.
upvoted 1 times
...
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.

SaveCancel
Loading ...