clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

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

Open Paultagoras opened this issue 8 months ago • 1 comments

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)

Paultagoras avatar Apr 01 '25 05:04 Paultagoras

hello, any updates here?

AndrewRazumovskiy avatar Sep 26 '25 13:09 AndrewRazumovskiy