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

Add support for inserting IPv4 using UInt32 type

Open lzf575 opened this issue 2 years ago • 0 comments

The IPv4 type is based on UInt32, and Clickhouse supports direct insertion using the UInt32 type, so that it does not need to be converted to net.IP, and the insertion performance is faster. ref: https://clickhouse.com/docs/en/sql-reference/data-types/domains/ipv4/#ipv4 image

lzf575 avatar Feb 02 '23 10:02 lzf575