acpeakhour

Results 8 comments of acpeakhour

Amusingly, I just converted the logic from the Java version. I'll try your update. The RCF v4 update is interesting, I'm trying to understand everything you are saying. We currently...

I get a new error now, could there be some dependent code elsewhere? deleting wrong node; looking for 4511 found 5311 want 1.1760913 found 2.0043213 want 0 found 0 want...

I upgraded to your rcfv4 branch. I'm pleased to report: - no more crashes - uses 1/3 of the heap - runs significantly faster well done.

The use case arises when the payload is JSON and is contained within the message field, which is typical for JSON data from external sources. Inserting this structured data directly...

This is the same issue for the Elasticsearch Sink

INSERT INTO table FORMAT JSONEachRow https://clickhouse.com/docs/en/integrations/data-formats/json

Yes, that is what I am saying. Supporting raw_message in the sink saves the json_parse in the transform in the case where the message content is JSON. I think it...

Our use case is to persist the model between restarts of the application, serde did work for this case - however as you noted it isn't exactly fast.