Confluence Usage statistics increased post Confluence 5.7 upgrade

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Problem

Post upgrading your Confluence instance to version higher than Confluence 5.7 from Confluence instance below version 5.7 resulted in increased number of Confluence Usage - Contents statistics under Confluence Administration >> System Information page.

Diagnosis

The number of Contents under the Confluence Usage on System Information page pre upgrade shows smaller amount of number compared to the statistics post the upgrade as per shown below.

  • Pre Confluence 5.7 Upgrade



  • Post Confluence 5.7 Upgrade 

Cause

The difference in the number of the Contents under the Confluence Usage statistics on pre and post upgrade are actually caused by the changes of how Confluence treat attachments starting Confluence 5.7 (Please refer to Confluence 5.7 - Upgrade Notes).
From this version onwards, attachments are treated as ContentEntityObjects and therefore also stored on the CONTENT table in the database instead of just stored in its own table - ATTACHMENTS.
Therefore, the content count on the Contents under the Confluence Usage statistics, now considers an attachment as a content as well.

The below query might help you understand the quantity of attachment contents in your CONTENT table itself.

SELECT contenttype, COUNT(*) FROM CONTENT GROUP BY contenttype;
Last modified on Feb 19, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.