Skip to content

[client-v2] Add support of working with large strings #2263

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

Open
Paultagoras opened this issue Apr 1, 2025 · 0 comments
Open

[client-v2] Add support of working with large strings #2263

Paultagoras opened this issue Apr 1, 2025 · 0 comments

Comments

@Paultagoras
Copy link
Contributor

Paultagoras commented Apr 1, 2025

Problem: when data is read from stream it automatically decoded in most suitable form. It works well except with strings because it create overhead.
Solution:

  • store string as byte[] and convert on demand.
  • let read strings as streams (this is for the case when someone storing images in String columns)
@chernser chernser changed the title [Hypothesis] Storing strings as byte arrays (and then converting to String on demand) may provide better deserialization performance [client-v2] Add support of working with large strings Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant