royxact
royxact
Hi, Maybe we can generalize this, To enable specifing an Alter table command after the table is created , but before the Insert is done. Within that alter table we...
Hi @guykoh , Thank you very much for your suggestion (: We've tried max_threads=1 as a workaround, and that keeps the memory usage under control. But - performance would be...
Hi @Ryado , Maybe as a first step, we can have support for splitting a multi-select SQL statement into several INSERTs. If that can be done, it would then be...
Hi @genzgd ! It's a parameter found in the clickhouse python driver https://clickhouse-driver.readthedocs.io/en/latest/api.html Also the go driver has it. So I thought it makes sense to support it here as...
Correct, seems a similar requirement. With alt_hosts behavior, you try the host, and if it doesn't respond you go the alternative. So it's more of a fail over rather than...