<?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: Can't reduce index size after deleting content in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/can-t-reduce-index-size-after-deleting-content/m-p/125001#M34141</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Probably, you are leaving your content in Thrash when deleting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is not the case, you may optimize index, for cleaning those deleting docs. This is in fact a recommended maintainance task for SOLR.&lt;/P&gt;&lt;P&gt;When a document is deleted in SOLR, the index of this document is flagged as deleted, but it still occupies size in disk. A big number of deleted docs in SOLR indices may impact in search performance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 10:01:02 GMT</pubDate>
    <dc:creator>cesarista</dc:creator>
    <dc:date>2022-11-30T10:01:02Z</dc:date>
    <item>
      <title>Can't reduce index size after deleting content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-reduce-index-size-after-deleting-content/m-p/125000#M34140</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I started performing massive deletion (during the day) in my repository. Every night a massive content ingestion is performed.&lt;/P&gt;&lt;P&gt;Index size was growing in about 1 to 1.5 GB daily after ingestion and now that I am deleting (almost the same quantity of documents) the growth rate remain the same. I see and increasing deleted docs number but size used is increasing at the same pace before deleting.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Solr admin" style="width: 644px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1609iC3413DA02E18F098/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Solr admin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What should I do in order to free up index space?&lt;/P&gt;&lt;P&gt;Thanks a lot for your advice.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 23:01:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-reduce-index-size-after-deleting-content/m-p/125000#M34140</guid>
      <dc:creator>gabrielmarinb</dc:creator>
      <dc:date>2022-11-29T23:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can't reduce index size after deleting content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-reduce-index-size-after-deleting-content/m-p/125001#M34141</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Probably, you are leaving your content in Thrash when deleting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is not the case, you may optimize index, for cleaning those deleting docs. This is in fact a recommended maintainance task for SOLR.&lt;/P&gt;&lt;P&gt;When a document is deleted in SOLR, the index of this document is flagged as deleted, but it still occupies size in disk. A big number of deleted docs in SOLR indices may impact in search performance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 10:01:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-reduce-index-size-after-deleting-content/m-p/125001#M34141</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2022-11-30T10:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can't reduce index size after deleting content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-reduce-index-size-after-deleting-content/m-p/125002#M34142</link>
      <description>&lt;P&gt;Deletion process is performed using REST API with permanent=True parameter.&lt;/P&gt;&lt;P&gt;A couple of question regarding Optimization. Can you run optimization during normal operation (indexation/searching)?&lt;/P&gt;&lt;P&gt;Do you have an estimation of how long this process take? We have a dedicated solr server (16 core - 32 GB)&lt;/P&gt;&lt;P&gt;I also read that double the size used is needed in the file system where indexes are stored.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your guidance&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 11:08:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-reduce-index-size-after-deleting-content/m-p/125002#M34142</guid>
      <dc:creator>gabrielmarinb</dc:creator>
      <dc:date>2022-11-30T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can't reduce index size after deleting content</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-t-reduce-index-size-after-deleting-content/m-p/125003#M34143</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Can you run optimization during normal operation (indexation/searching)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;- No. Manteinance normally means out of office hours.&lt;/P&gt;&lt;P&gt;Do you have an estimation of how long this process take? We have a dedicated solr server (16 core - 32 GB)&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Can't say. Not so much comparing with a full reindex for example. It depends on the resources for SOLR, also how fast are your indices disks, how big are your indices...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also read that double the size used is needed in the file system where indexes are stored.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Yes, this refers for the (SSD) disk where indices are stored. When SOLR is doing merges internally needs extra space.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 12:15:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-t-reduce-index-size-after-deleting-content/m-p/125003#M34143</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2022-11-30T12:15:37Z</dc:date>
    </item>
  </channel>
</rss>

