George
5af2132408
some fixes
2021-06-10 14:34:36 +03:00
Anna
bb4d938b91
Update replicated.md
2021-06-10 13:51:58 +03:00
Anna
2dd5f03623
Update replicated.md
2021-06-10 13:49:35 +03:00
Anna
9cb4a8f3cb
Update docs/en/engines/database-engines/replicated.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-06-10 13:42:01 +03:00
Anna
2091bf9656
Update docs/en/engines/database-engines/replicated.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-06-10 13:41:46 +03:00
Slach
1857fb73df
add sumKahan to RU and EN documentation
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2021-06-10 10:31:41 +05:00
alexey-milovidov
f1266a6876
Update install.md
2021-06-10 03:04:10 +03:00
Alexey Milovidov
7a730537cb
Document single binary install
2021-06-10 02:31:32 +03:00
George
6135c59d36
fixes
2021-06-10 00:13:31 +03:00
Dmitriy
3ba808a740
Update formats.md
...
Добавил таблицу соответствия типов для Arrow.
2021-06-09 21:19:34 +03:00
gyuton
938f41c5a5
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-06-09 20:18:37 +03:00
George
92e2802e53
Fixed docs
2021-06-09 18:22:21 +03:00
George
ee976cd739
First draft
2021-06-09 16:57:07 +03:00
Azat Khuzhin
18e8f0eb5e
Add ability to push down LIMIT for distributed queries
...
This way the remote nodes will not need to send all the rows, so this
will decrease network io and also this will make queries w/
optimize_aggregation_in_order=1/LIMIT X and w/o ORDER BY faster since it
initiator will not need to read all the rows, only first X (but note
that for this you need to your data to be sharded correctly or you may
get inaccurate results).
Note, that having lots of processing stages will increase the complexity
of interpreter (it is already not that clean and simple right now).
Although using separate QueryProcessingStage looks pretty natural.
Another option is to make WithMergeableStateAfterAggregation always, but
in this case you will not be able to disable only this optimization,
i.e. if there will be some issue with it.
v2: fix OFFSET
v3: convert 01814_distributed_push_down_limit test to .sh and add retries
v4: add test with OFFSET
v5: add new query stage into the bash completion
v6/tests: use LIMIT O,L syntax over LIMIT L OFFSET O since it is broken in ANTLR parser
https://clickhouse-test-reports.s3.yandex.net/23027/a18a06399b7aeacba7c50b5d1e981ada5df19745/functional_stateless_tests_(antlr_debug).html#fail1
v7/tests: set use_hedged_requests to 0, to avoid excessive log entries on retries
https://clickhouse-test-reports.s3.yandex.net/23027/a18a06399b7aeacba7c50b5d1e981ada5df19745/functional_stateless_tests_flaky_check_(address).html#fail1
2021-06-09 02:29:50 +03:00
Maksim Kita
0752ccf4e0
Merge pull request #24947 from sevirov/sevirov-DOCSUP-9738-types_supported_in_dictionaries
...
DOCSUP-9738: Types supported in Dictionaries
2021-06-08 23:37:18 +03:00
Dmitriy
c56a1eb7b6
Correction of the translation
...
Поправил перевод.
2021-06-08 23:36:57 +03:00
Alexander Kuzmenkov
e39f255179
Merge pull request #24743 from yddgit/patch-1
...
Update "Tail_Number" column type in create query
2021-06-08 17:16:48 +03:00
Vladimir
fa35383071
Merge pull request #24858 from sevirov/sevirov-DOCSUP-9674-document_the_segmentlengthsum_aggregate_function
2021-06-08 14:58:35 +03:00
George
483d415b24
First draft
2021-06-07 21:24:26 +03:00
tavplubix
634730f4dc
Update s3.md
2021-06-07 17:08:20 +03:00
tavplubix
805171c41f
Merge pull request #24546 from damozhaeva/dmozhaeva-DOCSUP-8448-russian
...
DOCSUP-8448: [CLICKHOUSEDOCS] Edit and translate to Russian
2021-06-07 14:45:11 +03:00
Pavel Kruglov
0a70304085
Remove database before model name in docs
2021-06-07 13:10:51 +03:00
alesapin
86759753e0
Merge pull request #24878 from ClickHouse/blinkov-patch-22
...
fix markdown at window functions page
2021-06-07 12:54:29 +03:00
Kruglov Pavel
78f1ecb71f
Merge pull request #24890 from sevirov/sevirov-DOCSUP-8709-document_reload_model_and_reload_models_system_queries
...
DOCSUP-8709: Document RELOAD MODEL and RELOAD MODELS system queries
2021-06-07 11:12:12 +03:00
adevyatova
a51b9d82a5
update
2021-06-05 08:10:37 +00:00
adevyatova
e3ead7e676
Add en docs
2021-06-05 06:46:30 +00:00
Dmitriy
d8271c0705
Translate to Russian
...
Перевел на русский язык.
2021-06-04 20:38:05 +03:00
presto53
e9bd18ebfb
Update s3.md
2021-06-04 17:35:15 +03:00
Nikita Mikhaylov
cf8782faf3
Merge pull request #24311 from nikitamikhaylov/merging-s3-backoff
...
Merging #23461
2021-06-04 14:41:21 +03:00
tavplubix
611d61c804
Merge pull request #24937 from morozovsk/patch-4
...
Documentation: The MySQL engine also allows to perform `INSERT`
2021-06-04 13:01:56 +03:00
Vladimir
edbcdf81ce
Apply suggestions from code review
2021-06-04 09:57:58 +03:00
alexey-milovidov
7bd88263b2
Less stupid docs.
2021-06-04 01:39:43 +03:00
Dmitriy
fbcd22ab4e
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-9738-types_supported_in_dictionaries
2021-06-04 00:34:58 +03:00
Dmitriy
47a94d350b
Add types supported in Dictionaries
...
Добавил типы для атрибутов словарей.
2021-06-03 23:16:39 +03:00
kssenii
e23bc14582
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-06-03 19:44:55 +00:00
mergify[bot]
9e2c454db2
Merge branch 'master' into merging-s3-backoff
2021-06-03 18:58:24 +00:00
Vladimir Goncharov
bea934f40c
Update mysql.md
...
The MySQL engine also allows to perform `INSERT`
2021-06-03 20:12:19 +03:00
alesapin
70a6105d3d
Merge pull request #24765 from adevyatova/annadevyatova-DOCSUP-7864-unfreeze
...
DOCSUP-7864: Document the SQL-statement ALTER TABLE ... UNFREEZE
2021-06-03 19:03:51 +03:00
adevyatova
4ae1c95e54
minor fix
2021-06-03 12:27:17 +00:00
adevyatova
cdd8a1cc4b
minor fix
2021-06-03 11:25:30 +00:00
alesapin
fe49574e41
Merge pull request #24764 from adevyatova/annadevyatova-DOCSUP-8347-non_replicated
...
DOCSUP-8347: Document the non_replicated_deduplication_window setting
2021-06-03 14:19:59 +03:00
Anna
b33b4afcba
Merge branch 'master' into annadevyatova-DOCSUP-7864-unfreeze
2021-06-03 14:15:47 +03:00
Vladimir
17f0900c31
Merge pull request #19766 from achimbab/pr_sequenceNextNode
2021-06-03 13:16:42 +03:00
adevyatova
e05102f545
fixed
2021-06-03 09:31:45 +00:00
Dmitriy
2dc39edc44
Fix the link
...
Поправил ссылку.
2021-06-03 00:48:14 +03:00
Dmitriy
d675510d7b
Add RELOAD MODELS and RELOAD MODEL system queries
...
Добивал описание системных запросов.
2021-06-02 23:44:51 +03:00
Maksim Kita
50042df428
Merge pull request #24286 from sevirov/sevirov-DOCSUP-7842-document_the_dictionary_function
...
DOCSUP-7842: Document the dictionary function
2021-06-02 22:28:33 +03:00
sevirov
1c1b65b95b
Update docs/en/sql-reference/aggregate-functions/reference/intervalLengthSum.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-06-02 21:56:53 +03:00
sevirov
33f14ad6e2
Update docs/en/sql-reference/aggregate-functions/reference/intervalLengthSum.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-06-02 21:56:42 +03:00
sevirov
3367d241d0
Update docs/en/sql-reference/aggregate-functions/reference/intervalLengthSum.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-06-02 21:56:30 +03:00
Dmitriy
6d613a2681
Translate to Russian
...
Выполнил перевод на русский язык.
2021-06-02 19:45:33 +03:00
sevirov
91928a7844
Update docs/en/sql-reference/aggregate-functions/reference/intervalLengthSum.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-06-02 19:17:49 +03:00
sevirov
0057172ba7
Update docs/en/sql-reference/aggregate-functions/reference/intervalLengthSum.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-06-02 19:17:20 +03:00
sevirov
62b21d850b
Update docs/en/sql-reference/aggregate-functions/reference/intervalLengthSum.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-06-02 19:17:05 +03:00
sevirov
3c0c3f255e
Update docs/en/sql-reference/aggregate-functions/reference/intervalLengthSum.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-06-02 19:16:44 +03:00
Daria Mozhaeva
58fd7392aa
years
2021-06-02 14:45:26 +03:00
Ivan Blinkov
8b8f02b0de
fix markdown
2021-06-02 14:36:36 +03:00
adevyatova
42607f4ea4
fix
2021-06-02 07:55:26 +00:00
adevyatova
01b3b0c2f9
update
2021-06-02 07:53:11 +00:00
adevyatova
61ed3a87a3
update
2021-06-02 07:46:44 +00:00
Dmitriy
dad4d9d0c5
Create intervalLengthSum.md
...
Задокументировал функцию intervalLengthSum.
2021-06-01 20:44:04 +03:00
kssenii
12ea45e956
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-06-01 17:43:34 +00:00
Nikita Mikhaylov
0055a924f6
better
2021-06-01 14:23:46 +00:00
Nikita Mikhaylov
3f18bde246
Merge branch 'master' of github.com:ClickHouse/ClickHouse into merging-s3-backoff
2021-06-01 13:39:09 +00:00
Max Bruce
356734bd47
Add Rust language third-party SDK, Klickhouse
2021-06-01 04:21:33 -07:00
Alexander Kuzmenkov
4f129d3f93
Merge pull request #24084 from atereh/terehova-DOCSUP-5919-query_optimize_upd_description
...
DOCSUP-5919: Update OPTIMIZE description in docs
2021-06-01 13:50:01 +03:00
Alexander Kuzmenkov
24d1d7b6c1
Update docs/en/sql-reference/statements/optimize.md
2021-06-01 13:49:24 +03:00
achimbab
99a5f1506a
Merge remote-tracking branch 'origin' into pr_sequenceNextNode
2021-06-01 17:25:24 +09:00
alexey-milovidov
38493bde48
Merge pull request #24790 from ahmed-dardery/patch-1
...
fixed missing "weight" in definition
2021-05-31 22:02:48 +03:00
Nikita Mikhaylov
0d8ede15a9
Merge branch 'master' into merging-s3-backoff
2021-05-31 21:07:00 +03:00
filimonov
481b37cd68
fix more copy & paste
2021-05-31 16:32:43 +02:00
Anton Popov
91cf7771ad
Merge pull request #24444 from adevyatova/annadevyatova-DOCSUP-8654
...
DOCSUP-8654: Update the unhex function docs
2021-05-31 13:02:47 +03:00
Kseniia Sumarokova
67e2695e8b
Merge pull request #24548 from kirillikoff/DOCSUP-9474-document-table-comments
...
Docsup 9474: document table comments
2021-05-31 11:11:27 +03:00
kirillikoff
fa8a0ca69d
Update table.md
2021-05-31 10:00:19 +03:00
Anna
95b04dbbf0
Update docs/en/sql-reference/functions/encoding-functions.md
...
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-05-31 07:30:52 +03:00
Anna
ffd0c10b57
Update docs/en/sql-reference/functions/encoding-functions.md
...
Co-authored-by: Anton Popov <pad11rus@gmail.com>
2021-05-31 07:30:46 +03:00
Anna
38b489ccf9
Merge branch 'master' into annadevyatova-DOCSUP-8214-dictGet
2021-05-30 21:26:24 +03:00
adevyatova
0698002346
Fixed after review
2021-05-30 18:24:14 +00:00
Anna
fab84c526a
Update docs/en/sql-reference/functions/ext-dict-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-30 21:15:01 +03:00
Anna
a4cdeca3ee
Update docs/en/sql-reference/functions/ext-dict-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-30 21:14:56 +03:00
adevyatova
68b1084355
add en docs
2021-05-30 13:28:21 +00:00
Anna
ab4161bd66
Merge branch 'master' into annadevyatova-DOCSUP-8347-non_replicated
2021-05-30 16:05:27 +03:00
adevyatova
4a60e3545e
add en,ru docs
2021-05-30 13:01:25 +00:00
adevyatova
8afd862704
add example
2021-05-30 12:21:43 +00:00
Ahmed Dardery
386f31fddf
fixed missing "weight" in definition
2021-05-30 14:08:19 +02:00
tavplubix
fe4b137257
Merge pull request #24761 from adevyatova/annadevyatova-DOCSUP-8823-allow
...
DOCSUP-8823: Document the allow_floating_point_partition_key setting
2021-05-30 15:05:43 +03:00
adevyatova
d84de3fdbf
Fixed
2021-05-30 10:43:49 +00:00
adevyatova
72b0632208
add en,ru docs
2021-05-30 10:39:32 +00:00
adevyatova
ee25971426
en, ru docs
2021-05-30 09:24:41 +00:00
adevyatova
d2299dcf6d
fixed
2021-05-30 08:49:58 +00:00
kirillikoff
0ca47b2d1a
Update docs/en/sql-reference/statements/create/table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-29 18:23:59 +03:00
kirillikoff
33ec902597
Update docs/en/sql-reference/statements/create/table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-29 18:23:49 +03:00
adevyatova
d932eed090
update
2021-05-29 14:29:56 +00:00
adevyatova
174a80f7b9
undo some changes
2021-05-29 13:55:20 +00:00
Tatiana Kirillova
ee049678a1
Translation into Russian and system.tables
2021-05-29 16:42:21 +03:00
Vladimir
57f3fc8f3e
Merge pull request #23985 from michon470/kuriatnikovm-DOCSUP-7805-update_dictGet_dictHas
2021-05-29 14:04:59 +03:00
adevyatova
9ecf0b54ec
update
2021-05-29 10:22:30 +00:00
adevyatova
741582f806
update
2021-05-29 10:19:46 +00:00
yang
80587a5aa5
Update "Tail_Number" column type in create query
...
I found the CSV file "Tail_Number" value is like this: N517AE, so it should be the type String
2021-05-29 09:14:20 +08:00
Kruglov Pavel
5ce669109e
Merge pull request #24459 from adevyatova/annadevyatova-DOCSUP-8711-sumCount
...
DOCSUP-8711: Document the sumCount aggregate function and optimize_fuse_sum_count_avg setting
2021-05-28 15:58:30 +03:00
Daria Mozhaeva
aad9dda479
D:/Git/en/date-time-functions
2021-05-28 12:14:28 +03:00
Daria Mozhaeva
e8c7331256
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into dmozhaeva-DOCSUP-8448-russian
2021-05-28 12:04:58 +03:00
kirillikoff
d537da1871
Update docs/en/sql-reference/statements/create/table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-28 11:30:24 +03:00
kirillikoff
693df20ccc
Update docs/en/sql-reference/statements/create/table.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-28 11:30:19 +03:00
Nikolai Kochetov
6733fb42d5
Merge pull request #24278 from sevirov/sevirov-DOCSUP-9041-update_the_sql_statement_explain_plan
...
DOCSUP-9041: Update the SQL-statement EXPLAIN PLAN
2021-05-28 10:19:49 +03:00
tavplubix
e82196f9d4
Merge pull request #24503 from sevirov/sevirov-DOCSUP-9597-add_thread_name_and_support_datetime64_for_ver
...
DOCSUP-9597: Add thread_name in system.stack_trace and add support DateTime64 for ver parameter
2021-05-28 00:44:58 +03:00
alexey-milovidov
e427d91dd6
Merge pull request #24586 from romainneutron/polish-english-doc
...
Polish english doc
2021-05-28 00:16:16 +03:00
Kseniia Sumarokova
ee4f42a991
Merge pull request #24430 from lehasm/alexey-sm-DOCSUP-8939-document-insert_null_as_default
...
DOCSUP-8939: document the insert_null_as_default setting
2021-05-27 23:24:16 +03:00
Romain Neutron
d3be14e639
Fix ClickHouse characters case
2021-05-27 21:49:41 +02:00
Romain Neutron
dbcd573018
Fix some typos
2021-05-27 21:48:20 +02:00
Romain Neutron
7b515c7235
Avoid short syntax
2021-05-27 21:44:11 +02:00
Dmitriy
34cd08e732
Update explain.md
...
Поправил определение для indexes.
2021-05-27 20:41:25 +03:00
Dmitriy
f68a6af5f0
Update examples
...
Обновил примеры.
2021-05-27 20:01:56 +03:00
adevyatova
f31b581aaa
update
2021-05-27 09:37:27 +00:00
adevyatova
ceaba76bf2
update
2021-05-27 07:55:24 +00:00
adevyatova
4b959ac8e4
update
2021-05-27 07:37:50 +00:00
adevyatova
f19fdb9487
Merge branch 'annadevyatova-DOCSUP-8711-sumCount' of https://github.com/adevyatova/ClickHouse into annadevyatova-DOCSUP-8711-sumCount
2021-05-27 07:07:54 +00:00
adevyatova
7d1e7edab1
test
2021-05-27 07:07:37 +00:00
kssenii
e56b10f07c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-26 21:55:10 +00:00
Maksim Kita
e78105fdd8
Updated documentation
2021-05-27 00:17:45 +03:00
Mikhail
a97f859605
Правки после консультации с разработчиком
2021-05-26 23:05:17 +03:00
Dmitriy
df400d1437
Fix links
...
Поправил ссылки.
2021-05-26 23:01:20 +03:00
sevirov
0501b2d591
Update docs/en/engines/table-engines/mergetree-family/replacingmergetree.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-26 22:18:08 +03:00
Dmitriy
438bba1f12
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-7842-document_the_dictionary_function
2021-05-26 21:48:46 +03:00
Tatiana Kirillova
a134507492
Document table comments update
2021-05-26 21:36:38 +03:00
Tatiana Kirillova
ea16fb3c8a
Document table comments
2021-05-26 21:12:52 +03:00
Dmitriy
991ae97fb6
Translate to Russian
...
Выполнил перевод на русский язык.
2021-05-26 20:53:51 +03:00
sevirov
620f275523
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:13:05 +03:00
sevirov
2a1c5acd31
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:12:40 +03:00
sevirov
c8b9a464d7
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:12:30 +03:00
sevirov
8877c3b5c5
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:12:20 +03:00
sevirov
fee5351387
Update docs/en/sql-reference/table-functions/dictionary.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 20:12:10 +03:00
Anna
a76e630f61
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 18:46:47 +03:00
Anna
d124bad0dc
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 18:46:40 +03:00
Anna
080d04b56d
Update docs/en/sql-reference/aggregate-functions/reference/sumcount.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 18:46:21 +03:00
Amir Vaza
24990449f5
Typo
2021-05-26 16:08:53 +03:00
Alexey
07aa058878
Description of input_format_null_as_default is extended.
...
Sentences reordered.
2021-05-26 13:03:46 +00:00
Daria Mozhaeva
1151f13fed
Edit and translate to Russian
2021-05-26 15:38:54 +03:00
Alina Terekhova
3782d6bba2
Output row number deleted
2021-05-26 13:34:28 +02:00
lehasm
f1b98e6928
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-26 09:44:09 +03:00
alexey-milovidov
a27339c05a
Merge pull request #24063 from SergTT/patch-2
...
Update cloud.md
2021-05-26 04:28:29 +03:00
Dmitriy
9a963a7a1f
Add thread_name and support DateTime64
...
Добавил столбец thread_name и поддержку типа данных DateTime64.
2021-05-26 00:39:34 +03:00
Dmitriy
d7138ee062
Translate to Russian
...
Выполнил перевод на русский язык.
2021-05-25 23:51:59 +03:00
sevirov
89230ea6e4
Update docs/en/sql-reference/statements/explain.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-25 23:21:16 +03:00
Alexey
845b33cb1f
Text block moved
2021-05-25 18:25:55 +00:00
Alexey
59442ac3d1
input_format_null_as_default description
...
is made similar to insert_null_as_default
2021-05-25 17:28:21 +00:00
Alexander Kuzmenkov
bc700d753a
Merge pull request #24279 from otrazhenia/evgsudarikova-DOCSUP-9464
...
DOCSUP-9464: Edit and translate to Russian (regular expressions)
2021-05-25 17:19:08 +03:00
mergify[bot]
400b74d186
Merge branch 'master' into merging-s3-backoff
2021-05-25 14:02:38 +00:00
adevyatova
9a2cecd64b
add ru desc
2021-05-25 13:11:58 +00:00
adevyatova
c6638a9145
Add func desc
2021-05-25 13:05:08 +00:00
Evgeniia Sudarikova
1097c46a99
edited after review
2021-05-25 16:03:35 +03:00
adevyatova
07680782fe
Update
2021-05-25 11:56:01 +00:00
adevyatova
03b6afbb4a
fixed a bug
2021-05-25 11:47:39 +00:00
alesapin
0597211605
Merge pull request #24441 from adevyatova/annadevyatova-DOCSUP-8462-pool-size
...
DOCSUP-8462: Document the background_fetches_pool_size setting
2021-05-25 14:34:06 +03:00
lehasm
592073ec77
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-25 14:10:05 +03:00
lehasm
c2cb50f3be
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-25 14:09:55 +03:00
lehasm
a4dacc4875
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-25 11:42:29 +03:00
adevyatova
e9cc105e2e
Fixed
2021-05-25 06:21:45 +00:00
Anna
c2f5e7b51c
Update docs/en/engines/table-engines/mergetree-family/replication.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-25 07:41:49 +03:00
adevyatova
3c171f3344
update settings.md
2021-05-24 19:35:31 +00:00
Anna
a21398c839
Merge branch 'master' into annadevyatova-DOCSUP-8711-sumCount
2021-05-24 20:59:08 +03:00
adevyatova
634e18f7f4
Add setting desc
2021-05-24 17:44:53 +00:00
Dmitriy
8c57f0d50d
Edit and translate to Russian
...
Выполнил перевод на русский язык.
2021-05-24 20:24:40 +03:00
Dmitriy
b37f9c20e2
Update dictionary.md
...
Поправил пример.
2021-05-24 20:07:43 +03:00
Alexey
aa7d625428
Description of input_format_null_as_default changed a bit
2021-05-24 15:32:55 +00:00
Alexey
715c88e5fa
Returned INSERT ... VALUES
statement.
...
'non-Nullable' changed to 'not nullable'
2021-05-24 15:26:23 +00:00
Nicolae Vartolomei
b3c875de72
Document new include element
2021-05-24 14:26:43 +01:00
BoloniniD
199393a37a
Fixed link to config example in config-files.md
2021-05-24 13:48:45 +03:00
adevyatova
b1b02dfc58
En, ru docs for unhex func
2021-05-24 09:55:33 +00:00
adevyatova
5ac2b846a5
Add en,ru desc
2021-05-24 08:53:40 +00:00
lehasm
f32b0dc886
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-05-24 08:21:03 +03:00
lehasm
97415e931e
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2021-05-24 08:12:17 +03:00
alexey-milovidov
2c1b892359
Merge pull request #24409 from BoloniniD/yaml-cfg-docs
...
Add docs for YAML configuration files
2021-05-24 03:51:47 +03:00
Denny Crane
12a0563741
PREWHERE+FINAL
2021-05-23 19:47:29 -03:00
Alexey
a3640cd7ea
Description updated
2021-05-23 20:02:17 +00:00
kssenii
a78c9e63e7
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-23 12:07:26 +00:00
BoloniniD
b949b4384b
Fixes after review
2021-05-23 13:36:49 +03:00
BoloniniD
6c2e02461d
Added link to config-example.yaml
2021-05-22 21:34:19 +03:00
BoloniniD
8e6fabd674
Fixes for .md, preparing to add config-example.yaml
2021-05-22 19:42:09 +03:00
BoloniniD
3165db2799
Wrote first version of docs for YAML configuration
2021-05-22 11:04:19 +03:00
Azat Khuzhin
4f41ebcae3
Add settings (for connections) for MySQL storage engine
...
Default settings are not very efficient, since they do not even reuse
connections.
And when each query requires connection you can have only ~80 QPS, while
by simply enabling connection reuse (connection_auto_close=false) you
can have ~500 QPS (and by increasing connection_pool_size you can have
better QPS throughput).
So this patch allows to pass through some connection related settings
for the StorageMySQL engine, like:
- connection_pool_size=16
- connection_max_tries=3
- connection_auto_close=true
v2: remove connection_pool_default_size
v3: remove num_tries_on_connection_loss
2021-05-20 22:44:52 +03:00
mergify[bot]
e762039db7
Merge branch 'master' into merging-s3-backoff
2021-05-19 21:57:10 +00:00
Nikita Mikhaylov
f33b70c54a
better
2021-05-20 00:42:25 +03:00
Dmitriy
b5421209e3
Fix link
...
Поправил ссылку.
2021-05-19 18:20:52 +03:00
Dmitriy
31d1b92fdc
Create dictionary.md
...
Задокументировал табличную функцию dictionary.
2021-05-19 16:19:49 +03:00
Alexander Kuzmenkov
e9b69bbd70
Merge pull request #23906 from azat/fix-distributed_group_by_no_merge
...
distributed_group_by_no_merge fixes
2021-05-19 16:16:08 +03:00
Dmitriy
4360daf0cb
Add json setting in EXPLAIN PLAN
...
Добавил настройку json в EXPLAIN PLAN.
2021-05-19 13:25:33 +03:00
Evgeniia Sudarikova
5d6c6fe4c4
edited EN, added RU
2021-05-19 13:21:34 +03:00
Vitaliy Zakaznikov
03ebd18d01
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ldap-user-dn-detection
2021-05-18 14:08:28 -04:00
Chao Ma
d85fd73bea
Fix official website documents error about grant-drop section
2021-05-18 14:58:45 +08:00
Alina Terekhova
7dde67a94e
Updated examples
2021-05-17 22:50:02 +02:00
Alina Terekhova
4b33108dac
remove ticks from Note
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-17 22:13:41 +02:00
Alina Terekhova
808f3c8791
remove Valid cases
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-17 22:13:18 +02:00
Alina Terekhova
8e75e0ccde
remove DROP
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-17 22:12:15 +02:00
Alina Terekhova
9c279c0c28
consider the table
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-17 22:11:53 +02:00
Vladimir
b70846209f
Merge pull request #23878 from otrazhenia/evgsudarikova-DOCSUP-8181
2021-05-17 14:27:52 +03:00
Vladimir Chebotarev
914116d759
Added documentation.
2021-05-17 10:38:34 +03:00
kssenii
8a4711b716
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-16 20:55:18 +00:00
tavplubix
6936274398
Merge pull request #24106 from adevyatova/annadevyatova-DOCSUP-8026-replicated
...
DOCSUP-8026: Document the settings for customizing timeouts
2021-05-16 23:10:47 +03:00
Anna
e0d04acbd7
Update settings.md
2021-05-16 21:11:42 +03:00
Anna
7071894081
Update settings.md
2021-05-16 21:10:13 +03:00
Anna
c605b199ee
Update docs/en/operations/settings/settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-05-16 21:06:07 +03:00
Anna
1737be6710
Update merge-tree-settings.md
2021-05-16 21:05:41 +03:00
Anna
b32ac3a6f4
Update docs/en/operations/settings/settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-05-16 21:04:07 +03:00
Anna
ae84e5a673
Update docs/en/operations/settings/settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-05-16 21:03:41 +03:00
Anna
3783e0c483
Update docs/en/operations/settings/settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-05-16 21:03:17 +03:00
Anna
6d49acc7ac
Update docs/en/operations/settings/merge-tree-settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-05-16 21:03:08 +03:00
Anna
88f6687c9d
Update docs/en/operations/settings/merge-tree-settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-05-16 21:02:54 +03:00
Maksim Kita
1a8ce039b4
Merge pull request #24160 from fuzhe1989/patch-1
...
Fix typo in decimal.md
2021-05-16 11:42:31 +03:00
wzl
025d65b143
Fix typo in adding_test_queries.md
2021-05-16 15:40:44 +08:00
Fu Zhe
ee52c2d371
Fix typo in decimal.md
2021-05-16 13:52:32 +08:00
Azat Khuzhin
a44ddd2064
Update distributed_group_by_no_merge description
2021-05-15 15:03:13 +03:00
Maksim Kita
520d992df2
Merge pull request #23651 from adevyatova/annadevyatova-DOCSUP-8209-dictGetOrNull
...
DOCSUP-8209: Document the dictGetOrNull function
2021-05-14 23:55:15 +03:00
Kruglov Pavel
c8427442c3
Merge pull request #24005 from sevirov/sevirov-DOCSUP-8940-edit_and_translate_to_russian_deltasumtimestamp
...
DOCSUP-8940: Edit and translate to Russian (deltaSumTimestamp)
2021-05-14 23:14:31 +03:00
alesapin
a2b0fa6ed4
Merge pull request #23626 from olgarev/revolg-DOCSUP-8776-backslash_option
...
DOCSUP-8776: Docs for clickhouse-format
2021-05-14 22:06:35 +03:00
alesapin
4fa9649fa0
Update clickhouse-format.md
2021-05-14 19:22:24 +03:00
Vladimir
e6b957be6c
Merge pull request #24101 from otrazhenia/evgsudarikova-DOCSUP-9288
2021-05-14 15:05:14 +03:00
Vladimir
81288e4b50
Apply suggestions from code review
2021-05-14 14:07:11 +03:00
Ilya Yatsishin
e345b8b868
Merge pull request #24077 from abel-cheng/feature/splitByRegexp
...
add function splitByRegexp
2021-05-14 10:43:08 +03:00
Evgenia Sudarikova
765bc28f61
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-14 09:31:21 +03:00
Evgenia Sudarikova
e3b9fde94d
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-14 09:31:06 +03:00
Evgenia Sudarikova
1b7d2db4c6
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-14 09:30:59 +03:00
Evgenia Sudarikova
1a049c396d
Update docs/en/sql-reference/functions/type-conversion-functions.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-14 09:30:51 +03:00
Vitaly Baranov
284171517f
Merge pull request #23940 from sevirov/sevirov-DOCSUP-7668-update_the_sql_statement_create_alter_user
...
DOCSUP-7668: Update the SQL-statement CREATE/ALTER USER
2021-05-14 08:37:54 +03:00
Dmitriy
2c9530484d
Update user.md
...
Сделал ссылку на GRANT OPTION.
2021-05-14 00:46:57 +03:00
Dmitriy
9b9d692782
Update deltasum.md
...
Убрал лишний отступ.
2021-05-13 23:27:33 +03:00
sevirov
fbca7fdfa8
Update docs/en/sql-reference/aggregate-functions/reference/deltasum.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-13 23:11:28 +03:00
sevirov
fc0a36f404
Update docs/en/sql-reference/aggregate-functions/reference/deltasum.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-13 23:11:16 +03:00
Dmitriy
7e235f9836
corrections according to the comments
...
Исправил согласно комментариям в PR.
2021-05-13 23:05:11 +03:00
adevyatova
9cd33b5837
add ru docs
2021-05-13 19:32:28 +00:00
adevyatova
7a0ec69f37
add example
2021-05-13 19:24:41 +00:00
Anna
5555fcd7e7
Merge branch 'master' into annadevyatova-DOCSUP-8209-dictGetOrNull
2021-05-13 21:19:28 +03:00
adevyatova
6e3a1d4e99
update
2021-05-13 18:18:26 +00:00
Anna
e92e66c01e
Merge branch 'master' into annadevyatova-DOCSUP-8026-replicated
2021-05-13 20:49:19 +03:00
adevyatova
6100245f75
update
2021-05-13 17:45:26 +00:00
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
Evgeniia Sudarikova
dc6eb48197
edited after review
2021-05-13 18:05:48 +03:00
Maksim Kita
e0b3b7d661
Merge pull request #23847 from olgarev/revolg-DOCSUP-8778-cache_dictionaries_3
...
DOCSUP-8778: cache dictionaries (3)
2021-05-13 17:15:41 +03:00
Maksim Kita
cd9561e34b
Update external-dicts-dict-lifetime.md
2021-05-13 17:14:55 +03:00
Vladimir
7c77dd1e21
Minor changes in splitByRegexp
2021-05-13 12:21:00 +03:00
kssenii
85bbfd54e8
Fix bug
2021-05-13 08:53:48 +00:00
Alina Terekhova
b0a54989af
Link edited
2021-05-13 10:52:50 +02:00
万康
7990c03168
add some examples contributes to use
2021-05-13 14:26:12 +08:00
abel-wang
51c1d7c7ba
split into characters when split by '' & add docs
2021-05-13 11:15:38 +08:00
Dmitriy
6616b670e9
Update deltaSum and deltaSumTimestamp functions
...
Внес небольшие правки.
2021-05-12 22:52:52 +03:00
sevirov
38fb75fa03
Update docs/en/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:26:34 +03:00
sevirov
8bad7f6112
Update docs/en/sql-reference/aggregate-functions/reference/deltasumtimestamp.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-05-12 21:21:26 +03:00
Serg Kulakov
6081f36a2c
Update cloud.md
2021-05-12 19:04:30 +03:00
Serg Kulakov
c774550abc
Update cloud.md
2021-05-12 18:31:16 +03:00
kssenii
0955e5f0be
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-12 15:11:15 +00:00
olgarev
447c73ce14
Apply suggestions from code review
...
Co-authored-by: alesapin <alesapin@gmail.com>
2021-05-12 15:11:44 +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
olgarev
8f6453686f
Apply suggestions from code review
2021-05-12 00:08:46 +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
万康
5fe3c1ab6e
add doc
2021-05-11 12:39:03 +08:00
Dmitriy
c80042682d
Fix links
...
Поправил ссылки.
2021-05-11 00:06:24 +03:00
Dmitriy
10eaa83a48
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-8940-edit_and_translate_to_russian_deltasumtimestamp
2021-05-10 23:16:58 +03:00
Dmitriy
32cfb29edf
Edit and translate to Russian
...
Выполнил перевод на русский язык.
2021-05-10 23:04:35 +03:00
Dmitriy
d0db5623c1
Translate to Russian
...
Выполнил перевод на русский язык.
2021-05-10 22:51:26 +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
d891a513db
+ перевод, мелкие правки в первый вариант
2021-05-10 04:23:02 +03:00
Mikhail
50a118953a
Update ext-dict-functions.md
2021-05-10 04:10:06 +03:00
Mikhail
bed28e09c3
Update array-functions.md
2021-05-10 02:25:54 +03:00
kssenii
993823bcc4
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-09 21:26:41 +00:00
sevirov
b95594b5d3
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:50:11 +03:00
sevirov
6e819f9f80
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:50:03 +03:00
sevirov
89f9f7def6
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:44 +03:00
sevirov
359bef442f
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:37 +03:00
sevirov
2724f3fc48
Update docs/en/sql-reference/statements/create/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:30 +03:00
sevirov
81e02e821f
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:21 +03:00
sevirov
0d75d7b87c
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:49:09 +03:00
sevirov
dca6207835
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:48:56 +03:00
sevirov
58d94f5dea
Update docs/en/sql-reference/statements/alter/user.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-05-09 18:48:28 +03:00
kssenii
5c24f0943c
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-05-08 14:54:44 +00: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
Dmitriy
da82898c1c
Delete the original article
...
Удалил ссылки на оригинальную статью.
2021-05-08 00:13:14 +03:00
Dmitriy
8817c75750
Add the GRANTEES clause
...
Добавил новую секцию GRANTEES для запросов CREATE USER and ALTER USER.
2021-05-07 23:49:15 +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
hexiaoting
a1d521902c
Merge remote-tracking branch 'origin/master' into dev-continue-sundyli
2021-05-07 14:22:53 +08: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
kssenii
ed5c2321cc
Some fixes
2021-05-04 10:57:05 +00:00
Evgeniia Sudarikova
458cd6961c
minor changes
2021-05-04 13:19:45 +03:00
Evgeniia Sudarikova
47a4ae930f
edited
2021-05-03 23:44:46 +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
Olga Revyakina
9cdc3fa957
Start
2021-05-01 20:46:02 +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
kssenii
7643d84095
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-30 22:02:51 +00:00
filimonov
30d433e108
Update install.md
2021-04-30 15:23:12 +02:00
olgarev
bfb5ffc398
Merge branch 'master' into revolg-DOCSUP-8776-backslash_option
2021-04-30 10:07:49 +03:00
Alina Terekhova
f8631a8077
Link fix
2021-04-30 01:21:11 +02:00
Alina Terekhova
e6e37fd098
link edits
2021-04-30 01:09:13 +02:00
Alina Terekhova
03d6a77690
Initial commit
2021-04-30 00:36:50 +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
olgarev
96f739025c
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-29 06:27:21 +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
Alexey
66ac717dbe
Conflict resolving fixed
2021-04-26 19:51:37 +00:00
Alexey
283442e249
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into alexey-sm-DOCSUP-6702-document-timezoneOffset
2021-04-26 19:43:12 +00:00
Azat Khuzhin
bbc5bd5748
Fix documentation for DETACH ON CLUSTER PERMANENTLY
2021-04-26 21:03:53 +03:00
adevyatova
1a3557d6a2
update
2021-04-26 17:17:20 +00:00
alexey-milovidov
1a5b18cf52
Update mergetree.md
2021-04-26 18:37:07 +03:00
alexey-milovidov
89760c15e4
Update mergetree.md
2021-04-26 18:35:40 +03:00
Kruglov Pavel
a4a2a61eed
Merge pull request #23593 from sevirov/sevirov-DOCSUP-7574-add_columns_in_the_clusters_table
...
DOCSUP-7574: Add slowdown_count and show actual errors_count in the system.clusters table
2021-04-26 14:09:53 +03:00
Nikolai Kochetov
8fec997d3a
Merge pull request #23457 from sevirov/sevirov-DOCSUP-8737-edit_and_translate_to_russian_explain
...
DOCSUP-8737: Edit and translate to Russian (EXPLAIN)
2021-04-26 14:09:24 +03:00
Dmitriy
7b17a07915
Delete the note
...
Удалил примечание.
2021-04-26 14:06:45 +03:00
Maksim Kita
d31b8486e7
Merge pull request #23557 from adevyatova/annadevyatova-DOCSUP-7928-timezoneOf
...
DOCSUP-7928: Document the timezoneOf function
2021-04-26 13:40:05 +03:00
Kruglov Pavel
cb0bd3df5f
Merge pull request #21888 from rf/rf/deltasum-with-timestamp
...
add `deltaSumTimestamp` + docs, tests & minor improvement to `deltaSum`
2021-04-26 11:26:50 +03:00
Mikhail
b76924323d
fix
2021-04-26 03:13:10 +03:00
michon470
1d2184e830
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 03:00:25 +03:00
michon470
1540ac1f81
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 02:59:11 +03:00
michon470
7b947140b9
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 02:59:04 +03:00
michon470
bb03d7ab3f
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-26 02:58:57 +03:00
Mikhail
8b714579ed
Revert "Revert "Merge branch 'master' into kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias""
...
This reverts commit 7005feddf2
.
2021-04-26 02:36:27 +03:00
Mikhail
7005feddf2
Revert "Merge branch 'master' into kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias"
...
This reverts commit 74190165ff
, reversing
changes made to 51d4e4d307
.
2021-04-26 02:03:32 +03:00
michon470
74190165ff
Merge branch 'master' into kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias
2021-04-26 01:56:24 +03:00
alexey-milovidov
38f3723048
Merge pull request #23596 from michon470/kuriatnikovm-DOCSUP-8406-edit-translate-new
...
DOCSUP-8406: Chadmin gui overview translated
2021-04-26 00:48:27 +03:00
Kseniia Sumarokova
882050cd71
Merge pull request #23519 from adevyatova/annadevyatova-DOCSUP-5911-limit
...
DOCSUP-5911: Docs for limit and offset settings
2021-04-26 00:25:22 +03:00
adevyatova
e694af921d
add settings desc
2021-04-25 20:04:42 +00:00
michon470
5cd1c538c6
Update docs/en/sql-reference/syntax.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 22:18:31 +03:00
Anna
7c5a58304e
Update s3.md
2021-04-25 22:01:38 +03:00
adevyatova
6ae461d766
update
2021-04-25 19:00:19 +00:00
Dmitriy
ad59cfb48f
Merge branch 'sevirov-DOCSUP-7574-add_columns_in_the_clusters_table' of https://github.com/sevirov/ClickHouse into sevirov-DOCSUP-7574-add_columns_in_the_clusters_table
2021-04-25 19:12:44 +03:00
Dmitriy
fa0d815297
Add the note
...
Оформил примечание.
2021-04-25 19:12:07 +03:00
sevirov
ac059d5247
Update docs/en/operations/system-tables/clusters.md
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:01:19 +03:00
Alexey
1f39843a7b
fixes after review
2021-04-25 14:16:14 +00:00
michon470
2897635869
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:45:06 +03:00
michon470
a4904368f7
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 13:44:34 +03:00
Mikhail
cb1b9206f4
дополнительные правки
2021-04-25 13:42:38 +03:00
Olga Revyakina
7b0cea4573
Minor fixes
2021-04-25 11:47:05 +03:00
adevyatova
aa1c92f32c
update
2021-04-25 08:11:19 +00:00
adevyatova
fedb9f40fa
update
2021-04-25 07:47:21 +00:00
Anna
38308eccca
Update docs/en/sql-reference/functions/date-time-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:36:01 +03:00
Anna
2bc261dcee
Update docs/en/sql-reference/functions/date-time-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:35:56 +03:00
Anna
89f2434d14
Update docs/en/sql-reference/functions/date-time-functions.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:35:16 +03:00
Olga Revyakina
4d2fd45660
Formatting
2021-04-25 10:21:46 +03:00
Olga Revyakina
64e85c3deb
Another fix in md
2021-04-25 10:17:14 +03:00
Olga Revyakina
e815f90b53
Fix
2021-04-25 10:09:43 +03:00
Olga Revyakina
306bfeb576
clickhouse-format utility and links in index file
2021-04-25 09:58:57 +03:00
Alexey Milovidov
5ae547a61a
Remove pbuilder
2021-04-25 06:32:15 +03:00
Mikhail
8882152e0b
—
2021-04-24 20:12:33 +03:00
Alexey
0750935c97
Link to list of timezones at Wikipedia updated
2021-04-24 16:35:05 +00:00
Alexey
635d2e9e3b
New description variant and examples
2021-04-24 16:20:45 +00:00
Dmitriy
19d05b0db0
Add columns
...
Добавил недостающие столбцы и привел в порядок описание, добавив ссылки и обновив примеры.
2021-04-24 18:44:00 +03:00
adevyatova
89bafffd0b
update
2021-04-23 23:10:05 +00:00
adevyatova
c596f56893
add ru docs
2021-04-23 22:56:16 +00:00
adevyatova
35fdeb1da8
add timezone func
2021-04-23 22:27:44 +00:00
Dmitriy
96e60a5d98
Update explain.md
...
Внес небольшие поправки.
2021-04-23 22:55:36 +03:00
adevyatova
8dd2335126
remove symbolic link
2021-04-23 19:41:02 +00:00
Maksim Kita
aebb9f8376
Merge pull request #23455 from olgarev/revolg-DOCSUP-8656-FlatDictionary_HashedDictionary_update_field
...
DOCSUP-8656: Flat dictionary parameters
2021-04-23 11:42:17 +03:00
Maksim Kita
6ae94fa25b
Update external-dicts-dict-layout.md
2021-04-23 11:40:05 +03:00
michon470
0e2189ed08
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 10:57:35 +03:00
michon470
df3e457f44
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 10:57:05 +03:00
Anna
834555e951
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:53:38 +03:00
Anna
2fd0147799
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:53:27 +03:00
Anna
c07b289480
Update docs/en/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:52:28 +03:00
Anna
eef398c791
Update docs/en/sql-reference/statements/select/limit.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:52:17 +03:00
Anna
ca4ad5209e
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:51:55 +03:00
Anna
8d3808bd7f
Update docs/en/operations/settings/settings.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:51:03 +03:00
Anna
45c072b2a9
Update docs/en/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:49:44 +03:00
Anna
b74ef850ea
Update docs/en/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:49:35 +03:00
Anna
3980fadf61
Update docs/en/sql-reference/statements/select/offset.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-23 09:48:46 +03:00
adevyatova
2504939ed7
fix s3
2021-04-22 19:57:33 +00:00
adevyatova
b0ccc06a90
add ru docs
2021-04-22 18:53:22 +00:00
Anna
6abd55880e
Merge branch 'master' into annadevyatova-DOCSUP-5911-limit
2021-04-22 21:31:40 +03:00
adevyatova
4b49e9259b
docs for limit and offset settings
2021-04-22 18:27:06 +00:00
Russ Frank
41546e0d4f
Merge branch 'master' of github.com:ClickHouse/ClickHouse into rf/deltasum-with-timestamp
2021-04-22 11:23:24 -04:00
Mikhail
0cfed0891b
Setting overview expanded
2021-04-22 14:30:54 +03:00
Maksim Kita
ceaf6d57b7
Merge pull request #23393 from ClickHouse/revert-17359
...
Revert argMin/Max for single Tuple argument.
2021-04-22 13:32:04 +03:00
alexey-milovidov
5e326a9824
Update settings.md
2021-04-22 08:56:21 +03:00
Alexey Milovidov
8cb0e5579a
Remove gcc from docs
2021-04-22 04:20:03 +03:00
Alexey
6d789af4eb
Added timezone name Wikipedia link to Datetime type
2021-04-21 20:35:02 +00:00
Alexey
d74d074e40
removed timezone name Wikipedia link
2021-04-21 20:33:39 +00:00
Alexey
4d2e8f8401
Draft description
2021-04-21 20:32:47 +00:00
Dmitriy
4be5ba2ac1
Fix the description of the graph setting
...
Поправил описание настройки graph.
2021-04-21 23:30:09 +03:00
tavplubix
b1081bcf54
Merge pull request #23316 from sevirov/sevirov-DOCSUP-8233-edit_and_translate_replication
...
DOCSUP-8233: Edit and translate to Russian
2021-04-21 22:47:20 +03:00
Russ Frank
53f6a8f9a0
Merge remote-tracking branch 'origin/master' into rf/deltasum-with-timestamp
2021-04-21 13:52:50 -04:00
Dmitriy
6dc0f47520
Edit and translate to Russian
...
Выполнил перевод на русский язык.
2021-04-21 20:49:18 +03:00
Olga Revyakina
fa7917e385
Updates
2021-04-21 19:36:59 +03:00
sevirov
176ca58e72
Update docs/en/operations/system-tables/replication_queue.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-04-21 19:30:04 +03:00
Olga Revyakina
cc63fe0af5
Start
2021-04-21 19:25:04 +03:00
Nikita Mikhaylov
d4e8f9676b
Merge pull request #21304 from amosbird/indexhint
...
Resurrect indexHint function.
2021-04-21 16:14:43 +03:00
Kruglov Pavel
28e79973a2
Merge pull request #23274 from sevirov/sevirov-DOCSUP-5921-document_simplestate_combinator
...
DOCSUP-5921: Document the -SimpleState combinator
2021-04-21 00:50:57 +03:00
Alexey Milovidov
502bc3575c
Revert #17359
2021-04-21 00:22:29 +03:00
alexey-milovidov
022b2e918b
Merge pull request #21319 from ka1bi4/romanzhukov-DOCSUP-7086-add-s3-translation-ru
...
DOCSUP-7086: Edit and translate to Russian (s3 and updating ClickHouse)
2021-04-20 23:37:42 +03:00
alexey-milovidov
066a4daf5f
Update adopters.md
2021-04-20 22:48:03 +03:00
sevirov
fb7ac18760
Update docs/en/sql-reference/aggregate-functions/combinators.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-20 21:29:44 +03:00
alexey-milovidov
a25e6d96a5
Update quantiletdigest.md
2021-04-20 15:10:34 +03:00
Amos Bird
32c84f77c3
Resurrect indexHint function.
2021-04-20 19:27:23 +08:00
alexey-milovidov
62899436db
Revert "add uniqThetaSketch"
2021-04-20 03:34:21 +03:00
Kseniia Sumarokova
2d3b4af67a
Merge pull request #23231 from sevirov/sevirov-DOCSUP-8215-add_aliases_to_functions
...
DOCSUP-8215: Add aliases to functions
2021-04-19 22:27:26 +03:00
Dmitriy
f1aef7e9a2
Edit and translate to Russian
...
Поправил английскую версию и выполнил перевод на русский язык.
2021-04-19 21:01:38 +03:00
Alexander Kuzmenkov
5a050f0573
Merge pull request #23246 from olgarev/revolg-DOCSUP-8224-remove_temporary_tables_from_system_tables
...
DOCSUP-8224: Fix showing temporary tables in system tables
2021-04-19 20:55:28 +03:00
Alexander Kuzmenkov
e2077bc38d
Merge pull request #23247 from olgarev/revolg-DOCSUP-8655-Update_paths_to_the_catboost_model_configs
...
DOCSUP-8655: Update paths to the CatBoost model configs
2021-04-19 20:52:29 +03:00
Anton Popov
04c432f631
Merge pull request #23235 from sevirov/sevirov-DOCSUP-8222-forbid_to_drop_column
...
DOCSUP-8222: Forbid to drop a column if it's referenced by materialized view
2021-04-19 20:25:57 +03:00
Dmitriy
780d05a7e9
Translate to Russian
...
Выполнил перевод на русский язык.
2021-04-19 20:05:20 +03:00
olgarev
6abe37b13e
Apply suggestions from code review
...
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-19 20:04:51 +03:00
Denis Glazachev
902d519b40
Merge branch 'master' into ldap-user-dn-detection
...
* master: (694 commits)
Fix integration test test_storage_kafka failed error
Fix test 00163_column_oriented_formats failed error
Read ORC file by stripe to reduce memory cost
Function toDateTime decimal overflow ubsan fix
Revert "[RFC] Fix memory tracking with min_bytes_to_use_mmap_io"
Zlib use attribute constructor for functable initialization
Translate to Russian (clickhouse-client documentation)
Simple key dictionary primary key wrong order fix
Disable hedged requests
Added integration test
Revert "Function `arrayFold` for folding over array with accumulator"
Fix documentation for the GRANT command.
Added system query reload model
Make function `unhex` case insensitive for compatibility
Improve documentation for CREATE ROW POLICY command #2 .
Add exception message
Fix tidy
Fix waiting for all connections closed on shutdown.
Disable postgresql_port in perf tests
Mark 01605_adaptive_granularity_block_borders as long
...
2021-04-19 18:36:07 +04:00
tavplubix
31ab3135fc
Merge pull request #22620 from adevyatova/annadevyatova-DOCSUP-5887
...
DOCSUP-5887: Update the SQL-statement CREATE TABLE
2021-04-19 17:09:24 +03:00
Anna
781980159c
Update table.md
2021-04-19 15:55:28 +03:00
Nikita Mikhaylov
adc103e338
Merge pull request #21852 from excitoon-favorites/s3stscredentials
...
Added insecure IMDS credentials provider for S3
2021-04-19 14:47:44 +03:00
Kseniia Sumarokova
e21f7695e9
Merge pull request #23139 from ka1bi4/romanzhukov-DOCSUP-7709-SeekTable-BYexpression
...
DOCSUP-7709: Edit and translate to Russian (SeekTable and DEDUPLICATE BY)
2021-04-19 11:39:57 +03:00
Kruglov Pavel
995973bf1f
Merge pull request #22609 from pingyu/datasketches-uniq
...
add uniqThetaSketch
2021-04-19 10:32:29 +03:00
Alexey
260991f1ff
timezoneOffset stub
2021-04-18 20:28:28 +00:00
Dmitriy
49c458d6f6
Document the -SimpleState combinator
...
Задокументировал комбинатор -SimpleState.
2021-04-18 21:40:34 +03:00
kssenii
88b50621d4
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-18 14:40:37 +00:00
Dmitriy
154da6c1db
Translate to Russian
...
Перевел на русский язык.
2021-04-18 13:21:54 +03:00
alexey-milovidov
83038f84af
Revert "Function arrayFold
for folding over array with accumulator"
2021-04-18 03:34:05 +03:00
Olga Revyakina
f4f5e5c09e
Start
2021-04-18 02:28:47 +03:00
Olga Revyakina
310632d602
One more link added
2021-04-18 02:05:32 +03:00
Olga Revyakina
8e573c41e6
Start
2021-04-18 01:47:43 +03:00
Dmitriy
d12db2374f
Fix note
...
Поправил примечание.
2021-04-18 00:42:36 +03:00
Dmitriy
e7a044c4c2
Fix link
...
Исправил ссылку.
2021-04-17 22:52:27 +03:00
Vitaly Baranov
fe0b76b105
Fix documentation for the GRANT command.
2021-04-17 22:33:46 +03:00
Dmitriy
200925c318
Update column.md
...
Поправил формулировку.
2021-04-17 21:18:18 +03:00
Dmitriy
4e22cdbfc4
Update column.md
...
Добавил информацию об удалении столбца в материализованном представлении.
2021-04-17 21:01:21 +03:00
Dmitriy
801a560896
Add aliases
...
Добавил синонимы к функциям.
2021-04-17 20:04:32 +03:00
Vitaly Baranov
660efccbe2
Improve documentation for CREATE ROW POLICY command #2 .
2021-04-17 19:24:11 +03:00
Maksim Kita
4be441c6d5
Merge branch 'master' into support-apple-m1
2021-04-16 23:33:12 +03:00
Vitaly Baranov
936c1bfc53
Merge pull request #23164 from vitlibar/improve-row-policy-docs
...
Improve documentation for CREATE ROW POLICY command.
2021-04-16 15:15:40 +03:00
Kruglov Pavel
deb86ee520
Merge pull request #22986 from azat/StorageBuffer-flush
...
[RFC] Add ability to flush buffer only in background for StorageBuffer
2021-04-16 15:14:24 +03:00
Alexander Kuzmenkov
74b4c56ba4
Merge pull request #21589 from dmalkr/dmalkr/arrayFold
...
Function `arrayFold` for folding over array with accumulator
2021-04-16 14:23:53 +03:00
Maksim Kita
6e65a3604b
Merge pull request #23187 from kitaisreal/mac-os-clang-build-instructions-fix
...
MacOS clang build instructions fix
2021-04-16 14:03:45 +03:00
Maksim Kita
4d323fa556
MacOS clang build instructions fix
2021-04-16 13:59:54 +03:00
tavplubix
b5cbbce314
Merge pull request #22706 from songenjie/fetch_part
...
[clickhouse][server][ddl]support fetch part
2021-04-16 12:26:51 +03:00
Vitaly Baranov
88e2d28666
Improve documentation for CREATE ROW POLICY command.
2021-04-16 10:57:33 +03:00
Azat Khuzhin
19e0439629
Add ability to flush buffer only in background for StorageBuffer
...
Add 3 new engine arguments:
- flush_time
- flush_rows
- flush_bytes
That will be checked only for background flush, this maybe useful if
INSERT latency is "crucial".
2021-04-15 21:22:13 +03:00
changvvb
4eee2d0977
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into support-apple-m1
2021-04-15 22:54:26 +08:00
Roman Bug
e317ce227e
Merge branch 'master' into romanzhukov-DOCSUP-7709-SeekTable-BYexpression
2021-04-15 16:15:32 +03:00
Roman Bug
e1075d6bf6
Update optimize.md
2021-04-15 15:52:15 +03:00
Roman Bug
afd6b99912
Update optimize.md
2021-04-15 15:51:00 +03:00
Roman Bug
0dbc167cb3
Merge branch 'master' into romanzhukov-DOCSUP-7086-add-s3-translation-ru
2021-04-15 15:47:12 +03:00
Roman Bug
1ebbb8b7bb
Update docs/en/sql-reference/statements/optimize.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-15 15:43:31 +03:00
Vladimir Chebotarev
c0ea3ce08a
Removed STS client.
2021-04-15 10:01:43 +03:00
Vladimir Chebotarev
3a467ffc50
Attempt to make credentials provider which uses internal credentials provider chain.
2021-04-15 10:01:13 +03:00
Vladimir Chebotarev
037a4de854
Added STS GetCallerIdentity credentials provider.
2021-04-15 10:00:18 +03:00
songenjie
ff8958965a
fix some docs
2021-04-14 10:19:08 +08:00
songenjie
f731739fab
fix suggests
2021-04-14 10:05:41 +08:00
alexey-milovidov
1a5149a0dd
Merge pull request #22869 from lehasm/alexey-sm-DOCSUP-8179-remove_control_unicode
...
DOCSUP-8179: remove control characters
2021-04-14 01:45:35 +03:00
Alexey
0b39a64a6e
hex() added to murmurHash3_128 example
2021-04-13 19:35:44 +00:00
Kruglov Pavel
6350f734dc
Merge branch 'master' into datasketches-uniq
2021-04-13 19:34:15 +03:00
songenjie
3effb74d31
[clickhouse][server][ddl] add fetch part docs
2021-04-13 09:52:36 +08:00
alexey-milovidov
d239c66fd3
Merge pull request #21511 from azat/optimize_skip_unused_shards-improvement
...
Rewrite IN in query for remote shards to exclude values that do not belong to the shard
2021-04-13 01:18:11 +03:00
adevyatova
d8ce971897
Minor fixes
2021-04-12 07:49:53 +00:00
Azat Khuzhin
fbb386dca5
Rewrite IN in query for remote shards to exclude values that does not belongs to shard
...
v2: fix optimize_skip_unused_shards_rewrite_in for sharding_key wrapped into function
v3: fix column name for optimize_skip_unused_shards_rewrite_in
v4: fix optimize_skip_unused_shards_rewrite_in with Null
v5:
- squash with Remove query argument for IStreamFactory::createForShard()
- use proper column after function execution (using sharding_key_column_name)
- update the test reference since (X) now is tuple(X)
2021-04-12 10:37:28 +03:00
Dmitry Krylov
923e9c644e
Adding documentation
2021-04-12 10:23:31 +10:00
michon470
0ef5f6b9b2
Merge branch 'master' into kuryatnikovm-DOCSUP-8022-prefer_column_name_to_alias
2021-04-12 00:01:06 +03:00
kssenii
6413d7bac6
Doc
2021-04-11 20:26:59 +00:00
kssenii
01075677cf
Better
2021-04-11 20:22:33 +00:00
Tatiana Kirillova
139ab25477
Translation into Russian
2021-04-11 20:33:42 +03:00
Mikhail
d2c828871a
Update settings.md
2021-04-11 19:58:01 +03:00
alexey-milovidov
ce17ea603d
Merge pull request #22935 from zvonand/docs_datetime_funcs_dt64
...
Updated toStartOf* docs
2021-04-11 13:33:21 +03:00
alexey-milovidov
ea76e64f6b
Merge pull request #22926 from ClickHouse/Renew-ZooKeeper-configuration
...
Renew ZooKeeper example configuration in docs
2021-04-11 13:31:04 +03:00
kssenii
c1adece94f
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
2021-04-11 06:00:18 +00:00
alexey-milovidov
f33498c73b
Merge pull request #22941 from kirillikoff/kirillikoff-DOCSUP-6704
...
DOCSUP-6704: Documented the inactive_parts_to
2021-04-10 23:05:20 +03:00
alexey-milovidov
2785fa9e52
Fix Jinja templates that are being used for unknown reasons
2021-04-10 22:57:15 +03:00
alexey-milovidov
673ea02e3a
Merge pull request #22946 from Slach/improve_rename_docs
...
add RENAME DATABASE statement documentation
2021-04-10 22:54:49 +03:00
romanzhukov
e258462c2c
BY translation.
2021-04-10 19:14:36 +03:00
kssenii
1c501e7d97
Support replica identity index
2021-04-10 16:10:28 +00:00
alexey-milovidov
9023dbc71b
Update tips.md
2021-04-10 17:29:22 +03:00
kssenii
dba1fe1989
Add doc draft
2021-04-10 08:20:20 +00:00
Tatiana Kirillova
7b7018e476
Description the inactive_parts_to_delay_insert and inactive_parts_to_throw_insert settings
2021-04-09 20:43:57 +03:00
zvonand
b8d10d762e
updated docs
2021-04-09 18:37:14 +03:00
changvvb
facbb0368b
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into support-apple-m1
2021-04-09 23:19:19 +08:00
Kruglov Pavel
dfa6e34fb2
Merge pull request #22610 from lehasm/alexey-sm-DOCSUP-7090-document-extractTextFromHTML
...
DOCSUP-7090: document extractTextFromHTML
2021-04-09 16:57:33 +03:00