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
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
rfraposa
5a4466cec7
Update references in docs
2022-03-12 00:24:31 -06:00
Alexey Milovidov
99f081d17e
Adapted example
2022-03-12 00:42:34 +01: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
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
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
zzsmdfj
67b9f81104
to #31469_MaterializedMysql_mysqlDate2CkDate32
2022-03-08 18:17:22 +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
Denny Crane
fd910af86d
Update limit-by.md
2022-03-06 13:37:33 -04:00
alexey-milovidov
240b5e8199
Update ym-dict-functions.md
2022-03-05 13:23:52 +03: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
437abfb99a
correct link
2022-03-03 13:18:39 +03: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
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
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
bharatnc
fb2a9a26df
Merge remote-tracking branch 'upstream/master' into ncb/h3-misc-funcs-3
2022-02-25 20:36:31 -08: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
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
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
Yong Wang
838d931137
Update array-join.md
2022-02-23 18:37:13 -05:00
Yong Wang
8a5ac182f0
Update array-join.md
2022-02-23 18:32:37 -05:00
Nikolai Kochetov
ffae134546
Update gui.md
2022-02-23 21:10:27 +01:00
Mikhail f. Shiryaev
dd37b237ab
Changing repository url to packages.clickhouse.com
2022-02-23 20:54:16 +01:00
tangjiangling
fd03f3c309
Update datetimes range in doc
2022-02-24 00:32:09 +08:00
SiderZhang
2d0616bd6a
add a Zeppelin interpreter for ClickHouse
2022-02-23 23:41:10 +08:00
Jakub Kuklis
dcdb95a898
Links to working configurations
2022-02-23 13:20:37 +00:00
Jakub Kuklis
f361696417
Add documentation for Azure Blob Storage choice as storage_policy for MergeTree
2022-02-23 12:39:08 +00:00
Dmitry Novik
a5927efb64
Add docs
2022-02-22 00:36:00 +00:00
Maksim Kita
c15b5c2cc1
Merge pull request #34721 from ContentSquare/quantile_documentation_empty_sequence
...
Document behaviour of quantile variants for empty numeric sequences
2022-02-22 00:02:30 +01:00
Maksim Kita
174257dad0
Merge pull request #34653 from kitaisreal/executable-udf-support-specify-argument-names
...
ExecutableUserDefinedFunctions allow to specify argument names
2022-02-22 00:02:14 +01:00
Maksim Kita
12bd453a43
Merge pull request #34752 from zxdvd/master
...
update document: add _timestamp_ms of kafka
2022-02-21 11:02:36 +01:00
Vitaly Baranov
aee67a6693
Merge pull request #31484 from eungenue/Implement-SSL-X509-certificate-authentication
...
Implement ssl x509 certificate authentication
2022-02-21 11:30:52 +03:00
mergify[bot]
a08aceffb2
Merge branch 'master' into master
2022-02-20 01:11:17 +00:00
alexey-milovidov
25c75649fe
Update build.md
2022-02-19 19:20:47 +03:00
alexey-milovidov
d8af2dfba0
Update build.md
2022-02-19 19:19:34 +03:00
alexey-milovidov
42313befd3
Update build.md
2022-02-19 19:19:07 +03:00
Xudong Zhang
9c4cc70dae
update document: add _timestamp_ms of kafka
2022-02-19 23:49:37 +08:00
alexey-milovidov
b9a377c890
Update build.md
2022-02-18 20:01:44 +03:00
Maksim Kita
f3dca476ae
Updated documentation
2022-02-18 15:35:18 +00:00
Jakub Kuklis
0aa21a2133
Document behaviour of quantile variants for empty numeric sequences
2022-02-18 11:48:59 +01:00
Maksim Kita
562f1ec01a
Merge pull request #34607 from zzsmdfj/issue/#31092_add_encodeURLComponent_function
...
add encode url component function
2022-02-17 17:57:23 +01:00
alesapin
8a0153b6d3
Merge pull request #34606 from qoega/no-clickhouse-test-deb
...
Remove clickhouse-test deb completely
2022-02-17 18:13:44 +03:00
Mikhail f. Shiryaev
c3bf9eb2f9
Remove PVS test
2022-02-17 12:59:47 +01:00
Maksim Kita
5373eae076
Updated documenttation
2022-02-16 15:49:27 +00:00
Nikolai Kochetov
f9d2dae88e
Merge pull request #34424 from yakov-olkhovskiy/ephemeral-column
...
Ephemeral column issue #9436
2022-02-16 12:04:57 +01:00
Nikolay Degterinsky
5d335f72c1
Merge pull request #34627 from RoyBellingan/patch-1
...
Update install.md
2022-02-16 13:01:01 +03:00
achimbab
db31dc8445
Fix typo in welchttest.md
2022-02-16 17:59:49 +09:00
Roy Bellingan
2e1437199c
Update install.md
...
The folder from where to download the latest revision has been changed, executing the script will now resolve in a 404
I also updated and put as default the stable branch
2022-02-16 03:22:20 +00:00
zzsmdfj
4dcb411f4f
to #31092_add_encodeURLComponent_function
2022-02-16 10:19:20 +08:00
Denny Crane
33a7180417
Update settings.md
2022-02-15 15:21:45 -04:00
Denny Crane
c5853504da
Update settings.md
2022-02-15 14:54:09 -04:00
Denny Crane
83746a1e26
Update settings.md
2022-02-15 14:46:41 -04:00
Frank Chen
5647b5ff15
Update MV ( #34482 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-02-15 20:54:24 +03:00
Yatsishin Ilya
bbe2c07a7b
remove clickhouse-test deb completely
2022-02-15 12:03:51 +00:00
Nikolai Kochetov
ab288642f6
Merge branch 'master' into ephemeral-column
2022-02-15 10:03:34 +00:00
Maksim Kita
c8f24f78e2
Merge pull request #34567 from devcrafter/patch-1
...
Documentation for insert_deduplication_token setting
2022-02-14 21:25:14 +01:00
Brian Hunter
8a2ef6a6f7
Add Gigasheet to adopters
2022-02-14 09:15:56 -08:00
mergify[bot]
aab54f4c83
Merge branch 'master' into groupSortedArray
2022-02-14 12:47:48 +00:00
bharatnc
d1056e1147
add docs for h3GetPentagonIndexes func
2022-02-13 12:56:43 -08:00
bharatnc
b4ca0dc20d
add docs for h3GetRes0indexes func
2022-02-13 12:56:43 -08:00
bharatnc
babcf4da3d
add docs for h3PointDistRads func
2022-02-13 12:56:43 -08:00
bharatnc
8bb108ea67
add docs for h3PointDistKm
2022-02-13 12:56:42 -08:00
bharatnc
8549bc1d16
docs for h3PointDistM
2022-02-13 12:56:42 -08:00
Igor Nikonov
2de14d9e43
Documentation for insert_deduplication_token setting
...
The setting was introduced in #32304
2022-02-13 20:52:13 +01:00
Maksim Kita
2cfe8578b7
Merge pull request #34321 from gauravphoenix/patch-2
...
reference to distributed queries processing
2022-02-13 16:01:28 +01:00
Maksim Kita
bce821ae52
Update distributed.md
2022-02-13 15:17:20 +01:00
Maksim Kita
8a0e82f801
Merge pull request #34541 from den-crane/patch-8
...
Doc. Fix materialize column description
2022-02-13 15:08:47 +01:00
Maksim Kita
cb09aadc72
Merge pull request #34524 from FrankChen021/urlengine
...
Fix compression support in URL engine
2022-02-13 14:39:36 +01:00
Maksim Kita
c4f1d7c40f
Update url.md
2022-02-13 14:38:43 +01:00
Denny Crane
a66b30f21a
Update settings.md
2022-02-11 16:52:12 -04:00
Denny Crane
2daacc1a3e
Update column.md
2022-02-11 15:40:20 -04:00