Commit Graph

11012 Commits

Author SHA1 Message Date
yjant
5f7267b671
Update nothing.md
The links are wrong.
2022-04-18 09:32:53 +08: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
ifinik
b79d84acf2
опечатка
https://www.google.com/search?q=%D0%BF%D0%BE%D0%BC%D0%B5%D1%89%D0%B0%D0%B5%D1%81%D1%8F+site%3Agithub.com&biw=1920&bih=969&ei=0NZZYv-UEOrhrgS76YvoDw&ved=0ahUKEwj_vK2w9Zb3AhXqsIsKHbv0Av0Q4dUDCA4&uact=5&oq=%D0%BF%D0%BE%D0%BC%D0%B5%D1%89%D0%B0%D0%B5%D1%81%D1%8F+site%3Agithub.com&gs_lcp=Cgdnd3Mtd2l6EANKBAhBGAFKBAhGGABQthhYwxtg7S1oAnAAeACAAUOIAXKSAQEymAEAoAEBwAEB&sclient=gws-wiz
2022-04-15 23:39:21 +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
Konstantin Ilchenko
1b8b43af52 [DOCS] JSON_VALUE return unqouted string after 21.12 2022-04-15 13:03:59 +02:00
Ladislav Snizek
91751d6d32 Document the table-specific max_concurrent_queries under MergeTree settings rather than global server settings
Amendment to #22224
2022-04-15 11:50:58 +02: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
mergify[bot]
c3f8ece263
Merge branch 'master' into patch-2 2022-04-12 13:27:30 +00:00
mergify[bot]
95a1b4edc2
Merge branch 'master' into patch-1 2022-04-12 13:27:23 +00:00
rfraposa
a2c64e4a0a Update index.md 2022-04-11 10:21:31 -06: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
LIJINGBO
e8473cf433
fix typo 2022-04-11 15:50:10 +08: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
e4c193d199 Cleaned up sidebar links 2022-04-10 17:25:53 -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
Prashant Shahi
e62cd21241
docs(logger): 📝 Add console in logging setting keys 2022-04-07 19:05:23 +05:30
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
Ladislav Snizek
d789721550 Documentation: update listing in system.metrics example 2022-04-05 17:46:28 +02: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
mergify[bot]
eec98af86b
Merge branch 'master' into patch-2 2022-04-05 09:52:29 +00:00
mergify[bot]
71ecb8ba2c
Merge branch 'master' into patch-1 2022-04-05 09:26:27 +00: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
Nikolai Kochetov
19819c72f8
Merge pull request #35290 from bigo-sg/function_enumerate_streams
Add function getTypeSerializationStreams
2022-04-04 12:09:53 +02:00
Alexey Milovidov
d9e5ca2119
Merge pull request #34394 from holadepo/last_day
Add toLastDayOfMonth function
2022-04-04 07:02:08 +03:00
Alexey Milovidov
4f33a3053d
Merge pull request #35617 from nikandfor/patch-1
fix link in documentation
2022-04-04 07:00:08 +03:00
Alexey Milovidov
9854b55835
Revert "Format changes for new docs" 2022-04-04 02:05:35 +03:00
Rich Raposa
e56b6f4828
Merge pull request #35858 from rfraposa/master
Format changes for new docs
2022-04-03 09:13:19 -06:00
rfraposa
72a00e2c62 Fixed broken links 2022-04-02 17:38:54 -06:00
rfraposa
5d4a877785 Fixed slug for playground and install pages 2022-04-02 15:44:53 -06:00
rfraposa
afe0563856 Adding the playground back in 2022-04-02 15:39:11 -06:00
rfraposa
c33a6ced7b Fixed category links 2022-04-02 10:16:20 -06:00
snyk-bot
017f567132
fix: docs/tools/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-MKDOCS-2438396
2022-04-02 04:13:37 +00:00
Rich Raposa
e6191511cf
Merge branch 'ClickHouse:master' into master 2022-04-01 11:43:48 -06:00
rfraposa
e5ee39541e Fixing conflicts with source repo 2022-04-01 11:34:35 -06:00
rfraposa
59e1ef9577 Update grouparraysorted.md 2022-04-01 11:18:06 -06:00
rfraposa
c0a791a784 Fixing conflicts with source repo 2022-04-01 11:15:41 -06:00
Yakov Olkhovskiy
38993f215f
Merge pull request #35706 from yakov-olkhovskiy/ephemeral-35641
Allow EPHEMERAL without explicit default expression
2022-04-01 10:49:29 -04:00
Prashant Shahi
23d36b3590
docs(logger): 📝 example for writing logs to the console 2022-04-01 14:40:42 +05:30
mergify[bot]
1675c7f579
Merge branch 'master' into patch-1 2022-04-01 01:44:22 +00:00
Alexey Milovidov
5c6b84c398
Merge pull request #35586 from kssenii/fix-virtual-columns-s3
Fix s3 engine getting virtual columns
2022-04-01 04:43:32 +03:00
Denny Crane
767c88689d
Update mergetree.md 2022-03-31 15:42:50 -03:00
Denny Crane
4f70876041
Update mergetree.md 2022-03-31 15:41:17 -03:00
Denny Crane
e53773d7c5
Update mergetree.md 2022-03-31 15:32:40 -03:00
Rich Raposa
a60cdccf7b
Merge branch 'ClickHouse:master' into master 2022-03-31 11:03:43 -06:00
Nikolay Degterinsky
d4722351b8
Merge pull request #35804 from evillique/fix-docs
Fix docs
2022-03-31 17:18:32 +03:00
Nikolay Degterinsky
13f464a468 Fix docs 2022-03-31 12:38:12 +00:00
taiyang-li
a5765dccb1 Merge branch 'master' into function_enumerate_streams 2022-03-31 12:21:00 +08:00
Nikolay Degterinsky
f055d7b692
Merge pull request #34055 from palegre-tiny/groupSortedArray
Add groupSortedArray() function
2022-03-31 01:20:15 +03:00
kssenii
099fa0e668 Merge master 2022-03-30 17:33:32 +02:00
yjant
dcc85de458
Translate docs/zh/sql-reference/data-types/map.md
Translate map.md into Chinese
2022-03-30 15:40:14 +08:00
Rich Raposa
1e5463478b
Merge branch 'ClickHouse:master' into master 2022-03-29 22:12:02 -06:00
rfraposa
560471f991 Update /sql-reference docs 2022-03-29 22:06:21 -06:00
taiyang-li
47f3e9330e merge master and fix conflict 2022-03-30 11:06:51 +08:00
rfraposa
01ec63c909 Updates /operations docs 2022-03-29 20:38:50 -06:00
rfraposa
421812a877 Updates /interfaces docs 2022-03-29 17:57:11 -06:00
rfraposa
00ddb72eea Update /engines docs 2022-03-29 17:43:34 -06:00
rfraposa
33e28bcb18 Updated /development folder 2022-03-29 08:26:35 -06:00
guov100
48099b5062
Update build-cross-arm.md
make it more human-readable in Chinese.
2022-03-29 18:31:49 +08:00
Yakov Olkhovskiy
4c14c47786
Update table.md
allow EPHEMERAL without expression
2022-03-29 04:06:01 -04:00
Yakov Olkhovskiy
de58f5988d
Update table.md
allow EPHEMERAL without expression
2022-03-29 04:01:20 -04:00
rfraposa
a5c7a947ad Merge branch 'master' of github.com:rfraposa/ClickHouse 2022-03-28 23:09:52 -06:00
rfraposa
c05bf7beb4 Testing new /en folder 2022-03-28 23:09:17 -06:00
taiyang-li
db436ad621 Merge branch 'master' into function_enumerate_streams 2022-03-29 11:35:21 +08:00
mergify[bot]
bf5a9dcb7a
Merge branch 'master' into groupSortedArray 2022-03-28 20:57:07 +00:00
kssenii
1d49a85963 Merge master 2022-03-28 22:51:56 +02:00
kssenii
a2013ebe2b Better 2022-03-28 22:40:27 +02:00
pdai
065bc13aad
fix typo 2022-03-28 20:58:18 +08:00
alesapin
14e84ff6ef
Merge pull request #34802 from ClickHouse/overcommit-doc
Add documentation for memory overcommit
2022-03-25 20:50:44 +01:00
taiyang-li
7889059f7d fix building 2022-03-25 22:39:57 +08:00
taiyang-li
4788006030 Merge branch 'master' into function_enumerate_streams 2022-03-25 22:31:10 +08:00
Nikifor Seriakov
902b402d20
fix link in documentation 2022-03-25 15:37:15 +03:00
alesapin
058b641d13
Update docs/en/operations/settings/memory-overcommit.md 2022-03-25 11:32:23 +01:00