<?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 About  Function call of ArcSDE, How to reduce function-call counts of Geodatabase SQL? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/about-function-call-of-arcsde-how-to-reduce/m-p/819515#M3659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi~,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was reported by a load-test team of one client project.&lt;/P&gt;&lt;P&gt;They said two many function call requested by ArcSOC.exe. and to improve performance of sql query, should modify function call to raw sql statements.&lt;/P&gt;&lt;P&gt;they gave me the function-call sql like SDE.ST_EnvIntersects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to check two things.&lt;/P&gt;&lt;P&gt; - Using function call, is more load on DB, than sql query.&lt;/P&gt;&lt;P&gt; - If yes, How to reduce internal function call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A. reduce returned features.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; - to fetch versioning data , require bigger function call than non-versioning data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (I see delta tables query in sql scanning)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 00:37:55 GMT</pubDate>
    <dc:creator>Myoung-okYoo</dc:creator>
    <dc:date>2014-10-22T00:37:55Z</dc:date>
    <item>
      <title>About  Function call of ArcSDE, How to reduce function-call counts of Geodatabase SQL?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/about-function-call-of-arcsde-how-to-reduce/m-p/819515#M3659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi~,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was reported by a load-test team of one client project.&lt;/P&gt;&lt;P&gt;They said two many function call requested by ArcSOC.exe. and to improve performance of sql query, should modify function call to raw sql statements.&lt;/P&gt;&lt;P&gt;they gave me the function-call sql like SDE.ST_EnvIntersects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to check two things.&lt;/P&gt;&lt;P&gt; - Using function call, is more load on DB, than sql query.&lt;/P&gt;&lt;P&gt; - If yes, How to reduce internal function call?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A. reduce returned features.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; - to fetch versioning data , require bigger function call than non-versioning data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (I see delta tables query in sql scanning)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 00:37:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/about-function-call-of-arcsde-how-to-reduce/m-p/819515#M3659</guid>
      <dc:creator>Myoung-okYoo</dc:creator>
      <dc:date>2014-10-22T00:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: About  Function call of ArcSDE, How to reduce function-call counts of Geodatabase SQL?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/about-function-call-of-arcsde-how-to-reduce/m-p/819516#M3660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SDE.ST_EnvIntersects function is the least-intensive spatial query constraint.&amp;nbsp; There is no raw SQL replacement (unless you disable spatial queries with attribute-first, which would be &lt;STRONG&gt;much&lt;/STRONG&gt; more intensive).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Versioned queries are, of course, more intensive than non-versioned queries (due to the UNION ALL join).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/about-function-call-of-arcsde-how-to-reduce/m-p/819516#M3660</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-10-22T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: About  Function call of ArcSDE, How to reduce function-call counts of Geodatabase SQL?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/about-function-call-of-arcsde-how-to-reduce/m-p/819517#M3661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; We deep concern whether remove versioned data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 02:37:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/about-function-call-of-arcsde-how-to-reduce/m-p/819517#M3661</guid>
      <dc:creator>Myoung-okYoo</dc:creator>
      <dc:date>2014-10-23T02:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: About  Function call of ArcSDE, How to reduce function-call counts of Geodatabase SQL?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/about-function-call-of-arcsde-how-to-reduce/m-p/819518#M3662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That&amp;nbsp; is certainly your choice, though versioning is the only way to accomplish long transaction editing in Desktop and ArcGIS replication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 13:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/about-function-call-of-arcsde-how-to-reduce/m-p/819518#M3662</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-10-23T13:51:00Z</dc:date>
    </item>
  </channel>
</rss>

