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, 6 months agoYipingRuan
3 years, 3 months agocem_kalender
2 years, 3 months agoYipingRuan
3 years, 3 months agowaterbender19
Highly Voted 3 years, 6 months agowaterbender19
3 years, 6 months agoLucky_me
3 years, 1 month agokamil_k
2 years, 11 months agoAnandEMani
3 years, 5 months agokamil_k
2 years, 11 months agodippip123
Most Recent 2 days, 6 hours agosamirarian
3 days, 5 hours agoJustImperius
3 weeks, 4 days agonockda
1 month, 3 weeks agoImtiaz_alum
2 months agonockda
2 months agoDaniel627
2 months, 1 week agof7c717f
2 months, 1 week agomoize
2 months, 1 week agoEmnCours
2 months, 2 weeks agonockda
2 months, 2 weeks agonockda
2 months, 3 weeks agorenan_ineu
5 months, 3 weeks agoevangelist
6 months, 3 weeks agoevangelist
7 months ago