On which column should you recommend partitioning the table?

Posted by: Pdfprep Category: DP-203 Tags: , ,

You are designing an inventory updates table in an Azure Synapse Analytics dedicated SQL pool.

The table will have a clustered columnstore index and will include the following columns:

• EventDate: 1 million per day

• EventTypelD: 10 million per event type

• WarehouselD: 100 million per warehouse

• ProductCategoryTypeiD: 25 million per product category type

You identify the following usage patterns:

Analyst will most commonly analyze transactions for a warehouse.

Queries will summarize by product category type, date, and/or inventory event type. You need to recommend a partition strategy for the table to minimize query times.

On which column should you recommend partitioning the table?
A . ProductCategoryTypeID
B . EventDate
C . WarehouseID
D . EventTypeID

Answer: D

Comment (1)

  • Mark Reply

    I would say C.

    January 19, 2022 at 10:15 am

Leave a Reply

Your email address will not be published.