Nikolay Degterinsky
d0449792c4
Merge pull request #37595 from yjant/patch-4
...
Update insert-into.md
2022-06-02 02:21:03 +02:00
Robert Schulze
b3b0716b32
Merge pull request #37544 from ClickHouse/cached_patterns
...
Cache compiled regexps when evaluating non-const needles
2022-06-01 19:55:25 +02:00
Dmitry Novik
7fbe91ca81
Merge pull request #37460 from ClickHouse/memory-overcommit-improvement
...
Memory Overcommit: update defaults, exception message and add ProfileEvent
2022-06-01 17:06:33 +02:00
Sema Checherinda
16dc3ed97d
FR: Expose what triggered the merge in system.part_log #26255
2022-06-01 16:58:07 +02:00
Dan Roscigno
544be03b41
Update caches.md
...
spelling
2022-05-31 11:46:53 -04:00
mergify[bot]
ba49c6bb46
Merge branch 'master' into memory-overcommit-improvement
2022-05-31 13:17:06 +00:00
Kruglov Pavel
7cc87d9a65
Merge pull request #37537 from Avogar/skip-first-lines
...
Allow to skip some of the first lines in CSV/TSV formats
2022-05-31 14:26:21 +02:00
avogar
139a7e19a9
Fix comments
2022-05-30 11:43:29 +00:00
qinghuan wang
ded9f5675d
Update gui.md
2022-05-30 09:22:06 +08:00
Alexey Milovidov
746ff42239
Update gui.md
2022-05-30 01:13:03 +03:00
qinghuan wang
c14b547f00
Update gui.md
2022-05-29 20:19:23 +08:00
Alexey Milovidov
6195429020
Update star-schema.md
2022-05-29 10:01:27 +03:00
Alexey Milovidov
c8935d6e6c
Update star-schema.md
2022-05-29 10:00:34 +03:00
Alexey Milovidov
e22a79eaf2
Update star-schema.md
2022-05-29 09:58:54 +03:00
Alexey Milovidov
9e0f61a74f
Merge pull request #37623 from den-crane/patch-12
...
Doc. Notes about UInt64 key for dictionaries layout
2022-05-29 07:58:07 +03:00
Alexey Milovidov
be586f7b33
Update ontime.md
2022-05-29 06:43:50 +03:00
Alexey Milovidov
73c89e65e6
Update ontime.md
2022-05-29 06:31:15 +03:00
Alexey Milovidov
7be278c9ff
Update table structure for "ontime" dataset
2022-05-29 06:26:13 +03:00
Denny Crane
d7e098fb17
Update external-dicts-dict-layout.md
2022-05-28 17:26:11 -03:00
Denny Crane
1d2cf73b81
Update external-dicts-dict-layout.md
2022-05-28 17:14:36 -03:00
Denny Crane
2395764a92
Update external-dicts-dict-layout.md
2022-05-28 17:07:39 -03:00
Denny Crane
bfc7cbaf1f
Update external-dicts-dict-layout.md
2022-05-28 17:02:27 -03:00
Denny Crane
4573c2431e
Update external-dicts-dict-layout.md
2022-05-28 16:59:55 -03:00
Alexey Milovidov
39a55991ca
Change Playground URL in the docs
2022-05-28 01:18:07 +02:00
Alexey Milovidov
f3e83cb222
Update star-schema.md
2022-05-28 01:51:41 +03:00
Dmitry Novik
60b9d81773
Remove global_memory_usage_overcommit_max_wait_microseconds
2022-05-27 16:30:29 +00:00
PigInCloud
7ccf4f4db7
Update insert-into.md
...
I translated some untranslated text into Chinese
2022-05-27 18:30:20 +08:00
Robert Schulze
ff228d63e8
Fix typo
2022-05-27 10:14:13 +02:00
Maksim Kita
58cd1bd3ec
Merge pull request #36843 from bharatnc/ncb/h3-unidirectionaledges-funcs
...
add h3 unidirectional edge functions
2022-05-25 22:46:40 +02:00
alesapin
bf0da38d6f
Merge pull request #37402 from DanRoscigno/origin/67-replace-zookeeper-to-clickhouse-keeper-in-docs-and-tutorials
...
add ClickHouse Keeper to doc pages describing ZooKeeper use
2022-05-25 22:24:56 +02:00
Robert Schulze
23378ab67b
Merge pull request #37520 from ClickHouse/update-3rd-party-contribution-guide
...
Update 3rd party contribution guide
2022-05-25 21:54:49 +02:00
alesapin
620ab399c9
Update docs/en/operations/clickhouse-keeper.md
2022-05-25 20:23:24 +02:00
avogar
ede6e2f433
Add docs for settings
2022-05-25 15:10:20 +00:00
Igor Nikonov
4f09a0c431
Update architecture.md
...
Updated broken links in Functions section
2022-05-25 16:27:17 +02:00
Robert Schulze
c743fef3ae
Update 3rd party contribution guide
...
- replace obsolete references to clickhouse-extra to clickhouse
- generally rewrite the guide and make it easier to understand
2022-05-25 13:46:05 +02:00
Mikhail f. Shiryaev
b3a93601a8
Add changelogs for 2020 where the script works
2022-05-25 00:05:55 +02:00
Mikhail f. Shiryaev
352c7d6c21
Add changelogs for 2021
2022-05-25 00:05:54 +02:00
Mikhail f. Shiryaev
cd9486b103
Update changed descriptions for v22.1.1.2542-prestable.md and v22.1.3.7-stable.md
2022-05-25 00:05:53 +02:00
Alexey Milovidov
919a0ae835
Fix trash
2022-05-24 22:14:13 +02:00
Robert Schulze
7348a0eb28
Merge pull request #37251 from ClickHouse/non_const_like
...
Support non-constant SQL functions (NOT) (I)LIKE and MATCH
2022-05-24 20:28:31 +02:00
Dan Roscigno
2ffdefe839
Merge branch 'ClickHouse:master' into origin/67-replace-zookeeper-to-clickhouse-keeper-in-docs-and-tutorials
2022-05-24 07:37:36 -04:00
Dan Roscigno
8dced1af03
Update docs/en/operations/system-tables/mutations.md
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-05-24 07:29:52 -04:00
Mikhail f. Shiryaev
a83864cdcb
Fix shellcheck issues in docs/tools
2022-05-24 11:14:17 +02:00
Alexey Milovidov
98138112c9
Update cmake_in_clickhouse_header.md
2022-05-24 03:55:51 +03:00
Alexey Milovidov
3b0ecb4620
Update cmake-in-clickhouse.md
2022-05-24 03:55:28 +03:00
Dan Roscigno
b9bd3cb49f
update tips for ClickHouse Keeper
2022-05-23 10:06:16 -04:00
Dan Roscigno
49b0fde46c
add ClickHouse Keeper to docs
2022-05-23 09:43:26 -04:00
Mikhail f. Shiryaev
bc145294a6
Merge pull request #37441 from ClickHouse/website-content
...
Release website content
2022-05-23 12:51:14 +02:00
Kruglov Pavel
ce48e8e102
Merge pull request #36975 from Avogar/json-columns-formats
...
Add columnar JSON formats
2022-05-23 12:11:28 +02:00
Mikhail f. Shiryaev
cfe98c4aba
Fix publishing of content.clickhouse.com
...
- Publish only benchmarks and data
- Minimize clickhouse/docs-release
- Run it as a normal user
- Speed up running by not redownload virtual env deps
- Clean out docs and blog buildging
- Minimize docs/tools/requirements.txt
2022-05-23 11:50:02 +02:00