<?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: HUGE database size in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310644#M263774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for creating the issue.&amp;nbsp; I signed up and added myself as a "watcher," though I don't seem to be able to comment at all so I'm not sure how to add any info they might require.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I left clean-up the script enabled in the alfresco-global.properties and it ran again this morning at 1am.&amp;nbsp; The log file is well over 3-million lines this time (including many of the same error messages noted before) and there is still no change to the database size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I notice that in the comments on the issue that you created Derek Hulley suggests "fix the cleaner job so that it can only run one instance at a time" and that would get rid of the errors messages. Unfortunately, I'm not sure how I would go about doing this.&amp;nbsp; Do you have any suggestions on how I might proceed with this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 18:21:06 GMT</pubDate>
    <dc:creator>willisadams</dc:creator>
    <dc:date>2015-11-18T18:21:06Z</dc:date>
    <item>
      <title>HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310638#M263768</link>
      <description>We started with Alfresco Community Edition 5.0.d.&amp;nbsp; We later upgraded to the 201508 Early Access release of 5.1.&amp;nbsp; Later still, we upgraded to the 201509 and now, today, the 201510 EA.The updates all went smoothly. I followed the directions found here: https://alpha-labs.net/2015/02/upgrading-alfresco</description>
      <pubDate>Sat, 14 Nov 2015 16:23:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310638#M263768</guid>
      <dc:creator>willisadams</dc:creator>
      <dc:date>2015-11-14T16:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310639#M263769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;do you have auditing enabled in your environment? If so, do you have properties where you are storing text values with more than 1000 characters?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Due to database constraints on the different database systems Alfresco supports, there is a limit of 1000 characters that can effectively be handled for text values. Normally, if Alfresco encounters a text with more characters than the limit, it will store it as a serializable value. Serializable values have one main disadvantages: They are "black boxes" and can't be reused, i.e. if the identical value needs to be referenced from a new audit entry it can't just be linked to the same value. This may cause increasingly large alf_prop_value and alf_prop_serializable_value tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Alfresco 4.2.x and 5.0, there was a change in place that cut off text values at 1000 characters to prevent this. Maybe this has been changed (again) in one of the 5.1 snapshots.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There also is a cleanup job that removes obsolete data from these tables. You might want to activate it to ensure you don't hold old data in the database. The property to set is "attributes.propcleaner.cronExpression". You can set it in the alfresco-global.properties and it could have a value of "* * 1 * * ? *" to have it run at 1 AM every day.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that cleanup does not reduce the size substantially, it means all the values are actively referenced by audit or other data structures. It may be worth going through your audit configuration and any customizations to check what data is collected and maybe pinpoint the specific source of the data (either to remove it in the configuration or prepare a regression issue for Alfresco, depending on the result).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 09:00:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310639#M263769</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-11-16T09:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310640#M263770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your quick reply and proposed solution.&amp;nbsp; I'll try running the clean-up later tonight and let you know whether it substantially reduced the database size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Aside from enabling the SMB and IMAP servers via the alfresco-globap.properties file, I haven't touched the default Alfresco settings, so if auditing is enabled by default then it is on.&amp;nbsp; It looks like it is, based on the "control.json" file returned by &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[my" rel="nofollow noopener noreferrer"&gt;http://[my&lt;/A&gt;&lt;SPAN&gt; alfresco address]:8080/alfresco/service/api/audit/control&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "enabled" : true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "applications": &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Alfresco Tagging Service",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "path" : "/tagging",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "enabled" : true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Assuming the database clean-up script works for me, would you recommend disabling auditing via alfresco-global.properties to prevent the database from growing again?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 17:25:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310640#M263770</guid>
      <dc:creator>willisadams</dc:creator>
      <dc:date>2015-11-16T17:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310641#M263771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the audit control JSON returned only the Alfresco Tagging Service as an enabled audit application then it is likely not auditing that causes the issue. Tagging is (or better has been) a very good citizen concerning audit data and there is no reason why it should have changed in 5.1. As such, I don't see a benefit in disabling it and it would also impact the core tagging feature (specifically, the tag filter in the documentlibrary will not be updated anymore and may not work correctly as a result).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking forward to the result of the cleanup and we can see about identifying the root cause depending on the results…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 17:58:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310641#M263771</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-11-16T17:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310642#M263772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately, the attributes.propcleaner.cronExpression script didn't work.&amp;nbsp; The size of the alf-prop-serializable-value and alf-prop-value tables are still 8297MB and 872MB, respectively.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can tell the script did run because my alfresco.log file ballooned to over 500MB, filled with almost 3 million lines of script updates ("Processing from [x] to [y]…").&amp;nbsp; The final lines of the log indicate an error, though.&amp;nbsp; I'll copy-paste it here in a minute…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT…&amp;nbsp; Here are the last few lines of the log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;2015-11-17 01:59:59,426 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.script.ScriptExecutorImpl] [DefaultScheduler_Worker-1] Processing from 0 to 1 rows of 0 rows from table temp_del_double1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2015-11-17 01:59:59,431 ERROR [org.alfresco.repo.domain.schema.script.ScriptExecutorImpl] [DefaultScheduler_Worker-4] Statement execution failed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; SQL: create table temp_prop_root_ref&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id INT8 NOT NULL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Error: ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Detail: Key (typname, typnamespace)=(temp_prop_root_ref, 2200) already exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; File: /home/wadams/alfresco-5.1ea-201510/tomcat/temp/Alfresco/AlfrescoSchema-PostgreSQLDialect-Update-8302102904952264845.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Line: 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2015-11-17 01:59:59,431 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.script.ScriptExecutorImpl] [DefaultScheduler_Worker-1] Executing database script /home/wadams/alfresco-5.1ea-201510/tomcat/temp/Alfresco/AlfrescoSchema-PostgreSQLDialect-Update-4220164947366785582.sql (Copied from alfresco/dbscripts/utility/org.hibernate.dialect.PostgreSQLDialect/CleanAlfPropTablesPostExec.sql).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2015-11-17 01:59:59,431 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.script.ScriptExecutorImpl] [DefaultScheduler_Worker-4] Executing database script /home/wadams/alfresco-5.1ea-201510/tomcat/temp/Alfresco/AlfrescoSchema-PostgreSQLDialect-Update-5537965044981921163.sql (Copied from alfresco/dbscripts/utility/org.hibernate.dialect.PostgreSQLDialect/CleanAlfPropTablesPostExec.sql).2015-11-17 01:59:59,426 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.script.ScriptExecutorImpl] [DefaultScheduler_Worker-1] Processing from 0 to 1 rows of 0 rows from table temp_del_double1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2015-11-17 01:59:59,431 ERROR [org.alfresco.repo.domain.schema.script.ScriptExecutorImpl] [DefaultScheduler_Worker-4] Statement execution failed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; SQL: create table temp_prop_root_ref&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id INT8 NOT NULL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Error: ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Detail: Key (typname, typnamespace)=(temp_prop_root_ref, 2200) already exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; File: /home/wadams/alfresco-5.1ea-201510/tomcat/temp/Alfresco/AlfrescoSchema-PostgreSQLDialect-Update-8302102904952264845.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Line: 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2015-11-17 01:59:59,431 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.script.ScriptExecutorImpl] [DefaultScheduler_Worker-1] Executing database script /home/wadams/alfresco-5.1ea-201510/tomcat/temp/Alfresco/AlfrescoSchema-PostgreSQLDialect-Update-4220164947366785582.sql (Copied from alfresco/dbscripts/utility/org.hibernate.dialect.PostgreSQLDialect/CleanAlfPropTablesPostExec.sql).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2015-11-17 01:59:59,431 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.script.ScriptExecutorImpl] [DefaultScheduler_Worker-4] Executing database script /home/wadams/alfresco-5.1ea-201510/tomcat/temp/Alfresco/AlfrescoSchema-PostgreSQLDialect-Update-5537965044981921163.sql (Copied from alfresco/dbscripts/utility/org.hibernate.dialect.PostgreSQLDialect/CleanAlfPropTablesPostExec.sql).&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 14:35:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310642#M263772</guid>
      <dc:creator>willisadams</dc:creator>
      <dc:date>2015-11-17T14:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310643#M263773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks like Axel ruled out the obvious problems, so I created an issue to investigate if this is a bug in 5.1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-21482" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-21482&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please add yourself as a watcher so that you will see if engineering needs additional information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 23:28:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310643#M263773</guid>
      <dc:creator>resplin</dc:creator>
      <dc:date>2015-11-17T23:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310644#M263774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for creating the issue.&amp;nbsp; I signed up and added myself as a "watcher," though I don't seem to be able to comment at all so I'm not sure how to add any info they might require.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I left clean-up the script enabled in the alfresco-global.properties and it ran again this morning at 1am.&amp;nbsp; The log file is well over 3-million lines this time (including many of the same error messages noted before) and there is still no change to the database size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I notice that in the comments on the issue that you created Derek Hulley suggests "fix the cleaner job so that it can only run one instance at a time" and that would get rid of the errors messages. Unfortunately, I'm not sure how I would go about doing this.&amp;nbsp; Do you have any suggestions on how I might proceed with this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 18:21:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310644#M263774</guid>
      <dc:creator>willisadams</dc:creator>
      <dc:date>2015-11-18T18:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310645#M263775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that comment from Derek Hulley is meant as a note to any Alfresco developer about what needs to be done. It is not a suggestion about what you can do. Derek just found at least one quality issue with the current implementation of the cleaner…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How large is the log file if you compress it? Since it might contain quite a lot of identical message, it should compress very well. It might be worth appending the complete log (for a single cleaner run) in the JIRA ticket if you can compress it to a decent size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 09:09:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310645#M263775</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-11-19T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310646#M263776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Axel is right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When issues get moved from ALF to MNT, it means the team recognizes it is a real issue and have the information they need. It is nice when that goes quickly. Unfortunately, the public can't comment on MNT issues at the moment. I'm not sure when we will get that fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime, let me know if there is anything I should add to the issue for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for trying Alfresco 5.1 and reporting the issue. Hopefully we can get this fixed for the December release of Community Edition.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 20:08:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310646#M263776</guid>
      <dc:creator>resplin</dc:creator>
      <dc:date>2015-11-19T20:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310647#M263777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I seem to have fixed the immediate problem this morning by using PgAdmin to run a "VACUUM" maintenance operation (with the "FULL" option selected) on the two tables.&amp;nbsp; The alf_prop_value and alf_prop_value_serializable tables are now both around 50k in size.&amp;nbsp; Total database size is only 125MB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know what caused the initial ballooning in size of those two tables in the first place, though, so it's probably still worth looking into as a possible bug for the Alfresco team.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm happy to provide any information I can about my installation that would help.&amp;nbsp; Let me know if you need anything from me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 14:25:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310647#M263777</guid>
      <dc:creator>willisadams</dc:creator>
      <dc:date>2015-11-20T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310648#M263778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That sounds as if the property cleaner actually did delete a substantial amount of entries from the database, despite all the errors in the log. The VACUUM only reclaimed the space freed by the cleaner. Can you please check the size of the two tables in the coming days and report back if they change substantially?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Nov 2015 23:00:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310648#M263778</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-11-22T23:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: HUGE database size</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310649#M263779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for not following up on this sooner!&amp;nbsp; I just got an email from JIRA about this on some updated comments, and it looks like it's been marked resolved as of December.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I'm happy to report that that database size has remained relatively small over the past few months.&amp;nbsp; We've got 115,000 items in our contentstore folder totalling 22 GB and the database size is just over 1 GB.&amp;nbsp; The alf_prop_value and alf_prop_serializable_value tables are very small, 152 KB and 32 KB, respectively.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The largest tables are alf_node (387 MB) and alf_node_properties (342 MB), alf_child_assoc (115 MB), alf_transaction (60 MB), alf_node_aspects (55 MB), alf_content_url (45 MB), and alf_content_data (38 MB).&amp;nbsp; All the other tables are a few hundred KB or less.&amp;nbsp; I assume this is normal.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the original post, we've upgraded to the 201512 EA release, the 201602, 201604, and 201605 General Releases, and we are now using the the 201606 EA Early Access release.&amp;nbsp; Everything seems to working well.&amp;nbsp; Aside from the occasional transformation failure, the log files are clean and our users haven't reported any problems.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help, and thanks to the Alfresco developers for putting together a great product!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:35:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/huge-database-size/m-p/310649#M263779</guid>
      <dc:creator>willisadams</dc:creator>
      <dc:date>2016-08-03T12:35:00Z</dc:date>
    </item>
  </channel>
</rss>

