<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to reduce time while loading data into the azure synapse table? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9397#M4787</link>
    <description>&lt;P&gt;Hi @Tinendra Kumar​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no option to check your permission in databricks.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 13:25:08 GMT</pubDate>
    <dc:creator>Ajay-Pandey</dc:creator>
    <dc:date>2023-02-14T13:25:08Z</dc:date>
    <item>
      <title>How to reduce time while loading data into the azure synapse table?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9393#M4783</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I just wanted to know if is there any option to reduce time while loading Pyspark Dataframe into the Azure synapse table using Databricks.&lt;/P&gt;&lt;P&gt;like..&lt;/P&gt;&lt;P&gt;I have a pyspark dataframe that has around 40k records and I am trying to load data into the azure synapse table using databricks it is taking almost 1.10 hrs+ to load complete data into the azure table. I am using save mode('overwrite') as per requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any possible solution to reduce time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tinendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 12:19:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9393#M4783</guid>
      <dc:creator>tinendra</dc:creator>
      <dc:date>2023-02-14T12:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce time while loading data into the azure synapse table?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9394#M4784</link>
      <description>&lt;P&gt;Hi @Tinendra Kumar​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can increase the DTU in synapse and if possible, use append mode while saving the files that will help&amp;nbsp;you to reduce the time.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 12:22:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9394#M4784</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2023-02-14T12:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce time while loading data into the azure synapse table?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9395#M4785</link>
      <description>&lt;P&gt;Hi @Ajay Pandey​&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any control over the azure side. Could you please tell me if is there any way/option to do this on the spark/databricks side?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 12:26:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9395#M4785</guid>
      <dc:creator>tinendra</dc:creator>
      <dc:date>2023-02-14T12:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce time while loading data into the azure synapse table?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9396#M4786</link>
      <description>&lt;P&gt;have you checked this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/archive/azure/synapse-polybase" target="test_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/archive/azure/synapse-polybase&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tbh I do not use Databricks to load data into synapse.  I write the data as parquet /delta lake on our data lake, and use ADF to copy to synapse if necessary.  this goes pretty fast.&lt;/P&gt;&lt;P&gt;Another option is to use Synapse Serverless or External tables on the parquet files themselves.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 13:04:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9396#M4786</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-02-14T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce time while loading data into the azure synapse table?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9397#M4787</link>
      <description>&lt;P&gt;Hi @Tinendra Kumar​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no option to check your permission in databricks.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 13:25:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9397#M4787</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2023-02-14T13:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce time while loading data into the azure synapse table?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9398#M4788</link>
      <description>&lt;P&gt;Hi @Tinendra Kumar​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 05:39:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-reduce-time-while-loading-data-into-the-azure-synapse/m-p/9398#M4788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-17T05:39:53Z</dc:date>
    </item>
  </channel>
</rss>

