<?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: What is the difference between Max Rows to Retrieve and Fetch Size in DBConnect 2 and how to determine what values to configure for both in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-the-difference-between-Max-Rows-to-Retrieve-and-Fetch/m-p/216206#M23440</link>
    <description>&lt;P&gt;Below are the differences between the two parameters:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Max Rows to Retrieve:&lt;/STRONG&gt; This will be the rows that will retrieved with each query. Note that it depends on how each client is implemented. For instance, PostgreSQL driver seems to honor this value and limits the data from DB, therefore both DB and DBX will be limited. However, other drivers may ignore this on the DB side (not like limiting the result by using LIMIT clause of SQL) and will honor it on DBX side only. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Fetch Size:&lt;/STRONG&gt; This value will be set to the JDBC driver as a &lt;EM&gt;hint&lt;/EM&gt; on how many rows to be fetched one time from the database. Word "hint" is emphasized, since this also highly depends on how the database drivers are implemented. For example, Oracle drivers seems to honor this setting and try to fetch the rows in chunk, so that it can avoid from out of client side (DBX) memory errors, while some drivers might not honor it and just send the whole result in one big bulk.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2017 06:05:30 GMT</pubDate>
    <dc:creator>croissant</dc:creator>
    <dc:date>2017-08-31T06:05:30Z</dc:date>
    <item>
      <title>What is the difference between Max Rows to Retrieve and Fetch Size in DBConnect 2 and how to determine what values to configure for both</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-the-difference-between-Max-Rows-to-Retrieve-and-Fetch/m-p/216205#M23439</link>
      <description>&lt;P&gt;I can't seem to figure out the difference between those two properties.&lt;BR /&gt;
Max Rows to Retrieve and Fetch Size in DBConnect 2.&lt;BR /&gt;
What are they used for and how to determine what recommended values should be assigned?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 09:00:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-the-difference-between-Max-Rows-to-Retrieve-and-Fetch/m-p/216205#M23439</guid>
      <dc:creator>reggie_123</dc:creator>
      <dc:date>2016-11-10T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Max Rows to Retrieve and Fetch Size in DBConnect 2 and how to determine what values to configure for both</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-the-difference-between-Max-Rows-to-Retrieve-and-Fetch/m-p/216206#M23440</link>
      <description>&lt;P&gt;Below are the differences between the two parameters:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Max Rows to Retrieve:&lt;/STRONG&gt; This will be the rows that will retrieved with each query. Note that it depends on how each client is implemented. For instance, PostgreSQL driver seems to honor this value and limits the data from DB, therefore both DB and DBX will be limited. However, other drivers may ignore this on the DB side (not like limiting the result by using LIMIT clause of SQL) and will honor it on DBX side only. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Fetch Size:&lt;/STRONG&gt; This value will be set to the JDBC driver as a &lt;EM&gt;hint&lt;/EM&gt; on how many rows to be fetched one time from the database. Word "hint" is emphasized, since this also highly depends on how the database drivers are implemented. For example, Oracle drivers seems to honor this setting and try to fetch the rows in chunk, so that it can avoid from out of client side (DBX) memory errors, while some drivers might not honor it and just send the whole result in one big bulk.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 06:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-is-the-difference-between-Max-Rows-to-Retrieve-and-Fetch/m-p/216206#M23440</guid>
      <dc:creator>croissant</dc:creator>
      <dc:date>2017-08-31T06:05:30Z</dc:date>
    </item>
  </channel>
</rss>

