Local ClickHouse --I just ran: ``` curl clickhouse.com | sh ./clickhouse server ./clickhouse client ``` They acquired chdb, but I'm not sure if it is running locally when I do this. Good questions.
Local ClickHouse --I just ran: ``` curl clickhouse.com | sh ./clickhouse server ./clickhouse client ``` They acquired chdb, but I'm not sure if it is running locally when I do this. Good questions.
You can also do: ./clickhouse (with no args) And then you'll have a CLI + the database engine running all in process.
is the ./clickhouse command the local chdb?