cangyin

Results 12 comments of cangyin

你的 clash for windows 版本是什么

我看了一下,你的问题好多都应该是自己查找ClickHouse文档就能解决的,一些“为什么”的问题是关于ClickHouse的实现方式的,也不应该问书的作者而应该在ClickHouse社区提issue。 不要把这本书当作你对ClickHouse唯一的知识来源。

需要从源码编译安装,参见 [ClickHouse 文档](https://clickhouse.com/docs/en/getting-started/install/#:~:text=To%20run%20ClickHouse%20on%20processors%20that%20do%20not%20support%20SSE%204.2%20or%20have%20AArch64%20or%20PowerPC64LE%20architecture%2C%20you%20should%20build%20ClickHouse%20from%20sources%20with%20proper%20configuration%20adjustments.)。

@wopian My VSCode font settings does't appear like that of yours. I have to guess the font name and fill it by hand, which also confuses me. ![image](https://user-images.githubusercontent.com/50256182/92344851-21eea680-f0fa-11ea-9c19-01bdba92c124.png) VSCode 1.48.2...

@Boolean-ball I tried with single quote, and it doesn't work.

@mattdeann Yeah! It works now. I installed all .ttf files in `ttf` folder (as before I just installed the .ttf in `variable-ttf` folder). But I don't know why this is...

This causes the metric `FailedQuery` to surge.

I see the same question has been answered in https://github.com/ClickHouse/ClickHouse/issues/51488

chproxy forwards requests with `http_user_agent` carrying client addresss; ```sql :) select COLUMNS('http*') from system.query_log limit 5 SELECT COLUMNS('http*') FROM system.query_log LIMIT 5 Query id: 51e2394b-9406-4b2c-9a74-01624557bac9 ┌─http_method─┬─http_user_agent────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬─http_referer─┐ │ 2 │ RemoteAddr:...

@ivanempire Could you please provide a prebuilt binary release on GitHub for us to download directly? That would be very appreciated.