Commit Graph

18417 Commits

Author SHA1 Message Date
Alexey Milovidov
821c7322bd
Merge pull request #58349 from azat/ci/flake8
Check python code with flake8
2024-06-06 19:03:58 +02:00
Yarik Briukhovetskyi
f216bc0557
Merge pull request #64909 from Blargian/docs_fromUnixTimestamp64XYZ
[Docs] document `toUnixTimestamp64Milli`, `toUnixTimestamp64Micro`, `fromUnixTimestamp64Milli`, `fromUnixTimestamp64Micro`
2024-06-06 14:46:15 +00:00
Nikita Fomichev
637c28c5d5
Merge pull request #64913 from ClickHouse/fix-doc-largestTriangleThreeBuckets
Update `largestTriangleThreeBuckets` doc
2024-06-06 14:27:16 +00:00
Nikita Fomichev
afc63af264 Update largestTriangleThreeBuckets doc 2024-06-06 15:23:08 +02:00
Shaun Struwig
03458a516a
Fix typo 2024-06-06 15:06:16 +02:00
Blargian
2a5f9c941c document to/fromUnixTimestampXYZ functions 2024-06-06 13:47:13 +02:00
Christoph Wurm
4cc9cecd7c
Document REPLACE PARTITION as atomic 2024-06-06 10:14:38 +01:00
Peignon Melvyn
33cd9c274c
Update settings.md 2024-06-06 03:03:19 +02:00
Alexey Milovidov
4dac9dacc3
Merge pull request #64854 from xogoodnow/mlock-parameter
Added mlock_executable parameter
2024-06-06 02:21:40 +02:00
Alexey Milovidov
9324784ceb
Update settings.md 2024-06-05 17:54:44 +02:00
xogoodnow
5aec5ea8ef Added mlock_executable parameter 2024-06-05 19:15:00 +03:30
xogoodnow
3cd699fc80 Added listen_try and listen_reuse_port parameters 2024-06-05 18:48:45 +03:30
Han Fei
ac430bb01d
Merge pull request #59357 from hanfei1991/hanfei/stats_uniq
Introduce statistics of type "number of distinct values"
2024-06-05 12:56:52 +00:00
Azat Khuzhin
11905682a9 Check python code with flake8
Recently assert-on-tuple had been introduced in tests [1], let's prevent
this.

  [1]: https://github.com/ClickHouse/ClickHouse/pull/56367#discussion_r1437098533

v2: pin flake8 to 4.0.1 (instead of originally 6.1) due to other dependencies, hope that it will find such errors
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-05 14:46:38 +02:00
Yarik Briukhovetskyi
2fef05e9c9
Merge pull request #64819 from avinzhang/patch-1
Update mongodb.md
2024-06-05 11:44:49 +00:00
Yarik Briukhovetskyi
fbe29c0737
remove trailing whitespace 2024-06-05 13:16:38 +02:00
Han Fei
c04e7e64af Merge branch 'master' into hanfei/stats_uniq 2024-06-05 13:09:15 +02:00
Robert Schulze
ec3b82ba63
Merge pull request #64606 from rschu1ze/map-stuff
Double-checking #59318 and docs for `Map`
2024-06-05 07:56:29 +00:00
avinzhang
92c41031a5
Update mongodb.md
Customers had difficulties finding the correct connection URL for Mongodb Atlas
2024-06-05 11:24:57 +10:00
Alexey Milovidov
bb9091ad5a
Merge pull request #64582 from arenadata/ADQM-1868
Binary math functions Decimal support
2024-06-05 02:15:40 +02:00
Han Fei
f7ca33868b Merge branch 'master' into hanfei/stats_uniq 2024-06-05 01:21:49 +02:00
Alexey Milovidov
d6db78955f
Merge pull request #64808 from ClickHouse/style-docs
Use tests/ci/style_check.py to check the style
2024-06-04 23:12:52 +00:00
Mikhail f. Shiryaev
0fe2c1dae4
Use tests/ci/style_check.py to check the style 2024-06-04 21:58:36 +02:00
Robert Schulze
46434f9040
Merge pull request #63578 from ElderlyPassionFruit/add-compression-sorts-optimization
Best-effort sorting to improve compressability
2024-06-04 19:02:55 +00:00
Robert Schulze
9cf8bdcdb2
Merge pull request #64656 from rschu1ze/deprecated-inverted-index
Be more graceful with existing tables with `inverted` indexes
2024-06-04 18:45:03 +00:00
Robert Schulze
c061a42f35
Merge pull request #64742 from Beetelbrox/fjurado-61548/feat-add-parseReadableSize-function
Add `parseReadableSize` function
2024-06-04 18:39:33 +00:00
Igor Markelov
613e82c39b Merge branch 'master' into add-compression-sorts-optimization 2024-06-04 15:05:44 +00:00
Francisco Javier Jurado Moreno
6b96a35b47 Replace & by 'and' in docs 2024-06-04 14:14:15 +02:00
Robert Schulze
7b9d1086ae
Improve docs 2024-06-04 11:51:57 +00:00
Robert Schulze
e874a95c02
Docs: fix wording 2024-06-04 11:43:21 +00:00
Robert Schulze
9e440e1417
Add docs 2024-06-04 11:20:15 +00:00
Robert Schulze
3cef283541
Merge remote-tracking branch 'rschu1ze/master' into deprecated-inverted-index 2024-06-04 09:49:51 +00:00
Robert Schulze
f1229ccdf8
Merge remote-tracking branch 'ClickHouse/master' into doc_covarXYZ 2024-06-04 09:25:36 +00:00
Robert Schulze
14404b8a0a
Merge remote-tracking branch 'rschu1ze/master' into map-stuff 2024-06-04 08:42:25 +00:00
Igor Markelov
52eb917ef0 Merge branch 'master' into add-compression-sorts-optimization 2024-06-03 20:47:04 +00:00
Blargian
cfd07e0c83 Review changes 2024-06-03 17:32:09 +02:00
Yarik Briukhovetskyi
230fbf76a9
Merge pull request #60156 from Artemmm91/hilbert-function
Add `hilbertEncode` and `hilbertDecode` functions
2024-06-03 12:23:01 +00:00
Francisco Javier Jurado Moreno
e33f996394 Add parseReadableSize* functions to docs 2024-06-03 10:47:51 +02:00
Francesco Ciocchetti
a82cc3da6a
Add Note about ZSTD_QAT codec being disabled in ClickHouse Cloud 2024-06-03 09:08:02 +02:00
Antonio Andelic
7196852d08
Merge pull request #64565 from KrisBuytaert/patch-1
Update configuration-files.md
2024-06-03 06:46:28 +00:00
Alexey Milovidov
0d6b418d47
Merge pull request #64711 from ClickHouse/docs-async_insert_max_data_size
Update default value of async_insert_max_data_size
2024-06-01 17:17:24 +00:00
robot-clickhouse
eef5875506 Update version_date.tsv and changelogs after v24.5.1.1763-stable 2024-06-01 07:48:53 +00:00
Justin de Guzman
0961dea92d
Update default value of async_insert_max_data_size 2024-05-31 16:40:02 -07:00
Robert Schulze
d5ec72d2a3
Be more graceful to existing inverted indexes 2024-05-31 15:50:16 +00:00
Robert Schulze
29f57acbc2
Fix spelling 2024-05-31 12:26:18 +00:00
Robert Schulze
8fc358f427
Merge remote-tracking branch 'rschu1ze/master' into map-stuff 2024-05-31 11:19:57 +00:00
Robert Schulze
85e5175a59
Doc updates 2024-05-31 11:17:22 +00:00
Mikhail Gorshkov
f3c97ff31f
Merge branch 'master' into ADQM-1868 2024-05-31 12:19:06 +03:00
Peignon Melvyn
299a0ec9cf
Update view.md 2024-05-31 03:09:54 +02:00
Peignon Melvyn
a286524a46
Update view.md 2024-05-31 03:06:20 +02:00