You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Radu Cotescu (Jira)" <ji...@apache.org> on 2021/01/22 09:42:00 UTC

[jira] [Created] (SLING-10085) Cache the GraphQL schemas in the DefaultQueryExecutor

Radu Cotescu created SLING-10085:
------------------------------------

             Summary: Cache the GraphQL schemas in the DefaultQueryExecutor
                 Key: SLING-10085
                 URL: https://issues.apache.org/jira/browse/SLING-10085
             Project: Sling
          Issue Type: Improvement
            Reporter: Radu Cotescu
            Assignee: Radu Cotescu
             Fix For: GraphQL Core 0.0.10


Large schemas take a long time to be parsed by the {{graphql-java}} library. Since schemas don't change often, the {{DefaultQueryExecutor}} should cache them and only parse the schemas if they have changed from the previous parsing operation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)