apollographql / federation-rs

Contains source code for Apollo Federation's Rust<--> JavaScript interop
Other
35 stars 23 forks source link

measure the number of generated query plans #566

Closed Geal closed 3 weeks ago

Geal commented 4 weeks ago

The planner has an option to limit the number of evaluated query plans, but there is no way to know what would be a good value for that option without measuring it. This PR reports the number of evaluated query plans for a query