Skip to content

[server] concurrent execution for batched queries #1301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

samuelAndalon
Copy link
Contributor

@samuelAndalon samuelAndalon commented Nov 11, 2021

📝 Description

This adds the logic to execute Queries in a concurrent instead of a sequential way, this will only apply for batched operations that are only queries, if there is a mutation, the batch will still be executed in a sequential way.

🔗 Related Issues

@samuelAndalon samuelAndalon marked this pull request as ready for review February 8, 2022 04:14
@samuelAndalon samuelAndalon added the type: enhancement New feature or request label Feb 9, 2022
@samuelAndalon samuelAndalon changed the title Concurrent execution for batched queries [server] concurrent execution for batched queries Feb 9, 2022
@dariuszkuc dariuszkuc added the changes: minor Changes require a minor version label Feb 10, 2022
@dariuszkuc dariuszkuc merged commit 27f99ed into ExpediaGroup:master Feb 10, 2022
dariuszkuc pushed a commit to dariuszkuc/graphql-kotlin that referenced this pull request Aug 5, 2022
This adds the logic to execute Queries in a concurrent instead of a sequential way, this will only apply for batched operations that are only queries, if there is a mutation, the batch will still be executed in a sequential way.
@samuelAndalon samuelAndalon deleted the feat/conncurrent-execution-batch branch March 8, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: minor Changes require a minor version type: enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

3 participants