Constantine Peresypkin

Results 252 comments of Constantine Peresypkin

Executable table functions are available in clickhouse. I'm not sure how WASM will help here (apart from probably tighter security).

@lpfy I'm not sure it can be done easily. But [here](https://github.com/cloudfuse-io/lambdatization/tree/main/docker/clickhouse) we can see that ClickHouse can be built for firecracker, which kinda half-way to wasm.

@lpfy there's a new ClickHouse project: https://github.com/chdb-io/chdb I think if you need embeddable CH local you should ask for their plans.

Same problem for CH 25.1 And it's flaky: fails with StreamError approx in 10% of our test runs

@genzgd it is a tuple, but not `(Int8, String)` in our case the schema is: ``` key String, value String, tags Array(String), tuple Tuple(String, Array(Float64)), raw_data JSON, other Nullable(String) ```...

It looks like it caches the pod id in the tab. So if pod is deleted by anything, deploy, delete, etc. Logs for that pod stop working. The most annoying...

FreeLens works fine. Started the refund process.

It seems like the logic of cancel can be pretty complex. The backend can be in essentially 3 states: - `cancelled` which means either backend pid is already killed, or...

Last time I've checked DNS was broken in docker compose. Mainly because of how iptables are ignored on `lo`.