Forum Discussion
Roelemanski
Apr 30, 2024Copper Contributor
Delta Query Performance in Azure Synapse Serverless: Issues with Response Times using Serverless SQL
We are encountering significant performance issues with Delta query execution in Azure Synapse Serverless across multiple client setups. Specifically, we utilize views built on Delta tables within Sy...
BrightSpark1225
May 09, 2024Copper Contributor
Roelemanski - I have also experienced the same, I am currently looking in to workarounds
- RoelemanskiMay 13, 2024Copper Contributor
BrightSpark1225, thank you for your response! I'm quite interested in hearing about your findings. We're contemplating creating an additional Parquet and using the overwrite method to store it in a '_parquet' subfolder within the Delta table. This way, the folder would be overlooked by Delta but could still be utilized to function as views.