Alexey Milovidov
5279a5f9f7
Merge pull request #36488 from stulentsev/stulentsev/fix_html_entities_in_code_snippets
...
replace html entities (< / >) with < and > in code snippets
2022-04-24 04:59:40 +03:00
rfraposa
3bdabbb893
Fixed the /settings/settings 404 issue
2022-04-23 16:18:56 -06:00
Sergey Tulentsev
301b7cd876
remove whitespace change
2022-04-21 13:42:55 +01:00
Sergey Tulentsev
f3195e10d0
use html entities for < / > in markdown tables
2022-04-21 13:40:25 +01:00
Sergey Tulentsev
ce4428d41e
replace html entities (< / >) with < and > in code snippets
2022-04-21 13:32:07 +01:00
Mikhail f. Shiryaev
1e9d80a9c2
Merge pull request #36297 from ClickHouse/docs-staging
...
Docs staging
2022-04-20 10:47:54 +02:00
Yakov Olkhovskiy
f6a7b6c2a1
Merge pull request #36352 from awakeljw/fork_chmaster
...
Possible range issues in automatic assigned enums, also fix error message.
2022-04-19 23:34:35 -04:00
Yakov Olkhovskiy
58a3ce78e9
Update enum.md
...
some corrections
2022-04-19 23:31:23 -04:00
rfraposa
3642977fc8
Force the workflow action
2022-04-19 17:07:14 -06:00
Mikhail f. Shiryaev
1ee05116f7
Move symlinks to clickhouse-docs, restore development/index.md
2022-04-19 21:52:21 +02:00
rfraposa
6576fd88c1
EOL fixes
2022-04-19 13:50:45 -06:00
rfraposa
476122e92a
Fix broken links
2022-04-19 20:17:01 +02:00
Mikhail f. Shiryaev
7925d925a9
Merge branch 'master' into docs-staging
2022-04-19 11:00:03 +02:00
Alexey Milovidov
b292b853bd
Merge pull request #36084 from thomoco/master
...
Updated adopters: added 4 new adopters
2022-04-18 03:51:44 +03:00
awakeljw
017777793a
Possible range issues in automatic assigned enums, also fix error message.
2022-04-17 21:40:48 +08:00
jasine
5b763c39b0
Update adopters.md
2022-04-16 17:00:18 +08:00
Alexey Milovidov
d74d863292
Merge pull request #36217 from ClickHouse/alexey-milovidov-patch-4
...
Update http.md
2022-04-16 03:23:07 +03:00
rfraposa
fb08c5b7e1
Merge branch 'master' into docs-staging
2022-04-15 07:25:27 -06:00
rfraposa
9f1e3f4bb1
Update clickhouse-keeper.md
2022-04-15 07:01:32 -06:00
Alexey Milovidov
dac469dfca
Update storing-data.md
2022-04-15 02:39:30 +03:00
Mikhail f. Shiryaev
737815ed4c
Merge pull request #36090 from DanRoscigno/patch-1
...
Prepared partitions differ from raw data
2022-04-14 11:02:19 +02:00
Alexey Milovidov
281ce4bfc7
Update http.md
2022-04-14 03:04:34 +03:00
Alexey Milovidov
6e89fc4542
Update clickhouse-keeper.md
2022-04-13 23:29:53 +03:00
Michael Lex
7b0f1fbb88
Extend TLS documentation.
...
Information about used defaults.
Better explanation of the extendedVerification option (which enables hostname verification)
Better explanation of the caConfig option and how files vs. paths are treated.
Mention TLS config in CLI documentation and link to server-side settings (which are the same).
2022-04-13 12:07:37 +02:00
Kruglov Pavel
fead4c184f
Merge pull request #35237 from olejeglejeg/patch-1
...
Kafka engine kafka_num_consumers prop upper bound doc update
2022-04-12 17:09:42 +02:00
rfraposa
1afe4300e8
Fixed broken links
2022-04-11 09:55:54 -06:00
Yakov Olkhovskiy
155a2a0d42
Merge pull request #35349 from yakov-olkhovskiy/interpolate-feature
...
Interpolate feature
2022-04-11 11:15:50 -04:00
rfraposa
d9e6f780db
Fixed broken links
2022-04-10 23:01:34 -06:00
rfraposa
4da4259c78
Added reference docs to sidebar
2022-04-10 21:27:48 -06:00
rfraposa
4feb622c9f
Added /zh docs
2022-04-10 17:08:18 -06:00
rfraposa
8f01fe9c49
Revised /en folder
2022-04-09 07:34:21 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Dan Roscigno
51dc21a55c
add '
2022-04-08 18:49:47 -04:00
Dan Roscigno
08dfce9a77
Prepared partitions differ from raw data
...
In both the system exposed at `gh-api.clickhouse.com/play` and in the prepared partitions the field `IATA_CODE_Reporting_Airline` has been renamed as `Carrier`, which breaks many of the queries.
Note: I assume that the raw data uses `IATA_CODE_Reporting_Airline`, but I do not have disk space to test.
2022-04-08 18:45:18 -04:00
Thom O'Connor
44b221fd22
Updated adopters: added 4 new adopters
2022-04-08 10:53:08 -06:00
Vitaly Baranov
45dea9933b
Merge pull request #35883 from azat/format-settings
...
Do not allow SETTINGS after FORMAT for INSERT queries
2022-04-08 12:38:14 +02:00
Andrii R
5b43df0b14
Added Swetrix Analytics
2022-04-07 19:12:08 +00:00
Azat Khuzhin
33d99c8ffb
Introduce compatiblity mode for SETTINGS after FORMAT
...
Add allow_settings_after_format_in_insert setting, OFF by default.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
v2: s/parser_settings_after_format_compact/allow_settings_after_format_in_insert/ (suggested by vitlibar)
v3: replace ParserSettings with a flag (requested by vitlibar)
2022-04-07 16:36:34 +03:00
tavplubix
6e9c028bbb
Merge pull request #35956 from Algunenano/limit_dns_retries
...
DNS cache: Add option to drop elements after several consecutive failures
2022-04-07 13:20:36 +03:00
Nikolai Kochetov
3e1b3f14c0
Merge pull request #34355 from azat/processors-profiling
...
Profiling on Processors level
2022-04-07 12:13:14 +02:00
Yakov Olkhovskiy
7dbe8bc2dc
major bugs fixed, tests added, docs updated
2022-04-07 01:21:24 -04:00
mergify[bot]
585cff1e95
Merge branch 'master' into limit_dns_retries
2022-04-06 18:23:17 +00:00
Yakov Olkhovskiy
90c4cd3de7
Merge branch 'master' into interpolate-feature
2022-04-05 14:39:07 -04:00
François Violette
3a91b17044
Update Contentsquare company case
2022-04-05 16:10:06 +02:00
Raúl Marín
8a05cf3927
DNS cache: Add option to drop elements after several consecutive failures
2022-04-05 13:00:27 +02:00
Alexey Milovidov
4502fb0117
Merge pull request #35581 from kceventus/patch-1
...
Update index.md
2022-04-05 00:55:50 +03:00
Azat Khuzhin
e5a837e574
Add id/parent_ids into system.processors_profile_log
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-04 13:19:43 +03:00
Azat Khuzhin
99528e296c
Rename need_data_elapsed_us/port_full_elapsed_us to input_wait_us/output_wait_us
...
$ gg -e need_data_ -e port_full_ | cut -d: -f1 | sort -u | xargs sed -i -e s/port_full_/output_wait_/g -e s/need_data_/input_wait_/g -e s/getPortFull/getOutputWait/g -e s/getNeedData/getInputWait/g
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-04 13:19:43 +03:00
Azat Khuzhin
765b4bc45a
Implement log_processors_profiles (write to processors_profile_log, OFF by default)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-04 13:19:43 +03:00
Azat Khuzhin
14538f6456
Add system.processors_profile_log
...
This is the system table that will contain Processors level profiling.
v2: one entry per Processor, not 3 (PortFull/NeedData/work())
v3: us over ms
v4: Enable processors_profile_log table by default
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-04 13:19:41 +03:00