questdb / go-questdb-client

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

feat(client): add sender pool #47

Closed sklarsa closed 3 months ago

sklarsa commented 4 months ago

Closes #11

Because LineSenders are meant to be single-threaded, this PR introduces a LineSenderPool that makes it easier to achieve greater throughput with multiple concurrent senders

sklarsa commented 4 months ago

addresses #11