tirumaraiselvan / graphql-engine

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control
https://hasura.io
Apache License 2.0
2 stars 0 forks source link

how to solve for query plan cache #43

Open tirumaraiselvan opened 5 years ago

tirumaraiselvan commented 5 years ago

Currently, query plan will cache the entire request. But after breaking the execution plan into sub-plans, it breaks the existing design. Currently, query plan caching is commented out in the PR.