You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i could use proto.LowCardinaliy[proto.Str] and proto.Str to insert the column.
the LowCardinaliy would reduce bytes sent to clickhouse server but increase client memory usage.
in fact, if env is too slow that have only 2~3 bytes and the batch is very large, the LowCardinaliy index would too long that could not reduce too much memory.
is it have any other benefit?
The text was updated successfully, but these errors were encountered:
if i have a column
i could use proto.LowCardinaliy[proto.Str] and proto.Str to insert the column.
the LowCardinaliy would reduce bytes sent to clickhouse server but increase client memory usage.
in fact, if env is too slow that have only 2~3 bytes and the batch is very large, the LowCardinaliy index would too long that could not reduce too much memory.
is it have any other benefit?
The text was updated successfully, but these errors were encountered: