Commit Graph

11144 Commits

Author SHA1 Message Date
Roman Nikonov
daceac5c0b Merge branch 'master' into pr/content-type 2022-04-10 01:21:28 +03: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
Roman Nikonov
d81a8cd317 Merge branch 'master' into pr/content-type 2022-04-03 20:53:51 +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
Kseniia Sumarokova
36a741d4ca
Merge pull request #35569 from bigo-sg/update_hive_doc
Update doc of hive
2022-03-24 20:53:54 +01:00
Yakov Olkhovskiy
adefcfd299
Merge branch 'master' into interpolate-feature 2022-03-24 15:33:09 -04:00
Mikhail f. Shiryaev
a60737e67e
Merge pull request #35585 from ClickHouse/docs-release-fix
Pin jinja2 to 3.0.3 to have working jinja2.contextfilter
2022-03-24 19:25:53 +01:00
Dmitry Novik
6470684880
Update docs/en/operations/settings/memory-overcommit.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 18:20:50 +01:00
Dmitry Novik
1b1a624df0
Update docs/en/operations/settings/memory-overcommit.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 18:20:23 +01:00
Dmitry Novik
9488c5b2fd
Update docs/en/operations/settings/memory-overcommit.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:48:11 +01:00
Dmitry Novik
581bcea1f0
Update docs/en/operations/settings/settings.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:47:59 +01:00
Dmitry Novik
a60e5bf427
Update docs/en/operations/settings/settings.md
Co-authored-by: alesapin <alesapin@clickhouse.com>
2022-03-24 17:47:37 +01:00
Mikhail f. Shiryaev
e2f4546f85
Pin jinja2 to 3.0.3 to have working jinja2.contextfilter 2022-03-24 17:36:21 +01:00
Alexey Milovidov
31420615c0
Merge pull request #35553 from ClickHouse/kostik-consistent-hash
Rename `yandexConsistentHash` to `kostikConsistentHash`
2022-03-24 17:56:59 +03:00
Kerry Clendinning
097ff9cc98
Update index.md
Fixed spelling "retuned" -> "returned"
2022-03-24 08:35:22 -05:00
taiyang-li
6a8bb34b41 update doc of hive 2022-03-24 17:17:25 +08:00
Alexey Milovidov
d6f5583820
Update adopters.md 2022-03-24 05:20:12 +03:00
Alexey Milovidov
d54138425f Rename yandexConsistentHash to kostikConsistentHash 2022-03-24 02:18:25 +01:00
Dmitry Novik
86a1912524 Update docs/en/operations/settings/settings.md 2022-03-23 18:14:07 +00:00
李扬
1d8ab36de0
Update other-functions.md 2022-03-23 21:44:14 +08:00
erikbaan
6d0d7c5b20
Fix ClickHouse name typo in caches.md 2022-03-23 13:12:31 +01:00
Mikhail f. Shiryaev
64254915c4
Update development documentation about code style 2022-03-22 17:40:12 +01:00
Mikhail f. Shiryaev
e6f5a3f98b
Apply black formatter to all *.py files in the repo 2022-03-22 17:39:58 +01:00
Sergio Tulentsev
ef5062ec43
docs: Replace some usages of "rows" which are meant to be "strings"
The wrong term was confusing in the description of the CSV format.
2022-03-21 17:52:30 +00:00
mergify[bot]
5df84df596
Merge branch 'master' into groupSortedArray 2022-03-21 13:35:06 +00:00
taiyang-li
98a9b81c1d update doc 2022-03-21 14:23:25 +08:00
Alexey Milovidov
bac76fb1dc Remove old Playground 2022-03-21 04:10:28 +01:00
Alexey Milovidov
21b7a1cba4
Merge pull request #35268 from rschu1ze/mac-debugger-docs
Document LLDB setup for debugging
2022-03-20 21:54:35 +03:00
Alexey Milovidov
83c32ea9a1
Merge pull request #35423 from bigo-sg/update_format_doc
Update data type mapping of clickhouse and arrow/orc/parquet in docs
2022-03-20 21:27:09 +03:00
alesapin
ac3c607ed4 Merge branch 'master' into rename_list_option 2022-03-19 20:16:57 +01:00
Nikolay Degterinsky
d940eb3558
Merge pull request #35401 from qjw-ustc/patch-1
fix ext-dict-functions.md in Chinese documentation
2022-03-19 13:16:54 +03:00
Yakov Olkhovskiy
eb7474e73a
Merge branch 'master' into interpolate-feature 2022-03-19 03:11:14 -04:00
Yakov Olkhovskiy
5ae6f800c6 Update order-by.md
INTERPOLATE fix
2022-03-19 03:03:24 -04:00
Yakov Olkhovskiy
b01f965f31 Update order-by.md
fix
2022-03-19 03:03:08 -04:00
Yakov Olkhovskiy
5c8a77dade Update order-by.md
INTERPOLATE fix
2022-03-19 03:02:51 -04:00
Yakov Olkhovskiy
f9ed659959 Update order-by.md
INTERPOLATE is added
2022-03-19 03:02:38 -04:00
Yakov Olkhovskiy
4f892dc9da Update order-by.md
INTERPOLATE is added
2022-03-19 03:02:20 -04:00
Yakov Olkhovskiy
40c91c3f98 Update index.md
INTERPOLATE is added
2022-03-19 03:01:56 -04:00
Yakov Olkhovskiy
90888ea95b Update index.md
INTERPOLATE is added
2022-03-19 03:00:29 -04:00
taiyang-li
7a0e09db28 update data type mapping of clickhouse and arrow/orc/parquet 2022-03-19 11:25:59 +08:00
Maksim Kita
9a4686adac
Merge pull request #35414 from kitaisreal/functions-array-first-last-or-null
Added functions arrayFirstOrNull, arrayLastOrNull
2022-03-19 02:03:11 +03:00
Maksim Kita
24c4ab1bd2 Added docs 2022-03-18 19:54:52 +01:00
Alexey Milovidov
dc205d44da
Merge pull request #35400 from martincholuj/patch-3
Update security-changelog.md
2022-03-18 18:09:20 +03:00
Maksim Kita
ecbb4f7658
Merge pull request #35399 from wangxinalex/patch-2
fix: modify `dictGet*` functions
2022-03-18 16:18:15 +03:00
Kruglov Pavel
aa3c05e9d4
Merge pull request #35152 from rschu1ze/protobuf-batch-write
ProtobufList
2022-03-18 13:24:34 +01:00
G5.Qin
074ff9b533
fix ext-dict-functions.md in Chinese documentation
"dictGetHierarchy" in Chinese is not "独裁主义"
2022-03-18 17:12:26 +08:00
martincholuj
07c1a7ae0b
Update security-changelog.md
Include the latest CVEs from JFrog Security Research Team
2022-03-18 20:03:43 +11:00
Xin Wang
56aa3661ae
fix: modify dictGet* functions
1. changes the `dictGetT` to `dictGet*` to avoid confusion
2. modify the format of tables for alignment.
2022-03-18 17:02:13 +08:00
Nikolai Kochetov
ee9c2ec735
Merge pull request #34780 from azat/mt-delayed-part-flush
Do not delay final part writing by default (fixes possible Memory limit exceeded during INSERT)
2022-03-17 12:30:51 +01:00
mergify[bot]
184c19bb0c
Merge branch 'master' into patch-1 2022-03-17 10:59:16 +00:00
Maksim Kita
9e88f3b4b9
Merge pull request #34568 from bharatnc/ncb/h3-misc-funcs-3
add remaining h3 miscellaneous functions
2022-03-17 11:55:58 +01:00
alesapin
bf5b3a856d Rename some variables in keeper 2022-03-17 11:55:15 +01:00
alesapin
6ab309b25d
Merge pull request #35320 from zhangyuli1/remove_wchs_from_default_4lw
remove wchc from four_letter_word_white_list
2022-03-17 11:44:30 +01:00
taiyang-li
d9391f2f7b fix conflict 2022-03-17 17:31:37 +08:00
Maksim Kita
f837f609f3
Merge pull request #35240 from kitaisreal/cast-to-ip-address-refactoring
Standardize behaviour of CAST into IPv4, IPv6, toIPv4, toIPv6 functions
2022-03-17 10:26:32 +01:00
Alexey Milovidov
05fde17b85
Merge pull request #35306 from DevTeamBK/updated-python-tools
Modified python packages
2022-03-17 00:16:08 +03:00
mergify[bot]
3e072da80e
Merge branch 'master' into remove_wchs_from_default_4lw 2022-03-16 18:31:02 +00:00
Nikita Mikhaylov
96c6325fc3
Merging #33398 (proportionsZTest) (#35157) 2022-03-16 13:17:07 +01:00
zhangyuli1
3cba1177ee remove wchc from four_letter_word_white_list 2022-03-16 17:40:49 +08:00
Robert Schulze
0d2ece6d91
Merge branch 'ClickHouse:master' into protobuf-batch-write 2022-03-16 09:43:33 +01:00
mergify[bot]
140075da69
Merge branch 'master' into patch-1 2022-03-15 19:20:29 +00:00
LAL2211
ff90dbbb5c Modified python packages 2022-03-15 12:01:30 -04:00
LAL2211
45ce2b5354 Modified python packages 2022-03-15 11:53:14 -04:00
LAL2211
bad6bbf3e6 Modified python packages 2022-03-15 11:48:49 -04:00
LAL2211
558f3e9650 Modified python packages 2022-03-15 11:34:49 -04:00
Sergei Trifonov
5fad4db4eb
LineAsString is supported output format now
support added in #30919
2022-03-15 14:56:43 +01:00
Robert Schulze
317166eac3
Document ProtobufList format 2022-03-15 14:11:32 +01:00
taiyang-li
93550d547e add doc and tests 2022-03-15 18:25:36 +08:00
Pxl
36b3aa92e4
Update numbers_mt.md
translate document
2022-03-15 14:52:57 +08:00
Kseniia Sumarokova
8c3caf3805
Merge pull request #35277 from den-crane/Docs/named-collections
Doc. named connections. Сontinuation.
2022-03-14 19:48:12 +01:00
Denny Crane
cb6e2c84cb
Update named-collections.md 2022-03-14 13:53:39 -03:00
Denny Crane
70a3e7febb
Update named-collections.md 2022-03-14 13:51:51 -03:00
Denny Crane
8337a4ee5e Doc. named connections 2022-03-14 13:48:12 -03:00
Robert Schulze
cc89df1e09
Document LLDB setup for debugging 2022-03-14 14:21:59 +01:00
Maksim Kita
25c994c10c
Merge pull request #35255 from ClickHouse/rfraposa-patch-4
Update internal-dicts.md
2022-03-14 10:34:49 +01:00
Kseniia Sumarokova
58a2d2b458
Merge pull request #35118 from zzsmdfj/issue/#31469_MaterializedMysql_mysqlDate2CkDate32
to #31469_MaterializedMysql_mysqlDate2CkDate32
2022-03-14 10:32:33 +01:00
Kseniia Sumarokova
5359e0430d
Merge pull request #35251 from den-crane/Docs/named-collections
Doc. named connections
2022-03-14 10:25:13 +01:00
Maksim Kita
2211e016cb
Merge pull request #35254 from ClickHouse/rfraposa-patch-3
Update rounding-functions.md
2022-03-14 09:31:58 +01:00
Maksim Kita
6e230d4335
Merge pull request #35253 from ClickHouse/rfraposa-patch-2
Update json-functions.md
2022-03-14 09:31:23 +01:00
Denny Crane
39c6428636 Doc. named connections 2022-03-14 00:35:02 -03:00
Rich Raposa
928538f04b
Update quotas.md
Missed this comment from Alexey earlier
2022-03-13 21:34:43 -06:00
Rich Raposa
6fbb63b30c
Update internal-dicts.md
The mentioned functions have already been removed
2022-03-13 21:31:48 -06:00
Denny Crane
0b4c3e5be9 Doc. named connections 2022-03-14 00:31:20 -03:00
Rich Raposa
fa3c3f9179
Update rounding-functions.md
Adding a clarification about the use case of `roundDuration`
2022-03-13 21:27:02 -06:00
Rich Raposa
67587a8ed0
Update json-functions.md
Clarified the wording about the assumptions - which only apply to the `visitParam` functions
2022-03-13 21:19:29 -06:00
Denny Crane
7e5589fd78 Doc. named connections 2022-03-13 21:38:00 -03:00
Alexey Milovidov
8dedea4f8f
Merge pull request #35236 from rfraposa/master
Update references in docs
2022-03-12 23:03:22 +03:00
Alexey Milovidov
044cd6b861 Remove "ru" blog 2022-03-12 21:03:03 +01:00
Maksim Kita
3a2b3ce503 Standardize behaviour of CAST into IPv4, IPv6, toIPv4, toIPv6 functions 2022-03-12 17:12:05 +00:00
rfraposa
ecbdfdea08 Incorporated feedback 2022-03-12 10:04:51 -06:00
Oleg Taizov
2ce6571968
kafka_num_consumers prop upper bound doc update
Add clarification about the upper bound of `kafka_num_consumers` property that was added in [#26640](https://github.com/ClickHouse/ClickHouse/pull/26642)
2022-03-12 11:09:12 +03:00
rfraposa
5a4466cec7 Update references in docs 2022-03-12 00:24:31 -06:00
Alexey Milovidov
451fbae076
Merge pull request #35230 from ClickHouse/change-examples-in-docs
Change examples in docs
2022-03-12 04:19:33 +03:00
Alexey Milovidov
c837057b6b Remove unused files from blog 2022-03-12 02:15:09 +01:00
Alexey Milovidov
99f081d17e Adapted example 2022-03-12 00:42:34 +01:00
Alexey Milovidov
53d59bb88c
Update README.md 2022-03-12 02:39:24 +03:00
Alexey Milovidov
76520a138e Change examples in docs 2022-03-12 00:36:03 +01:00
Ivan Blinkov
585a9edd32
[docs] update mapreduce.md (#35222)
* Update mapreduce.md

* Update mapreduce.md

* Update mapreduce.md
2022-03-11 23:54:13 +03:00
Ivan Blinkov
4178a4de68
[docs] update integrations.md (#35221)
* Update integrations.md

* Update integrations.md

* Update integrations.md

* Update integrations.md
2022-03-11 23:51:56 +03:00
Ivan Blinkov
d77da1f98f
[docs] update distributed.md (#35220)
* Update distributed.md

* Update distributed.md

* Update distributed.md

* Update distributed.md
2022-03-11 23:49:24 +03:00
Ivan Blinkov
6497ba09ed
[docs] update playground.md (#35219)
* Update playground.md

* Update playground.md

* Update playground.md

* Update playground.md
2022-03-11 23:46:16 +03:00
Ivan Blinkov
ad8473d5b6
[docs] update continuous-integration.md (#35218)
* Update continuous-integration.md

* Update continuous-integration.md
2022-03-11 23:41:19 +03:00
Ivan Blinkov
773806ae33
[docs] update nyc-taxi.md (#35217)
* Update nyc-taxi.md

* Update nyc-taxi.md

* Update nyc-taxi.md

* Update nyc-taxi.md
2022-03-11 23:39:05 +03:00
Denny Crane
46bc88a5cb
Update custom-partitioning-key.md 2022-03-10 17:35:46 -04:00
Denny Crane
1dc0d9da8d
Update custom-partitioning-key.md 2022-03-10 17:30:50 -04:00
Maksim Kita
4f665eb01d
Merge pull request #35142 from kashwy/upgrade_icu_70.1
Upgrade icu to icu-release-70-1
2022-03-10 17:23:29 +01:00
zhangyifan27
e6fa9f699a fix typo 2022-03-10 18:29:42 +08:00
guomaolin
3cb65e174c
Update mergetree.md
其实我觉得这个翻译并不准确,我的翻译是这样的:“在两次数据合并的间隙中,如果有select查询,则可能会得到过期的数据,那可以在执行Select使用OPTIMIZE 强制触发一次合并来避免这种情况”,主要区别是原翻译把 between merges翻译成合并过程中,我这里翻译是在两次合并之间的间隙。理由如下:在合并过程中,虽然也会导致后面查询的数据不一致性,但是感觉这个因果关系有但是并不那么自然强烈,我觉得它更向表达的是在上次合并结束之后,下一次合并到来之前的这个时间段过期的数据,在这个时间段执行Select查询就一定会查到这些数据,如果要避免这种情况,就是立刻出发一次合并,不要等下一次系统自发的合并,这就是between merges 的意思。个人理解,如有错误,望指正。
2022-03-10 16:54:04 +08:00
mergify[bot]
34d7fc5526
Merge branch 'master' into upgrade_icu_70.1 2022-03-09 21:25:00 +00:00
Cody Baker
fbd82865ef
Crb restructure css (#35033)
* Remove greenhouse iframe css

* Edit build to include css, js, and images in /docs
2022-03-09 21:34:30 +03:00
zzsmdfj
00794fd4a4 to #31469_MaterializedMysql_mysqlDate2CkDate32-add MySQLDataTypesSupport setting 2022-03-09 15:58:43 +08:00
kashwy
bd7e48e87c Upgrade icu to icu-release-70-1
upgrade due to vulnerabilities of WS-2019-0513 and CVE-2020-10531
2022-03-08 21:37:26 -08:00
Azat Khuzhin
3a5a39a9df Do not delay final part writing by default
For async s3 writes final part flushing was defered until all the INSERT
block was processed, however in case of too many partitions/columns you
may exceed max_memory_usage limit (since each stream has overhead).

Introduce max_insert_delayed_streams_for_parallel_writes (with default
to 1000 for S3, 0 otherwise), to avoid this.

This should "Memory limit exceeded" errors in performance tests.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-03-08 22:17:36 +03:00
Mikhail f. Shiryaev
52ed751d58
Fix installation documentation typo 2022-03-08 16:29:42 +01:00
zzsmdfj
67b9f81104 to #31469_MaterializedMysql_mysqlDate2CkDate32 2022-03-08 18:17:22 +08:00
cnmade
e0ab2c7ca2 Translate zh/sql-reference/statements/alter/settings-profile: remove old file 2022-03-08 17:14:06 +08:00
cnmade
0d668e4b15 Translate zh/sql-reference/statements/alter/settings-profile: translate to zh 2022-03-08 17:13:36 +08:00
cnmade
80a8e4aa10 Translate zh/sql-reference/statements/alter/settings-profile: reimport file 2022-03-08 17:10:54 +08:00
cnmade
6499fc2c45 Translate zh/sql-reference/statements/alter/settings-profile: rename old file 2022-03-08 17:03:46 +08:00
Mikhail f. Shiryaev
ef4a969ed9
Merge pull request #34850 from ClickHouse/new-packages-url
New packages url
2022-03-07 13:34:58 +01:00
Mikhail f. Shiryaev
b0f9cc4838
Keep deprecated installation methods 2022-03-07 12:20:55 +01:00
Nikolay Degterinsky
6dfbc92f5a
Merge pull request #35084 from cnmade/PR202203071030
Sync translate to zh: see Update limit-by.md: #35082
2022-03-07 13:58:43 +03:00
Roman Nikonov
fde94e3cb2 Merge branch 'master' into pr/content-type 2022-03-07 13:19:33 +03:00
cnmade
4d77cffdda sync translate to zh: embedded-rocksdb 2022-03-07 10:51:22 +08:00
cnmade
1787f83783 Sync translate to zh: see Update limit-by.md 2022-03-07 10:38:01 +08:00
Maksim Kita
1392f980a0
Update limit-by.md 2022-03-06 21:30:59 +01:00
Denny Crane
fd910af86d
Update limit-by.md 2022-03-06 13:37:33 -04:00
Denny Crane
0f37183ca6
Update limit-by.md 2022-03-06 13:34:34 -04:00
Nikolay Degterinsky
8b24cf880c
Merge pull request #35041 from cnmade/PR202203041700
Translate zh/sql-reference/statements/alter/row-policy
2022-03-06 00:27:53 +03:00
alexey-milovidov
240b5e8199
Update ym-dict-functions.md 2022-03-05 13:23:52 +03:00
alexey-milovidov
b46b65ab06
Merge pull request #35061 from flickerbox/crb-add-cloud-redirect
Add redirect for cloud page
2022-03-05 01:08:00 +03:00
Cody Baker
d312a943b1 Add redirect for cloud page 2022-03-04 11:46:35 -08:00
cnmade
4167f82c57 Translate zh/sql-reference/statements/alter/row-policy: remove old file 2022-03-04 16:45:39 +08:00
cnmade
44d626af6f Translate zh/sql-reference/statements/alter/row-policy: translate to zh 2022-03-04 16:41:07 +08:00
cnmade
1d2707e7ea Translate zh/sql-reference/statements/alter/row-policy: reimport file 2022-03-04 16:39:12 +08:00
cnmade
69b5fbed64 Translate zh/sql-reference/statements/alter/row-policy: rename old file 2022-03-04 16:37:18 +08:00
Anish Bhanwala
5935453bf0
Incorrect wording fixed
I think the word "because" was misplaced by mistake.
2022-03-04 11:54:56 +05:30
Maksim Kita
c48c13601d
Merge pull request #35014 from FArthur-cmd/fix_tutorial_link
Fix tutorial link
2022-03-03 14:06:07 +01:00
tavplubix
b7d4c78f13
Merge pull request #34487 from zzsmdfj/issue/32977_MaterializedMySQL_add_table_list_settings
MaterializedMySQL add materialized_mysql_tables_list settings
2022-03-03 12:44:51 +01:00
Filatenkov Artur
234e5534b7
Update install.md 2022-03-03 13:21:43 +03:00
Filatenkov Artur
d5b76cf983
Update install.md 2022-03-03 13:21:07 +03:00
Filatenkov Artur
c6486516ca
correct link 2022-03-03 13:19:31 +03:00
Filatenkov Artur
437abfb99a
correct link 2022-03-03 13:18:39 +03:00
heleihelei
2f1e8109db
typo 2022-03-03 15:54:54 +08:00
heleihelei
ab47ea7fa4
typo
typo
2022-03-03 15:18:35 +08:00
Kseniia Sumarokova
a23ede19e6
Update parts.md 2022-03-02 13:59:55 +01:00
alesapin
9e44390974
Merge pull request #34971 from ClickHouse/fix-codebrowser-links
Move codebrowser out of Yandex
2022-03-02 13:42:32 +01:00
Alexey Milovidov
c82ca34df9 Move codebrowser out of Yandex 2022-03-01 20:15:43 +01:00
mergify[bot]
00afead7ec
Merge branch 'master' into fix-redundant-linux-docs 2022-03-01 16:52:54 +00:00
Maksim Kita
ef9bf92a28
Merge pull request #34856 from cnmade/PR202202241000
Pr202202241000
2022-03-01 14:02:18 +01:00
alexey-milovidov
1e7195f0de
Merge pull request #34960 from FArthur-cmd/add_benchmarks
Add benchmarks
2022-03-01 15:21:30 +03:00
FArthur-cmd
69b4f1b0a5 correct documentation and update hardware.sh for macos 2022-03-01 13:29:46 +03:00
zzsmdfj
4d9bdfa58c to 32977_MaterializedMySQL_add_table_list_settings 2022-03-01 10:21:58 +08:00
cnmade
8e07ec5319 Merge remote-tracking branch 'upstream/master' into PR202202241000
* upstream/master: (50 commits)
  Improve certificate reloader (#34887)
  Stop processing multiqueries in clickhouse-client/local on SIGINT
  Tiny cleanup of ClientBase
  Use proper exit value on exit by signal (like in glibc)
  fix comments
  fix comments
  Ignore per-column TTL in CREATE TABLE AS if new table engine does not support it
  Fix some code comments style
  Update src/Databases/SQLite/SQLiteUtils.cpp
  Update style.md
  Update style.md
  Update style.md
  Update version_date.tsv after v22.1.4.30-stable
  Fix
  Fix
  use getPageSize, correct typo
  Update README.md
  Use SYSTEM_ERROR in MemoryStatisticsOS for FreeBSD
  Fix stylecheck for tests/ci/release.py
  Argument --commit for release.py is required
  ...
2022-03-01 09:28:32 +08:00
Robert Schulze
8bee053175
Remove redundant content in Linux build docs
The same information about split builds existed twice in the document.
This change merges both places into one.
2022-02-28 22:07:37 +01:00
cnmade
aba274f02b Translate zh/faq/integration/file-export: remove bak file 2022-02-26 19:51:51 +08:00
cnmade
64a0bd81ec Translate zh/faq/integration/file-export: translate to zh 2022-02-26 19:51:04 +08:00
cnmade
6beb18bcf2 Translate zh/faq/integration/file-export: reimport file 2022-02-26 15:43:24 +08:00
cnmade
ab202db762 Translate zh/faq/integration/file-export: rename old file 2022-02-26 15:42:37 +08:00
bharatnc
fb2a9a26df Merge remote-tracking branch 'upstream/master' into ncb/h3-misc-funcs-3 2022-02-25 20:36:31 -08:00
mergify[bot]
82e115c097
Merge branch 'master' into pr/content-type 2022-02-26 00:45:54 +00:00
Roman Nikonov
9f34745283 Update English and Russian docs 2022-02-26 03:06:17 +03:00
alexey-milovidov
c624a530cc
Update style.md 2022-02-25 21:51:39 +03:00
alexey-milovidov
22a01c077a
Update style.md 2022-02-25 21:49:24 +03:00
alexey-milovidov
2a062d414b
Update style.md 2022-02-25 21:48:18 +03:00
mergify[bot]
cd6f1d8fa4
Merge branch 'master' into groupSortedArray 2022-02-25 11:45:48 +00:00
Denny Crane
f3f6602180
Update array.md 2022-02-24 20:47:24 -04:00
Denny Crane
2e9434c2a2
Update array.md 2022-02-24 20:44:12 -04:00
Vladimir C
68cb2534fb
Merge pull request #34845 from tangjiangling/update-datetimes-range-in-doc 2022-02-24 15:15:03 +01:00
Maksim Kita
bfd2ad4e9a
Merge pull request #34857 from kashwy/doc_array_join_en
Doc array join en
2022-02-24 14:36:34 +01:00
Nikolay Degterinsky
d055e68b1d
Merge pull request #34822 from cnmade/PR202202231120
Translate zh/faq/general/who-use
2022-02-24 14:43:25 +03:00
mergify[bot]
3db510d241
Merge branch 'master' into doc_array_join_en 2022-02-24 11:28:18 +00:00
mergify[bot]
5584b44984
Merge branch 'master' into master 2022-02-24 08:01:12 +00:00
cnmade
2edf474c84 Translate zh/sql-reference/statements/alter/role: remove old file 2022-02-24 09:57:34 +08:00
cnmade
ab9ba5f471 Translate zh/sql-reference/statements/alter/role: translate to zh 2022-02-24 09:56:33 +08:00
cnmade
9f346bd7dd Translate zh/sql-reference/statements/alter/role: reimport file 2022-02-24 09:55:06 +08:00
cnmade
a261683299 Translate zh/sql-reference/statements/alter/role: rename old file 2022-02-24 09:47:02 +08:00
Yong Wang
838d931137
Update array-join.md 2022-02-23 18:37:13 -05:00