<?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: Survey 123 database storage in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1638308#M63619</link>
    <description>&lt;P&gt;I run a script to give me a list of replicas and a script to remove old ones as Field Maps does not remove them if you remove an area while offline.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was actually not sure but AGOL hosted does have a way to compress also.&lt;/P&gt;&lt;P&gt;See this post&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/reduction-of-space-and-credit-consumption/td-p/1392412" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-questions/reduction-of-space-and-credit-consumption/td-p/1392412&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But basically go into the Rest page for the service, then admin on the top right, then compress at the bottom.&lt;/P&gt;&lt;P&gt;I strangely do not think I have ever done this.&amp;nbsp; We only add and do not delete but we do remove old replicas so I wonder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have more info on this or have scripted it somehow?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2025 13:01:17 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2025-08-01T13:01:17Z</dc:date>
    <item>
      <title>Survey 123 database storage</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1638241#M63616</link>
      <description>&lt;P&gt;I have a survey 123 that was using 900 + MB. I have deleted half of the records, including photo attachments, and points from the _results and _form feature service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Those records are not there anymore, however the size of my database hasn't change.&lt;/P&gt;&lt;P&gt;Can anyone tell me why and how to fix this ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 01:03:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1638241#M63616</guid>
      <dc:creator>AnnaBarca1</dc:creator>
      <dc:date>2025-08-01T01:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 database storage</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1638268#M63618</link>
      <description>&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/manage-hosted-feature-layers.htm#ESRI_SECTION1_030A9819DFF7498E9DFCDE6030E5FFBA" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/arcgis-online/manage-data/manage-hosted-feature-layers.htm#ESRI_SECTION1_030A9819DFF7498E9DFCDE6030E5FFBA&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;When you enable the options&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Enable sync (required for offline use and collaboration)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Keep track of changes to the data (add, update, delete features)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on your hosted feature layer or hosted table,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;ArcGIS Online&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;stores information about data changes and offline versions in a change log. This change log grows as changes continue to accumulate. To avoid&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/administer/credits.htm#ESRI_SECTION1_4E74456E44D84BFDB5A590BA86FB3B76" target="_blank" rel="noopener"&gt;credit&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;charges associated with a large change log, you can trim it.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There are backend tables for Sync and the 'Keep track of changes to the data' that can grow considerably over time or high volumes of editing.&lt;/P&gt;&lt;P&gt;Toggling sync on/off will remove any replicas (and any offline edits yes to be synced! so use wisely!).&lt;/P&gt;&lt;P&gt;Turning off the change tracking or trimming it will reduce its size. The change log&amp;nbsp;is NOT the same as keeping track of who last made changes to the data (the CreationDate, EditedDate fields etc). It's a table that tracksadds/updates/delete requests and is designed to be used for things like service based webhooks or other change detection.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 07:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1638268#M63618</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-08-01T07:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 database storage</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1638308#M63619</link>
      <description>&lt;P&gt;I run a script to give me a list of replicas and a script to remove old ones as Field Maps does not remove them if you remove an area while offline.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was actually not sure but AGOL hosted does have a way to compress also.&lt;/P&gt;&lt;P&gt;See this post&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/reduction-of-space-and-credit-consumption/td-p/1392412" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-questions/reduction-of-space-and-credit-consumption/td-p/1392412&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But basically go into the Rest page for the service, then admin on the top right, then compress at the bottom.&lt;/P&gt;&lt;P&gt;I strangely do not think I have ever done this.&amp;nbsp; We only add and do not delete but we do remove old replicas so I wonder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have more info on this or have scripted it somehow?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 13:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1638308#M63619</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-08-01T13:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 database storage</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1640249#M63706</link>
      <description>&lt;P&gt;Thank you Christopher,&lt;/P&gt;&lt;P&gt;So if I un tick sync all my additional data should go and the usage would only show what's current, right ?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 01:32:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1640249#M63706</guid>
      <dc:creator>AnnaBarca1</dc:creator>
      <dc:date>2025-08-08T01:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 database storage</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1640318#M63709</link>
      <description>&lt;P&gt;You may need to turn off the editor change tracking as well or trim logs.&lt;/P&gt;&lt;P&gt;It may take a moment to update.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 12:37:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-database-storage/m-p/1640318#M63709</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-08-08T12:37:03Z</dc:date>
    </item>
  </channel>
</rss>

