<?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: Setting Appropriate Size for ATTRBUFSIZE Parameter in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241787#M13742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The information you provided did not answer all of the initial questions. You will need to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;provide even more data to Tech Support to discover why you got this message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2011 18:50:38 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2011-06-10T18:50:38Z</dc:date>
    <item>
      <title>Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241780#M13735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder how we can determine and set an appropriate size of &lt;/SPAN&gt;&lt;STRONG&gt;ATTRBUFSIZE&lt;/STRONG&gt;&lt;SPAN&gt; in a way that to have a perfect performance besides NOT wasting too memory?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As you know, the default value of ATTRBUFSIZE is 50000 ,&amp;nbsp; If we set&amp;nbsp; too low value then&amp;nbsp; the buffer will not be used effectively, slowing performance. A too large a value&amp;nbsp; also will wastes memory, sh how we can set the best value for this parameter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time in advanced&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 20:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241780#M13735</guid>
      <dc:creator>BruceGreen</dc:creator>
      <dc:date>2011-06-09T20:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241781#M13736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There isn't any one perfect value ATTRBUFSIZE for all datasets.&amp;nbsp; How many columns do you have&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in your average table, and how many in your maximum?&amp;nbsp; What is the sum of the *potential*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;widths in your average table, and how wide is your maximum?&amp;nbsp; What is the *actual* width of &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;your average and widest tables?&amp;nbsp; Do you store a lot of BLOBs, CLOBs or NCLOBs?&amp;nbsp; Do you have&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a very large number of concurrent connections?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've never had a reason to change any parameter controlled by 'sdeconfig' beyond CONNECTIONS,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INT64TYPES, TCPKEEPALIVE, and MAXGRIDSPERFEAT (and the number of changes at customer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sites beyond CONNECTIONS could be measured with a single digit).&amp;nbsp; Do you have some reason&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to believe your site is misconfigured?&amp;nbsp; It's a lot easier to hurt performance with the *SIZE and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MAX* parameters than it is to improve it (they all interrelate with one another).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 22:44:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241781#M13736</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-06-09T22:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241782#M13737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vangelo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your great reply.The reason that I am trying to update the ATTRBUFSIZE value is I was encountering with an issue (Error) as "&lt;/SPAN&gt;&lt;STRONG&gt;Attribute buffer is too small&lt;/STRONG&gt;&lt;SPAN&gt;" whenever I want to delete a road in ArcSDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please let me know that what could be possible cause for this? I update the defualt value of ATTRBUFSIZE to 500000 and then I can edit(delete) the layer withot any problem but I am not sure how to tune the best value size for it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 06:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241782#M13737</guid>
      <dc:creator>BruceGreen</dc:creator>
      <dc:date>2011-06-10T06:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241783#M13738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I couldn't begin to help you before you answered the litany of questions I posed last time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, you'd need to tell:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which database you're using, and its version and service pack level,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version and service pack of ArcSDE you are using,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version and service pack of ArcGIS you are using, , and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Whether the table you are accessing is versioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is probably a topic best raised with Tech Support, but you still need to collect the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;answers to all these questions, since they'll ask them as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 09:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241783#M13738</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-06-10T09:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241784#M13739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some information about the system I am working on:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT BYTES/1024 FROM SYS.DBA_SEGMENTS WHERE SEGMENT_NAME='Map_ROAD' AND SEGMENT_TYPE='TABLE';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BYTES/1024 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------------- &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;13312 &lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;================================================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT AVG_ROW_LEN * NUM_ROWS FROM USER_TABLES WHERE table_name = 'Map_ROAD';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AVG_ROW_LEN* NUM_ROWS &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------------- &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;9083080 &lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;================================================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT TABLE_NAME, ROUND((AVG_ROW_LEN * NUM_ROWS / 1024), 2) ROW_SIZE_KB, (BLOCKS * &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; BLOCK_SIZE_KB FROM USER_TABLES WHERE table_name = 'Map_ROAD'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TABLE_NAME : Map_ROAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ROW_SIZE_KB : 8870.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BLOCK_SIZE_KB: 6032&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which database you're using, and its version and service pack level,&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;- Oracle Database 11g Release 11.1.0.6.0 - 64bit Production &lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version and service pack of ArcSDE you are using,&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;- ArcSDE 9.3 Service Pack 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version and service pack of ArcGIS you are using, , and&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;- ArcGIS 9.3.1 - Service Pack 2&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Whether the table you are accessing is versioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;-Yes the table is version-ed.&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you store a lot of BLOBs, CLOBs or NCLOBs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a very large number of concurrent connections?&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Not Really&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 16:01:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241784#M13739</guid>
      <dc:creator>BruceGreen</dc:creator>
      <dc:date>2011-06-10T16:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241785#M13740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In this context, row width does not include geometry storage.&amp;nbsp; Keep in mind that ATTRBUFSIZE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;impacts *every* table.&amp;nbsp; You'll need to give Tech Support the DBTUNE creation parameters and a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;data sample if they're going to be able to reproduce the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 16:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241785#M13740</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-06-10T16:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241786#M13741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am sorry vangelo, but I didn't get what exactly you mean?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 16:56:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241786#M13741</guid>
      <dc:creator>BruceGreen</dc:creator>
      <dc:date>2011-06-10T16:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241787#M13742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The information you provided did not answer all of the initial questions. You will need to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;provide even more data to Tech Support to discover why you got this message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 18:50:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241787#M13742</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-06-10T18:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241788#M13743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you please let me know what else is needed? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I really appreciate if you kindly let me know what exactly you need to figure the issue out?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 20:31:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241788#M13743</guid>
      <dc:creator>BruceGreen</dc:creator>
      <dc:date>2011-06-10T20:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241789#M13744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please contact Tech Support.&amp;nbsp; They will tell you what they need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 21:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/241789#M13744</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-06-10T21:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/1031500#M43112</link>
      <description>&lt;P&gt;This is addressed for Oracle in&lt;/P&gt;&lt;H1&gt;Bug BUG-000107844:&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEwNzg0NA==" target="_blank"&gt;https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEwNzg0NA==&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 14:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/1031500#M43112</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2021-03-01T14:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Appropriate Size for ATTRBUFSIZE Parameter</title>
      <link>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/1370396#M44895</link>
      <description>&lt;P&gt;I had the same problem!!&lt;/P&gt;&lt;P&gt;The technical support suggest to degrease the character limit to 24000.&lt;/P&gt;&lt;P&gt;I dont'know how to do this. Anybody can help me?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 10:53:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/setting-appropriate-size-for-attrbufsize-parameter/m-p/1370396#M44895</guid>
      <dc:creator>andreamangeruca</dc:creator>
      <dc:date>2024-01-16T10:53:54Z</dc:date>
    </item>
  </channel>
</rss>

