cangyin

Results 32 comments of cangyin

It would be nice to have a `system.table_settings` for each table.

> put 2 RaftKeeper nodes in zone1, zone2 and put 1 in zone3 For keeper to work cross data centers, can we use the Observer mode ?

Hi, the code is ready for review.

> Quoting @CurtizJ :-) `No, for projections it won’t work because we don’t recalculate projections on merges.` This can be solved by #62364, if any part participating in merge has...

```sql CREATE OR REPLACE TABLE system.table_settings ENGINE = Memory AS WITH regexpExtract(create_table_query, ' SETTINGS (.+)', 1) AS settings_str, arrayMap(x -> splitByString(' = ', x), extractAll(settings_str, '([a-z_]+ = [^ ,]+)')) AS...

I am just suggesting a way to combine the features of command line aliases and bash-completion. There might be no need to write all these commands as new alias, as...

话说为什么要给 ARM 架构单独开一个 git 仓库,不可以直接在这个仓库里面适配吗?

In environments where administrators/users does not have the access to a incorrectly configured `/etc/resolv.conf` on host machine, not-ready servers may cause queries on initiator server to hang on DNS timeouts....