Evgeniia Sudarikova
00d963d40f
minor changes
2021-05-13 20:26:03 +03:00
Evgeniia Sudarikova
0b66aa0e85
edited EN and RU
2021-05-13 20:05:58 +03:00
Nikita Mikhalev
ad73b7440f
Adding a note that Buffer engine does not support TRUNCATE statement
2021-05-12 11:00:13 +05:00
alexey-milovidov
d422e0199b
Merge pull request #24019 from Avogar/rename-uniq-theta
...
Rename uniqThetaSketch to uniqTheta
2021-05-12 01:17:18 +03:00
Maksim Kita
106a04c1e0
Merge pull request #23984 from michon470/kuriatnikovm-DOCSUP-9168-function_arrayProduct
...
DOCSUP-9168: Documented the arrayProduct function
2021-05-11 21:15:19 +03:00
Maksim Kita
72d46beca0
Merge pull request #23979 from azat/dict-preallocate
...
Reimplement preallocate for hashed/sparse_hashed dictionaries
2021-05-11 20:15:46 +03:00
Mikhail
3792e97ef3
Update array-functions.md
2021-05-11 17:56:57 +03:00
Pavel Kruglov
704bbe0aeb
Raname uniqThetaSketch to uniqTheta
2021-05-11 17:39:35 +03:00
Kruglov Pavel
fb038c1985
Merge pull request #23894 from pingyu/datasketches-uniq-again
...
Add uniqThetaSketch again
2021-05-11 11:24:43 +03:00
Nikolai Kochetov
4ff612f2c3
Merge pull request #23701 from sevirov/sevirov-DOCSUP-5885-update_the_sql_statement_explain_ast
...
DOCSUP-5885: Update the SQL-statement EXPLAIN AST
2021-05-11 11:14:51 +03:00
michon470
91a9ae22e1
Update docs/en/sql-reference/functions/array-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-10 19:13:53 +03:00
michon470
a13a070eee
Update docs/en/sql-reference/functions/array-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-10 19:13:31 +03:00
michon470
704adf3b88
Update docs/en/sql-reference/functions/array-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-10 19:13:16 +03:00
Vladimir
d02d14fa00
Merge pull request #23846 from excitoon-favorites/s3regions
2021-05-10 12:14:08 +03:00
Maksim Kita
6de38e8857
Merge pull request #23758 from excitoon-favorites/tdigestnotes
...
Documentation fix for `quantileTDigestWeighted`
2021-05-10 10:57:07 +03:00
Azat Khuzhin
808d1a0215
Reimplement preallocate for hashed/sparse_hashed dictionaries
...
It was initially implemented in #15454 , but was reverted in #21948 (due
to higher memory usage).
This implementation differs from the initial, since now there is
separate attribute to enable preallocation, before it was done
automatically, but this has problems with duplicates in the source.
Plus this implementation does not uses dynamic_cast, instead it extends
IDictionarySource interface.
2021-05-10 07:41:48 +03:00
Mikhail
bed28e09c3
Update array-functions.md
2021-05-10 02:25:54 +03:00
Azat Khuzhin
e08389b2d2
Add interface for rate of found elements in the dictionaries
...
- IDictionary abstraction
- skeleton implementation into each dictionary
- system.dictionaries.found_rate
- documentation changes
2021-05-08 17:09:01 +03:00
Maksim Kita
af740ba61d
Update cloud.md
2021-05-07 15:16:40 +03:00
Maksim Kita
01f66eb58c
Update cloud.md
2021-05-07 15:15:29 +03:00
Maksim Kita
8451c8cf26
Merge branch 'master' into master
2021-05-07 15:14:48 +03:00
alexey-milovidov
264b30d738
Update row-policy.md
2021-05-06 16:27:59 +03:00
alexey-milovidov
0448c412bf
Update access-rights.md
2021-05-06 16:27:22 +03:00
Julian Zhou
645b4cc0ac
Update cloud document with ClickHousing releaseing on Alibaba Cloud international site.
2021-05-06 10:10:36 +08:00
ice1x
d748560991
Update build-osx.md
2021-05-05 19:56:20 +05:00
ice1x
dc595f391e
Add run options with default config path
...
Add run options with default config path.
Checked on Catalina 10.15.7
2021-05-05 19:35:28 +05:00
Maksim Kita
6105a19357
Merge pull request #23869 from kirillikoff/kirillikoff-DOCSUP-8495
...
DOCSUP-8495: Documented http-max-uri-size
2021-05-05 15:27:42 +03:00
alexey-milovidov
bf8c28a17f
Merge pull request #23885 from azat/dist-broken-metrics
...
Add metrics for broken files during async distributed sends
2021-05-05 13:41:15 +03:00
pingyu
46f809d07f
Revert "Merge pull request #23334 from ClickHouse/revert-22609-datasketches-uniq"
...
This reverts commit af2499359b
, reversing
changes made to db82e9e3d5
.
2021-05-05 16:42:57 +08:00
Oleg Strokachuk
04e3fa1834
Doc. Fix title link for send_crash_reports for en and ru
2021-05-05 11:33:38 +03:00
Azat Khuzhin
74269882f7
Add broken_data_files/broken_data_compressed_bytes into distribution_queue
2021-05-04 22:48:07 +03:00
kirillikoff
0e92cc06df
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-04 15:09:15 +03:00
Tatiana Kirillova
c763a5c33f
max-uri-size
2021-05-03 20:16:44 +03:00
alexey-milovidov
41a6fd677e
Update functions-for-nulls.md
2021-05-03 13:39:10 +03:00
eaxdev
669f6d22bd
fix queries
2021-05-02 14:14:40 +03:00
eaxdev
be4d7d8636
actualize doc
2021-05-02 14:14:28 +03:00
Vladimir Chebotarev
bc509066ba
Added S3 region
to documentation.
2021-05-01 20:45:37 +03:00
Dmitriy
4587828161
Update explain.md
...
Внес небольшие правки.
2021-05-01 19:50:57 +03:00
filimonov
30d433e108
Update install.md
2021-04-30 15:23:12 +02:00
Vladimir Chebotarev
aeea0610a4
Documentation fix for quantileTDigestWeighted
.
2021-04-29 14:15:46 +03:00
Nikolai Kochetov
2a58ebd3d1
Merge pull request #22979 from michon470/kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias
...
DOCSUP-8022: setting prefer_column_name_to_alias documentated
2021-04-29 12:01:01 +03:00
alexey-milovidov
f552cf7cc6
Update build.md
2021-04-29 06:56:36 +03:00
alexey-milovidov
5d08e20141
Update build.md
2021-04-29 06:54:31 +03:00
Nikolai Kochetov
77233bbdbb
Ignore cmake-in-clickhouse
2021-04-28 18:10:12 +03:00
Alexey Milovidov
b66f9af7ce
Update documentation for min/max
2021-04-28 04:41:38 +03:00
alexey-milovidov
76c78e3cec
Update max.md
2021-04-28 04:37:44 +03:00
alexey-milovidov
d1fdc311be
Update min.md
2021-04-28 04:37:06 +03:00
Dmitriy
93bdeeaed1
Update EXPLAIN AST
...
Добавил поддержку всех запросов.
2021-04-27 19:32:48 +03:00
Nikolai Kochetov
96e84a44d1
Merge pull request #23594 from lehasm/alexey-sm-DOCSUP-6702-document-timezoneOffset
...
DOCSUP-6702: document the timezoneOffset function
2021-04-27 15:42:17 +03:00
Alexey
06fbf600e7
Alias added and function name changed to timeZoneOffset
...
Changed links to russian Wikipedia
2021-04-26 20:04:58 +00:00