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 "Thomas Mueller (JIRA)" <ji...@apache.org> on 2016/12/07 14:31:58 UTC

[jira] [Created] (OAK-5237) Change default query limit configuration

Thomas Mueller created OAK-5237:
-----------------------------------

             Summary: Change default query limit configuration
                 Key: OAK-5237
                 URL: https://issues.apache.org/jira/browse/OAK-5237
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: query
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller
             Fix For: 1.6


By default, queries can read an unlimited number of nodes, and an unlimited number of entries in memory (for "order by" and "union").

I would like to change the default settings to:

{noformat}
-Doak.queryLimitInMemory=500000
-Doak.queryLimitReads=100000
{noformat}




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