<?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: Query limiting to only 10000 rows in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/query-limiting-to-only-10000-rows/m-p/116058#M45235</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/159757"&gt;@Y2KEngineer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This issue is likely related to row fetching limits or buffer sizes in the driver or system settings. You can try adjusting a couple of things in your ODBC connection string:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Set RowsFetchedPerBlock=50000 to make sure it fetches all rows in one go.&lt;/LI&gt;&lt;LI&gt;Add EnableCloudFetch=0 to turn off Cloud Fetch, which sometimes causes problems with large result sets due to network or firewall restrictions.&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Mon, 21 Apr 2025 11:56:27 GMT</pubDate>
    <dc:creator>SP_6721</dc:creator>
    <dc:date>2025-04-21T11:56:27Z</dc:date>
    <item>
      <title>Query limiting to only 10000 rows</title>
      <link>https://community.databricks.com/t5/data-engineering/query-limiting-to-only-10000-rows/m-p/115710#M45162</link>
      <description>&lt;P&gt;Hi I am query my Azure Databricks table using VB script/Simba Spark ODBC driver.&lt;/P&gt;&lt;P&gt;While querying into the DB(lets say 'Select * from table_1') it is not returning any data. However while querying a limit (lets say 'Select TOP 10000 ID from table_1'), it is giving me the first 10000 rows. The table has 50k rows and I want all them at once due to some limitation at target system&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 04:55:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/query-limiting-to-only-10000-rows/m-p/115710#M45162</guid>
      <dc:creator>Y2KEngineer</dc:creator>
      <dc:date>2025-04-17T04:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Query limiting to only 10000 rows</title>
      <link>https://community.databricks.com/t5/data-engineering/query-limiting-to-only-10000-rows/m-p/116058#M45235</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/159757"&gt;@Y2KEngineer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This issue is likely related to row fetching limits or buffer sizes in the driver or system settings. You can try adjusting a couple of things in your ODBC connection string:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Set RowsFetchedPerBlock=50000 to make sure it fetches all rows in one go.&lt;/LI&gt;&lt;LI&gt;Add EnableCloudFetch=0 to turn off Cloud Fetch, which sometimes causes problems with large result sets due to network or firewall restrictions.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 21 Apr 2025 11:56:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/query-limiting-to-only-10000-rows/m-p/116058#M45235</guid>
      <dc:creator>SP_6721</dc:creator>
      <dc:date>2025-04-21T11:56:27Z</dc:date>
    </item>
  </channel>
</rss>

