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, IsOrderFinalized, COUNT(*)
FROM FactPurchase -
WHERE DateKey >= 20210101 -
AND DateKey <= 20210131 -
GROUP By SupplierKey, StockItemKey, IsOrderFinalized
Which table distribution will minimize query times?
FredNo
Highly Voted 3 years, 5 months agoDeepshikha1228
2 years, 9 months agoGameLift
Highly Voted 3 years, 7 months agoPodavenna
3 years, 7 months agosaqib839
1 year, 2 months agoadaod14
Most Recent 1 month, 3 weeks agoRAG11
2 months agothanglai
3 months, 2 weeks agoEmnCours
4 months, 4 weeks agoOkkier
9 months, 3 weeks agoJustImperius
3 months, 1 week agohypersam
3 months, 3 weeks agoMBRSDG
1 year agosdg2844
1 year, 3 months agopperf
1 year, 6 months agojiajiani
1 year, 7 months ago74gjd_37
1 year, 7 months agojiajiani
1 year, 7 months agokkk5566
1 year, 7 months agoSolutionA
1 year, 8 months agoSolutionA
1 year, 8 months agomamahani
1 year, 11 months agohenryphchan
1 year, 11 months agoSHENOOOO
2 years, 2 months ago