You are designing a fact table named FactPurchase in an Azure Synapse Analytics dedicated SQL pool. The table contains purchases from suppliers for a retail store. FactPurchase will contain the following columns.
FactPurchase will have 1 million rows of data added daily and will contain three years of data.
Transact-SQL queries similar to the following query will be executed daily.
SELECT -
SupplierKey, StockItemKey, COUNT(*)
FROM FactPurchase -
WHERE DateKey >= 20210101 -
AND DateKey <= 20210131 -
GROUP By SupplierKey, StockItemKey
Which table distribution will minimize query times?
AugustineUba
Highly Voted 3 years, 4 months agoYipingRuan
3 years, 1 month agocem_kalender
2 years, 1 month agoYipingRuan
3 years, 1 month agowaterbender19
Highly Voted 3 years, 4 months agowaterbender19
3 years, 4 months agoLucky_me
2 years, 11 months agokamil_k
2 years, 9 months agoAnandEMani
3 years, 3 months agokamil_k
2 years, 9 months agonockda
Most Recent 19 hours, 46 minutes agoDaniel627
6 days, 23 hours agof7c717f
1 week, 2 days agomoize
1 week, 3 days agoEmnCours
2 weeks agonockda
2 weeks, 2 days agonockda
3 weeks, 3 days agorenan_ineu
3 months, 2 weeks agoevangelist
4 months, 3 weeks agoevangelist
5 months agoevangelist
5 months agoDanweo
5 months, 1 week agokitesh1994
7 months, 3 weeks agopractia
4 months, 2 weeks agoAKTommy
9 months, 1 week agopawades
9 months, 4 weeks ago