<?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: Does field type matter performance wise when assigning domains in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349655#M3082</link>
    <description>&lt;P&gt;in a RDBMS, integers will outperform strings, especially when indexed or searched.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2023 14:20:18 GMT</pubDate>
    <dc:creator>JohnAlsup</dc:creator>
    <dc:date>2023-11-15T14:20:18Z</dc:date>
    <item>
      <title>Does field type matter performance wise when assigning domains</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349623#M3080</link>
      <description>&lt;P&gt;Reading here (&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/an-overview-of-attribute-domains.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/an-overview-of-attribute-domains.htm&lt;/A&gt;) it appears that the field to which a domain is assigned can be of many data types.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is it shear imagination when I believe I've Esri heard recommend using data type Integer to obtain best possible performance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 13:27:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349623#M3080</guid>
      <dc:creator>Jens_Dalsgaard</dc:creator>
      <dc:date>2023-11-15T13:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does field type matter performance wise when assigning domains</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349655#M3082</link>
      <description>&lt;P&gt;in a RDBMS, integers will outperform strings, especially when indexed or searched.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 14:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349655#M3082</guid>
      <dc:creator>JohnAlsup</dc:creator>
      <dc:date>2023-11-15T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Does field type matter performance wise when assigning domains</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349693#M3084</link>
      <description>&lt;P&gt;The domain's descriptions can be text for integer fields. Ex:&lt;/P&gt;&lt;P&gt;Code&amp;nbsp; &amp;nbsp; &amp;nbsp;Description&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Yes&lt;BR /&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No&lt;/P&gt;&lt;P&gt;Entering data via dropdowns will display the description and save the code value. You'd need to keep in mind what the values represent when working with the data, such as not thinking the actual value is the string 'Yes'.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 15:08:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349693#M3084</guid>
      <dc:creator>ZenMasterZeke</dc:creator>
      <dc:date>2023-11-15T15:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Does field type matter performance wise when assigning domains</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349770#M3085</link>
      <description>&lt;P&gt;Hi Jens... as John already indicated, spot on, performance-wise integer values are strongly recommended. Now then, if planning the migration of a legacy system to a new schema, keep also in mind the impact of changing data types on other supporting applications.&lt;/P&gt;&lt;P&gt;So,&amp;nbsp;and still strongly recommending the use of integers, I also recommend that you ask yourself whether you will need to overhaul some existing integrations and/or reporting engines adjusting them to now using the integer types, and what the cost of this effort may be. (If you are doing the migration for a client, they would appreciate the insight.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 16:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349770#M3085</guid>
      <dc:creator>JoaquinMadrid1</dc:creator>
      <dc:date>2023-11-15T16:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does field type matter performance wise when assigning domains</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349825#M3087</link>
      <description>&lt;P&gt;Indeed, the best design practice is to have your domains as integer fields and create an index on those columns.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 18:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349825#M3087</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-11-15T18:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does field type matter performance wise when assigning domains</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349952#M3088</link>
      <description>&lt;P&gt;Thanks for the feedback. My intentions were backed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 20:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/does-field-type-matter-performance-wise-when/m-p/1349952#M3088</guid>
      <dc:creator>Jens_Dalsgaard</dc:creator>
      <dc:date>2023-11-15T20:44:37Z</dc:date>
    </item>
  </channel>
</rss>

