Hi there,
InfluxDB supports gzip message to optimise ILP ingestion.
Can QuestDB support it? I cannot find anywhere to configure it, or do you have ETA for this feature?
Cheers,
Paul
Hi there,
InfluxDB supports gzip message to optimise ILP ingestion.
Can QuestDB support it? I cannot find anywhere to configure it, or do you have ETA for this feature?
Cheers,
Paul
Should come in next release:
ILP gave me a few headaches, I was able to ingest roughly 22k rows a second using the basic batching and Bun js. Dynamically flushing when it hit the params (total column) limit and query size limit.
We’re imminently releasing a new wire protocol which deprecates ILP. It is faster, and much more efficient. Look out in the next couple of weeks ![]()
Any eta for the release?
Thanks.
Code is already merged on the main repository, but we are still finishing work in some of the clients. We should be releasing pretty soon.