You can translate the question and the replies:

Denodo Cache load - Can I use CTAS in Azure Synapse?

We have been having issues with Denodo creating cache tables due to volume and intensive queries. Is it possible to use Azure Synapse's CTAS functionality? Also, Denodo creates a table with Round Robin distribution, would it be possible to change it to Hash?
user
25-05-2021 17:16:02 -0400
code

1 Answer

Hi, To cache large volumes of data and optimize the performance when caching, you could make use of the [Bulk Data Load](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/bulk_data_load/bulk_data_load) option. For more details, you can refer to the Optimizing Cache Load Processes section of [Best Practices to Maximize Performance III: Caching](https://www.google.com/url?q=https://community.denodo.com/kb/en/view/document/Best%2520Practices%2520to%2520Maximize%2520Performance%2520III%253A%2520Caching&sa=D&source=editors&ust=1622462036968000&usg=AOvVaw0EpFSDHhdiuWZHny0o9mJP) of the Knowledge Base article. As of now, it is not possible to use the Azure Synapse’s CTAS functionality in the Denodo Platform. Also, by default Azure Synapse uses the distribution as [ROUND_ROBIN](https://docs.microsoft.com/en-us/sql/t-sql/statements/create-table-azure-sql-data-warehouse?view=aps-pdw-2016-au7#examples-for-table-distribution) and at the moment it is not possible to change the distribution from the Denodo Platform. Hope this helps!
Denodo Team
31-05-2021 07:15:30 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here