nerdexam
Microsoft

DP-300 · Question #33

You have an Azure SQL database that contains a table named factSales. FactSales contains the columns shown in the following table. FactSales has 6 billion rows and is loaded nightly by using a batch…

The correct answer is D. columnstore archival compression. Columnstore tables and indexes are always stored with columnstore compression. You can further reduce the size of columnstore data by configuring an additional compression called archival compression. For columnstore tables and indexes, all columnstore tables and indexes always…

Submitted by minji_kr· Mar 6, 2026Monitor, configure, and optimize database resources

Question

You have an Azure SQL database that contains a table named factSales. FactSales contains the columns shown in the following table. FactSales has 6 billion rows and is loaded nightly by using a batch process. Which type of compression provides the greatest space reduction for the database?

Exhibits

DP-300 question #33 exhibit 1
DP-300 question #33 exhibit 2

Options

  • Apage compression
  • Brow compression
  • Ccolumnstore compression
  • Dcolumnstore archival compression

How the community answered

(22 responses)
  • A
    9% (2)
  • B
    5% (1)
  • C
    14% (3)
  • D
    73% (16)

Explanation

Columnstore tables and indexes are always stored with columnstore compression. You can further reduce the size of columnstore data by configuring an additional compression called archival compression. For columnstore tables and indexes, all columnstore tables and indexes always use columnstore compression and this is not user configurable. 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. You can configure columnstore archival compression. https://docs.microsoft.com/en-us/sql/relational-databases/data-compression/data-compression https://docs.microsoft.com/en-us/sql/relational-databases/data-compression/data- compression?view=sql-server-ver15

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice