Commit Graph

5508 Commits

Author SHA1 Message Date
Dmitriy
7021d9bbe4
Update docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-26 19:47:21 +03:00
Dmitriy
c75d776d04 Document the ComplexKeyRangeHashed dictionary
Задокументировал новый словарь.
2021-08-21 22:44:12 +03:00
alesapin
10503af0d0
Merge pull request #27818 from ClickHouse/add_keeper_test_and_fix_docs
Add test for clickhouse-keeper start after conversion
2021-08-20 15:22:32 +03:00
alexey-milovidov
0aa800122d
Update menus.md 2021-08-20 12:28:23 +03:00
Kseniia Sumarokova
273b8b9bc1
Merge pull request #27704 from jasine/master
feat: add conversions  between snowflake id and  dateTime(dateTime64)
2021-08-20 10:48:40 +03:00
tavplubix
8b98c52ca8
Merge pull request #27576 from sevirov/sevirov-DOCSUP-12331-document_the_system_zookeeper_log_table
DOCSUP-12331: Document the system.zookeeper_log table
2021-08-18 22:29:09 +03:00
ubuntu
4d4dae79f0 fix: build issue 2021-08-19 00:47:40 +08:00
Dmitriy
baa7b204fc Fix by comments
Поправил согласно комментариям в PR.
2021-08-18 19:27:39 +03:00
Raúl Marín
2433ae65b5 Mention from_env in the documentation 2021-08-18 15:48:24 +02:00
alesapin
c819880aa7 Add test for clickhouse-keeper start after conversion 2021-08-18 16:34:57 +03:00
Alexey Boykov
29ff255601
Merge pull request #27786 from KazeZlat/patch-1
Added attention for ALTER on Buffer table prior to 28.10.2020
2021-08-18 14:41:09 +03:00
tavplubix
cf29ee6780
Merge pull request #26800 from pdv-ru/pdv-ru-DOCSUP-10607-edit-translate
DOCSUP-10607: [CLICKHOUSEDOCS] Edit and translate to Russian (SYSTEM RESTORE REPLICA and h3ToGeo function)
2021-08-18 13:31:27 +03:00
tavplubix
a2ffc2f896
Merge pull request #27759 from olgarev/revolg-DOCSUP-12413-macros_support_in_functions_cluster
DOCSUP-12413: macros support in functions cluster and clusterAllReplicas
2021-08-18 13:00:49 +03:00
Vitaly Baranov
fd33f2a2fe
Merge pull request #27426 from aiven/kmichel-replicated-access-storage
ZooKeeper replication for users, roles, row policies, quotas and profiles.
2021-08-18 10:37:25 +03:00
Nikita Mikhalev
62abef73f1
Improved phrasing of attention about ALTER on Buffer table
Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
2021-08-18 10:24:42 +05:00
olgarev
f35b142e21
Apply suggestions from code review 2021-08-18 02:03:46 +03:00
olgarev
21ddac09c6
Apply suggestions from code review
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-18 02:01:49 +03:00
Kevin Michel
e33a2bf7bc
Add ReplicatedAccessStorage
This stores Access Entities in ZooKeeper and replicates them across an entire cluster.

This can be enabled by using the following configuration :

    <user_directories>
        <replicated>
            <zookeeper_path>/clickhouse/access/</zookeeper_path>
        </replicated>
    </user_directories>
2021-08-18 00:00:18 +02:00
Dmitriy
693b8271dc Fix typo
Выделил watch и sequental как ключевые слова.
2021-08-17 23:05:21 +03:00
Maksim Kita
32ee8618b7
Merge pull request #27533 from den-crane/patch-23
Doc. graphitemergetree added info about AVG
2021-08-17 21:21:42 +03:00
Alexander Kuzmenkov
c0e1c42562
Merge pull request #27536 from adevyatova/annadevyatova-DOCSUP-11968-explain
DOCSUP-11968: Document the SQL-statement EXPLAIN ESTIMATE
2021-08-17 16:50:34 +03:00
Nikita Mikhalev
189ad46206
Added attention for ALTER on Buffer table prior to 28.10.2020 2021-08-17 17:30:05 +05:00
Vitaly Baranov
50b4ca7650
Merge pull request #27362 from sevirov/sevirov-DOCSUP-12128-data_encryption_on_vfs_level
DOCSUP-12128: Data encryption on VFS level
2021-08-17 12:12:09 +03:00
Vitaly Baranov
bca1131da6
Update storing-data.md 2021-08-17 11:24:44 +03:00
Vitaly Baranov
92c4ad8202
Update storing-data.md 2021-08-17 11:07:36 +03:00
Denny Crane
344016ee0e
Update graphitemergetree.md 2021-08-17 00:15:07 -03:00
olgarev
9b44146b9f Links fixed 2021-08-17 01:54:48 +00:00
Denny Crane
4d044a0657
Update graphitemergetree.md 2021-08-16 21:26:41 -03:00
Denny Crane
815a4ddf33
Update array-functions.md
fix arrayIntersect
2021-08-16 21:08:02 -03:00
olgarev
4ad85ca745 Initial 2021-08-16 23:00:38 +00:00
Dmitriy
bc52374f17 Translate to Russian
Выполнил перевод на русский язык.
2021-08-16 20:12:12 +03:00
pdv-ru
a662d2116f
Update docs/en/sql-reference/statements/system.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-08-16 15:51:02 +03:00
pdv-ru
f9a3998351
Update docs/en/sql-reference/statements/system.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-08-16 15:50:14 +03:00
jasine
1f21131db6 fix: doc and test 2021-08-16 18:52:10 +08:00
jasine
c414a3aebf feat: add docs and tests 2021-08-16 17:24:51 +08:00
Dmitriy
6a7f0884c6 Fix the example
Поправил пример.
2021-08-15 21:22:18 +03:00
sevirov
4ac49fe5b0
Update docs/en/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:35:21 +03:00
sevirov
388db25516
Update docs/en/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:35:04 +03:00
sevirov
382491b7a0
Update docs/en/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:34:57 +03:00
sevirov
6b77dcacca
Update docs/en/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:34:46 +03:00
sevirov
4c9a5aa0f1
Update docs/en/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:34:23 +03:00
sevirov
8a79ed0d38
Update docs/en/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:34:03 +03:00
sevirov
d5db8f8979
Update docs/en/operations/system-tables/zookeeper_log.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-08-15 20:33:16 +03:00
sevirov
5cbbb7a8ac
Update docs/en/operations/storing-data.md
Co-authored-by: Vitaly Baranov <vitbar@yandex-team.ru>
2021-08-15 19:44:13 +03:00
adevyatova
8acaa3540b Fixed the header 2021-08-15 17:04:17 +03:00
Anna
ddc31e8434
Update docs/en/sql-reference/statements/explain.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-14 09:06:01 +03:00
Anna
42f71593dd
Update docs/en/sql-reference/statements/explain.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-14 09:05:03 +03:00
Alexey
382fd7d4ac translated parts in MergeTree 2021-08-13 19:28:52 +00:00
Kruglov Pavel
ca3e9b1f3a
Merge pull request #27139 from ka1bi4/romanzhukov-DOCSUP-12328-upd_materialize_mysql
DOCSUP-12328: Edit and translate to Russian (update materialize_mysql)
2021-08-13 15:57:05 +03:00
adevyatova
d2402c17b5 Changed example 2021-08-13 12:15:45 +00:00