JobManager getStatus() command always performs slow queries, even when they may 
not be needed
---------------------------------------------------------------------------------------------

                 Key: CONNECTORS-285
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-285
             Project: ManifoldCF
          Issue Type: Improvement
          Components: Framework crawler agent
    Affects Versions: ManifoldCF 0.3
            Reporter: Karl Wright
            Assignee: Karl Wright
             Fix For: ManifoldCF 0.4


The JobManager.getStatus() method, and the associated API operation, always 
obtain the counts of documents processed or in progress.  These queries are 
slow and don't scale because they require sequential scan of the jobqueue.  
Sometimes all that is needed is just the status of the job.  We should have a 
way of getting that that is performant.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to