|
|
|
|
|
by aynyc
601 days ago
|
|
My experience and knowledge with CH is about 3-4 years olds now, so I might be talking out of ignorance at this point. There are plenty of ways to do it with batching, but I assume you want to real-time "insert into table" style or a direct "ch.write(data)", then no. There is no way as far as I know without batching. This is one of the main reason we stopped CH for our last project about 3 years ago for financial data analytic tooling. CH doesn't have a transaction log like WAL, so your data producers need to be smart or you need a "queue" type service to deal with it, whether it's S3 or Kafka or Kinesis to allow batching. |
|