<?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 best way to store Detail data? in ArcGIS Indoors Questions</title>
    <link>https://community.esri.com/t5/arcgis-indoors-questions/what-is-the-best-way-to-store-detail-data/m-p/1420377#M776</link>
    <description>&lt;P&gt;I face the same issues with performance when displaying our details. We have very detailed... details..&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;for some very large facilites.&amp;nbsp; What I have found to be the most helpful (but still not great) is to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;merge details by use type (if you have different use types) then merge each use type by level&lt;/LI&gt;&lt;LI&gt;Run the Dice GP tool on each use type of each level.&amp;nbsp; This will create "strips" of your details.&amp;nbsp; I use 10,000 verticies per "strip".&lt;/LI&gt;&lt;LI&gt;Store your details as a hosted feature layer or a File Geodatabase. Do not store and serve from an Enterprise GDB.&amp;nbsp; It just can't handle it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hopefully some day there will be an improvement for this.&amp;nbsp; Vector Tile layers sounds like it might be the answer but they are not (yet) floor aware.&amp;nbsp; That could be a game changer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 13:19:20 GMT</pubDate>
    <dc:creator>Andrew-Bowne</dc:creator>
    <dc:date>2024-05-08T13:19:20Z</dc:date>
    <item>
      <title>What is the best way to store Detail data?</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/what-is-the-best-way-to-store-detail-data/m-p/1409923#M746</link>
      <description>&lt;P&gt;We have hundreds of buildings and are experiencing performance issues when loading Details data. We are currently storing each line geometry as a single feature. This results in over 400,000 records in our Details table. Is this a reasonable amount of Detail records? Can we store them as multi-part geometries so we can aggregate these features and have only a single record for Facility and Level?&amp;nbsp; What are the best practices for this scenario for such a large site?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 20:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/what-is-the-best-way-to-store-detail-data/m-p/1409923#M746</guid>
      <dc:creator>TomasL44</dc:creator>
      <dc:date>2024-04-15T20:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to store Detail data?</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/what-is-the-best-way-to-store-detail-data/m-p/1409960#M747</link>
      <description>&lt;P&gt;This detail data is horrible for rendering and such. I don't think there is a better way to store it and disk space is relatively cheap. I have been considering making vector tiles to improve rendering speeds, especially on web and mobile, but have not gotten around to testing it. I am curious to see what others have to say.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 22:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/what-is-the-best-way-to-store-detail-data/m-p/1409960#M747</guid>
      <dc:creator>Milton</dc:creator>
      <dc:date>2024-04-15T22:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to store Detail data?</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/what-is-the-best-way-to-store-detail-data/m-p/1409994#M748</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/409323"&gt;@TomasL44&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;If you don't see any frequent geometry updates and changes, then yes, you could make same-category-per-floor detail features into a single-multipart feature.&lt;/P&gt;&lt;P&gt;Other load-reducing methods would be;&lt;/P&gt;&lt;P&gt;1. Set visibility scale (ex. features not to be displayed beyond 1:700)&lt;/P&gt;&lt;P&gt;2. layers as image service&lt;/P&gt;&lt;P&gt;3. Vector Tile (does not support floor-aware at a current release. Ideal for single-floor data only)&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 23:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/what-is-the-best-way-to-store-detail-data/m-p/1409994#M748</guid>
      <dc:creator>Jinho_Kang</dc:creator>
      <dc:date>2024-04-15T23:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to store Detail data?</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/what-is-the-best-way-to-store-detail-data/m-p/1420377#M776</link>
      <description>&lt;P&gt;I face the same issues with performance when displaying our details. We have very detailed... details..&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;for some very large facilites.&amp;nbsp; What I have found to be the most helpful (but still not great) is to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;merge details by use type (if you have different use types) then merge each use type by level&lt;/LI&gt;&lt;LI&gt;Run the Dice GP tool on each use type of each level.&amp;nbsp; This will create "strips" of your details.&amp;nbsp; I use 10,000 verticies per "strip".&lt;/LI&gt;&lt;LI&gt;Store your details as a hosted feature layer or a File Geodatabase. Do not store and serve from an Enterprise GDB.&amp;nbsp; It just can't handle it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hopefully some day there will be an improvement for this.&amp;nbsp; Vector Tile layers sounds like it might be the answer but they are not (yet) floor aware.&amp;nbsp; That could be a game changer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 13:19:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/what-is-the-best-way-to-store-detail-data/m-p/1420377#M776</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2024-05-08T13:19:20Z</dc:date>
    </item>
  </channel>
</rss>

