You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Amit Jain (JIRA)" <ji...@apache.org> on 2015/03/10 12:19:38 UTC

[jira] [Created] (OAK-2602) [Solr] Cost calculation takes time with solr pings even when not fulfilling query

Amit Jain created OAK-2602:
------------------------------

             Summary: [Solr] Cost calculation takes time with solr pings even when not fulfilling query
                 Key: OAK-2602
                 URL: https://issues.apache.org/jira/browse/OAK-2602
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: oak-solr
    Affects Versions: 1.1.7, 1.0.12
            Reporter: Amit Jain


Cost calculation for queries which are fired quite often [1] and which are not going to fulfilled by solr take time due to which the overall cost of the operation is high. 

[1]
SELECT * FROM [nt:base] WHERE PROPERTY([rep:members], 'WeakReference') = $uuid 
SELECT * FROM [nt:base] WHERE [jcr:uuid] = $id



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)