Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a SQL query to show Content Indexing Queue length?

Peter Binney December 5, 2012

We are migrating Confluence from 2.8 to 4.3. This involves many iterations as we work through the gremlins we uncover.

Some of the most elapsed-time-consuming steps involve waiting for behind the scenes processing to complete.

The techniques for this are a) use TOP on the server to see when the JVM's CPU activity becomes negligible and b) running SQL Trace to see if there is any d/b activity.

Though it is not always content indexing per se, the waits almost always involve something being done that shows on the Content Indexing Queue (eg: when creating an LDAP directory, tens of thousands of Add change document: com.atlassian.confluence.user.PersonalInformation-NNNNNNN items).

To gauge how much time we have before the next migration step we check Content Indexing | Queue Contents.

But, this is very slow and often times out (when the queue is large).

Is there a quick SQL query that can be run to just show the Queue length, please?

2 answers

1 accepted

0 votes
Answer accepted
Peter Binney December 10, 2012

Atlassian tells me that there isn't (https://support.atlassian.com/browse/CSP-92852)

1 vote
PeterKoczan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 5, 2012

Hi Peter,

I am not sure if I understand the question correctly, but the index queue is stored in the INDEXQUEUEENTRIES table, that may give you an ide what is waiting to be processed. However by this, you will not be able to calculate the exact time it takes for indexing to finish.

Kind regards,

Peter

Colin Murtaugh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 2, 2019

For anyone finding this old thread: the index queue is no longer stored in INDEXQUEUEENTRIES, but I have no idea where they've moved it now.

Sergey Papurin
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.
February 11, 2021

Index queue moved to journalentry

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events