Skip to content
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

Unify JSON decoding between the direct and spooled protocols #23754

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Oct 11, 2024

This switches existing protocol JSON parsing to a new, JsonParser-based approach that is much faster and requires less memory.

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

## CLI/JDBC/Client
* Improve performance and memory consumption when decoding data.

Copy link
Member

@losipiuk losipiuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit hard to follow but looks good

This switches existing protocol JSON parsing to a new, JsonParser-based
approach that is much faster and requires less memory.
@wendigo wendigo merged commit 9c69442 into master Oct 11, 2024
101 of 104 checks passed
@wendigo wendigo deleted the serafin/unify-json-decoding branch October 11, 2024 14:36
@github-actions github-actions bot added this to the 462 milestone Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants