What is the definition of "content" on the System Information page?

Alison Reid August 10, 2011

In the Administration Console, under System Information, there's a section called "Usage Statistics". That table lists a count for "Content (all versions)" and "Content (current versions)".

What is the definition of "content"? I assume it includes pages and blogs. Also attachments? Anything else?

Does anyone know? Thanks in advance!

1 answer

1 accepted

1 vote
Answer accepted
Azwandi Mohd Aris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 23, 2011

Hello!

The "content" field means the total number of rows in the CONTENT table in Confluence database - this includes all versions of pages, blogs, status updates, comments, user information, drafts, etc.

The "current content" field, in the other hand, means all of the above except it only counts the latest version of each entitiy.

If you have access to the source code, you can find this information from the com.atlassian.confluence.status.service.systeminfo.UsageInfo class.

Szymon Hubar August 30, 2018

Thank you @Azwandi Mohd Aris

In database:

Content (All Versions): select count(*) from CONTENT;    
Content (Current Versions): select count(*) from CONTENT where PREVVER is null;

Victor Prasad August 16, 2019

Any idea of how to get a count of all documents (all and current version)?

 

Thanks,

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events