enisdenjo / graphql-composite

Spec agnostic GraphQL composite schema planner, executor and explainer.
MIT License
7 stars 0 forks source link

Plan optimizer #8

Open enisdenjo opened 6 months ago

enisdenjo commented 6 months ago

Self-optimize the gather plan for efficient execution.

gmac commented 1 month ago

What are your steps? I'm always looking for more ideas.

enisdenjo commented 1 month ago

Not there yet. 😅

This is mostly a placeholder issue because there are no optimizations whatsoever (not even batching) at the moment.