Does any one have any strategies for partitioning link and satellites in Azure SQL / SQL server
I have a link / satellite pair with 132 million rows. I would use the load date, but I am loading the data from historical sources, so all 132 million rows will have the same load date.
The link table obviously has very few columns and these are all hashkeys, I have also included the driving business key (integer), so I could use this. The partitioning of the Link and the Satellite should match for obvious performance reasons.