Explain query planning #952
Labels
enhancement
good first issue
maintainer quality-of-life
Features that ease development, but are not necessarily visible to package users.
user friendliness
Make a concise print function for the
QueryPlanningAnalysis
class https://github.com/kensho-technologies/graphql-compiler/blob/v2.0.0.dev25/graphql_compiler/cost_estimation/analysis.py#L381In most cases, the printout of the analysis passes is enough to explain why a particular query plan was chosen.
The text was updated successfully, but these errors were encountered: