ClickHouse binary has many subcommands. One of them is clickhouse local (docs) which is super handy for running quick tests.
Given that brew install clickhouse is deprecated and clickhousectl is now the default way to install and manage ClickHouse, there should be a handy way to call all those subcommands: local, benchmark, obfuscator, format, etc.
PD: chctl local local will feel weird but I guess there is no other option 😅
ClickHouse binary has many subcommands. One of them is
clickhouse local(docs) which is super handy for running quick tests.Given that
brew install clickhouseis deprecated andclickhousectlis now the default way to install and manage ClickHouse, there should be a handy way to call all those subcommands: local, benchmark, obfuscator, format, etc.PD:
chctl local localwill feel weird but I guess there is no other option 😅