Understand the relationship with ch-go
mainVersions of clickhouse-go >= 2.3.x utilize ch-go for low-level encoding/decoding.
- ch-go: Provides a high-performance columnar interface suitable for performance-critical use cases.
- clickhouse-go: Provides more familiar row-oriented and
database/sqlsemantics at a slight performance cost compared to pure columnar access.
Both approaches are supported by ClickHouse.