ClickHouse / ClickHouse/ch-go

ColBytes support for LowCardinality

Open
#230 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
428
Forks
84
Avg merge
9d 6h
Merged PRs (30d)
4

Description

i'm trying to avoid converting `[]byte` types into `string` for bulk inserts w/ low-cardinality cols but the API doesn't seem to allow that since `[]byte` is not `comparable`

as a workaround, I can use ColString and then coerce the `[]byte` vals into `string` with the unfortunate side-effect of additional allocations. ideally this would not be needed and the API would support low-cardinality w/ `[]byte` natively.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.