questdb / go-questdb-client

Golang client for QuestDB's Influx Line Protocol
Apache License 2.0
47 stars 9 forks source link

Add support for Binary type #12

Closed sklarsa closed 5 months ago

sklarsa commented 1 year ago

It looks like the go client doesn't support something like BinaryColumn, which is supported by the core db.

But it looks like the ILP parser doesn't support binary types yet...

sklarsa commented 1 year ago

Depends on https://github.com/questdb/questdb/issues/1925

puzpuzpuz commented 5 months ago

Closing for now. Will reopen when we have binary protocol instead of the text-based (ILP)