Description:
In Azure Synapse Analytics, fact tables distribution method reverting back to round robin once the ETL workflow runs, It looks like the process drops and re-creates the fact tables each time (or whenever this happens, the distribution method is reset).
In addition, the distribution method can be set in the data warehouse, but is not available as a setting in the data mart. Therefore, the distribution method is set to "Round Robin" by default, instead of Replicate or Hash (which is much more desirable for dimension and fact tables respectively).
Value Proposition:
I constantly have to manually maintain the distribution method settings on data mart tables because the default behavior does not perform very well in a Microsoft Azure environment. Fixing this will make the product usable.
Target Audience:
Developers
How does this help the user:
Our developer staff will not have to manually maintain these tables every time the code is "generated"... which is often in a development process.