nerdexam
Microsoft

DP-300 · Question #80

You have an Azure SQL database. The database contains a table that uses a columnstore index and is accessed infrequently. You enable columnstore archival compression. What are two possible results…

The correct answer is B. Queries that use the index will retrieve fewer data pages. E. Queries that use the index will consume more CPU resources. For rowstore tables and indexes, use the data compression feature to help reduce the size of the database. In addition to saving space, data compression can help improve performance of I/O workloads because the data is stored in fewer pages and queries need to read fewer pages…

Submitted by carter_n· Mar 6, 2026Optimize query performance

Question

You have an Azure SQL database. The database contains a table that uses a columnstore index and is accessed infrequently. You enable columnstore archival compression. What are two possible results of the configuration? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • AQueries that use the index will consume more disk I/O.
  • BQueries that use the index will retrieve fewer data pages.
  • CThe index will consume more disk space.
  • DThe index will consume more memory.
  • EQueries that use the index will consume more CPU resources.

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    67% (12)
  • C
    17% (3)
  • D
    11% (2)

Explanation

For rowstore tables and indexes, use the data compression feature to help reduce the size of the database. In addition to saving space, data compression can help improve performance of I/O workloads because the data is stored in fewer pages and queries need to read fewer pages from Use columnstore archival compression to further reduce the data size for situations when you can afford extra time and CPU resources to store and retrieve the data. https://docs.microsoft.com/en-us/sql/relational-databases/data-compression/data-compression

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice