-
Notifications
You must be signed in to change notification settings - Fork 275
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
docs: add signature generation configuration #5442
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSON path usage in custom instruments was requiring a transformation to serde_json::Value before selecting, which had a performance impact. This updates the serde_json_bytes crate version to 0.2.3, where it introduces a JSON path implementation ported over from jsonpath_rust and improved. The overhead of JSON selection was measured at 2.6% with a router on dev at acb1bdb, and 0.1% with this commit
…ey_resolution` (#5435) Partially fixes https://apollographql.atlassian.net/browse/FED-251
@Meschreiber, please consider creating a changeset entry in |
CI performance tests
|
bonnici
reviewed
Jun 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except for the enterprise-only tag.
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Co-authored-by: bryn <bryn@apollographql.com>
This PR fixes a bug in selection set equality checking where it compares the schema and selection set's type when it shouldn't. Note that we encountered this bug when discovering that condition exclusion wasn't working as expected. With this bugfix, computing how to jump to each subgraph should be much faster when there are many subgraphs. Co-authored-by: Derek Kuc <dkuc@apollographql.com>
bonnici
approved these changes
Jun 15, 2024
This PR fixes a small logic bug in filter_on_schema. 4 of the requires.rs test failures are gone.
Co-authored-by: Iryna Shestak <shestak.irina@gmail.com>
- Eliminated most of the remaining failures of FED-251. (Partially) Fixes https://apollographql.atlassian.net/browse/FED-251
When using `experimental_query_planner_mode:both`, emit mismatch metrics as debug rather than warn as there are still a fair few mismatches.
Meschreiber
requested review from
a team,
dariuszkuc,
sachindshinde,
goto-bus-stop,
SimonSapin,
lrlna,
TylerBloom and
duckki
as code owners
June 17, 2024 17:35
…ey_resolution` (#5435) Partially fixes https://apollographql.atlassian.net/browse/FED-251
- Eliminated most of the remaining failures of FED-251. (Partially) Fixes https://apollographql.atlassian.net/browse/FED-251
Closed in favor of #5466 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds experimental configuration for enhanced signature generation