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/28 12:59:00 UTC

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

     [ https://issues.apache.org/jira/browse/SLING-10085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radu Cotescu resolved SLING-10085.
----------------------------------
    Resolution: Fixed

Implemented in [805f473|https://github.com/apache/sling-org-apache-sling-graphql-core/commit/805f4734d603a5d00cb0d477a422b349b132dffe].

> 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
>            Priority: Major
>             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)