Laurie Li
81becebfe3
Add "See Also"
...
Signed-off-by: Laurie Li <laurieliyang@outlook.com>
2022-06-23 09:29:46 +08:00
Laurie Li
d553b30f80
Update replication.md of zh docs
...
docs/zh/engines/table-engines/mergetree-family/replication.md
Signed-off-by: Laurie Li <laurieliyang@outlook.com>
2022-06-22 23:28:25 +08:00
Alexey Milovidov
4c41a61f41
Merge pull request #35169 from guomaolin/patch-1
...
Update mergetree.md
2022-04-25 01:28:47 +03:00
Sergey Tulentsev
301b7cd876
remove whitespace change
2022-04-21 13:42:55 +01:00
Sergey Tulentsev
f3195e10d0
use html entities for < / > in markdown tables
2022-04-21 13:40:25 +01:00
rfraposa
d9e6f780db
Fixed broken links
2022-04-10 23:01:34 -06:00
rfraposa
4feb622c9f
Added /zh docs
2022-04-10 17:08:18 -06:00
pdai
065bc13aad
fix typo
2022-03-28 20:58:18 +08:00
guomaolin
3cb65e174c
Update mergetree.md
...
其实我觉得这个翻译并不准确,我的翻译是这样的:“在两次数据合并的间隙中,如果有select查询,则可能会得到过期的数据,那可以在执行Select使用OPTIMIZE 强制触发一次合并来避免这种情况”,主要区别是原翻译把 between merges翻译成合并过程中,我这里翻译是在两次合并之间的间隙。理由如下:在合并过程中,虽然也会导致后面查询的数据不一致性,但是感觉这个因果关系有但是并不那么自然强烈,我觉得它更向表达的是在上次合并结束之后,下一次合并到来之前的这个时间段过期的数据,在这个时间段执行Select查询就一定会查到这些数据,如果要避免这种情况,就是立刻出发一次合并,不要等下一次系统自发的合并,这就是between merges 的意思。个人理解,如有错误,望指正。
2022-03-10 16:54:04 +08:00
heleihelei
ab47ea7fa4
typo
...
typo
2022-03-03 15:18:35 +08:00
tesw yew isal
89c740e395
sync translate to zh: update mergetree.md
2022-02-12 05:08:35 +08:00
Ivan Blinkov
f429db1ee9
find . -type f -name '*.md'| xargs -I{} perl -pi -e 's| https://clickhouse.tech | https://clickhouse.com |g' {}
2021-09-19 23:05:54 +03:00
Alexey Milovidov
df3be36758
Remove trailing whitespaces from docs
2021-07-29 18:27:50 +03:00
Alexey Milovidov
d87d833691
Remove trailing whitespaces from docs
2021-07-29 18:20:55 +03:00
Maksim Kita
8bc1c4276a
Merge pull request #26387 from vgocoder/patch-4
...
Update collapsingmergetree.md
2021-07-16 10:51:11 +03:00
vgocoder
67ba94dee1
Update collapsingmergetree.md
2021-07-16 10:20:58 +08:00
vgocoder
d14b2ed483
Update versionedcollapsingmergetree.md
2021-07-16 10:19:34 +08:00
Tiaonmmn
e1b509c8b1
Update mergetree.md
...
Update translation and add new contents.
2021-06-21 20:53:09 +08:00
MikuSugar
4962f83dcd
Update replication.md
...
Repair of typos
2021-03-08 18:23:46 +08:00
FgoDt
cf0a479dbe
Update versionedcollapsingmergetree.md
...
typo '划‘ -> '行’
2021-02-08 20:27:29 +08:00
emhlbmc
09e0fa45d2
Update mergetree.md
2021-01-28 18:13:31 +08:00
Alexey Milovidov
db4db42b65
Fix broken links in docs
2020-10-13 20:23:29 +03:00
Gao Qiang
b8d28c864c
Update aggregatingmergetree.md
2020-09-09 22:45:49 +08:00
Gao Qiang
77b214f7ab
Update custom-partitioning-key.md
2020-09-08 22:59:19 +08:00
Gao Qiang
23fb122818
Update replacingmergetree.md
...
fix the wrong translation of sorting key
fix the wrong format
make some sentences more understandable
I think the title which is a name of table engine is more approriate to keeping in english 。
2020-09-02 23:27:27 +08:00
alexey-milovidov
8a2b06af74
Merge pull request #14185 from dreamerfable/master
...
Update MergeTree.md
2020-09-02 04:59:41 +03:00
Ivan Blinkov
679afe5ff2
Revert "Documentation about ReplacingMergeTree extended with type DateTime64 for column ( #13498 )"
...
This reverts commit 896b561523
.
2020-09-01 10:06:23 +03:00
Gao Qiang
bd9c01e4c0
Update mergetree.md
2020-08-28 22:54:30 +08:00
Gao Qiang
e2574da1f5
Update mergetree.md
...
Update all content in this article,fix wrong formats, fix wrong translation,unified description of main concept, remove deprecated content,add the new features.
2020-08-27 21:21:43 +08:00
Gao Qiang
9a6f8c0d58
Update mergetree.md ( #13969 )
...
* Update mergetree.md
Correct some wrong logic like translate of ‘big row’,Add some missing prpeties in new version。
* Update docs/zh/engines/table-engines/mergetree-family/mergetree.md
* Update mergetree.md
correct a wrong separate of TTL rule
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-27 11:20:42 +03:00
emakarov
896b561523
Documentation about ReplacingMergeTree extended with type DateTime64 for column ( #13498 )
...
Co-authored-by: Evgeni Makarov <evgeni@swatmobile.io>
2020-08-17 10:45:10 +03:00
Yuntao Wu
e62364f95a
fix the title's translattion error ( #11939 )
...
@zhang2014 I use MergeTree replaced Chinese version "合并“, and fix an error.
2020-06-26 18:47:27 +03:00
alexey-milovidov
1947324877
Merge pull request #11658 from Coder-taotao/patch-2
...
repacle means "替换‘’ or “代替” in Chinese #document
2020-06-21 17:57:17 +03:00
alexey-milovidov
b94ab30da8
Update replacingmergetree.md
2020-06-21 17:56:57 +03:00
Yuntao Wu
ab4f9d35fd
replacingmergetree translate into "替换合并树“ better ( #11814 )
2020-06-20 10:31:05 +03:00
Tom Bombadil
a541b51647
Update graphitemergetree.md
...
translate the doc to Chinese version
2020-06-18 22:27:43 +08:00
bluebirddm
42ff73eb00
Update versionedcollapsingmergetree.md ( #11654 )
...
* Update versionedcollapsingmergetree.md
简单翻译
* Update versionedcollapsingmergetree.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-06-15 21:43:06 +03:00
Yuntao Wu
4f8c7bcf78
update some errors ( #11656 )
...
collapse means “折叠” in Chinese
engine means “引擎” in Chinese when we are developing
2020-06-15 21:42:35 +03:00
Yuntao Wu
3f8d72c372
merge translates into "合并" better ( #11659 )
...
* merge translates into "合并" better
* Update index.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-06-15 21:41:31 +03:00
Yuntao Wu
f9431e8886
repacle means "替换‘’ or “代替” in Chinese
2020-06-14 11:17:51 +08:00
Yuntao Wu
a86ac88a49
This word "collapse" in Chinese means "折叠” ( #11353 )
2020-06-02 10:08:23 +03:00
Ivan Blinkov
cd14f9ebcb
SQL reference refactoring ( #10857 )
...
* split up select.md
* array-join.md basic refactoring
* distinct.md basic refactoring
* format.md basic refactoring
* from.md basic refactoring
* group-by.md basic refactoring
* having.md basic refactoring
* additional index.md refactoring
* into-outfile.md basic refactoring
* join.md basic refactoring
* limit.md basic refactoring
* limit-by.md basic refactoring
* order-by.md basic refactoring
* prewhere.md basic refactoring
* adjust operators/index.md links
* adjust sample.md links
* adjust more links
* adjust operatots links
* fix some links
* adjust aggregate function article titles
* basic refactor of remaining select clauses
* absolute paths in make_links.sh
* run make_links.sh
* remove old select.md locations
* translate docs/es
* translate docs/fr
* translate docs/fa
* remove old operators.md location
* change operators.md links
* adjust links in docs/es
* adjust links in docs/es
* minor texts adjustments
* wip
* update machine translations to use new links
* fix changelog
* es build fixes
* get rid of some select.md links
* temporary adjust ru links
* temporary adjust more ru links
* improve curly brace handling
* adjust ru as well
* fa build fix
* ru link fixes
* zh link fixes
* temporary disable part of anchor checks
2020-05-15 07:34:54 +03:00
BayoNet
4ec7821fec
DOCS-624: Fixing links to nowhere 2 ( #10703 )
...
* enbaskakova-DOCSUP-652 (#101 )
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Revert "enbaskakova-DOCSUP-652 (#101 )" (#107 )
This reverts commit 639fee7610
.
* CLICKHOUSEDOCS-624: Fixed en
* CLICKHOUSEDOCS-624: Fixed RU.
* CLICKHOUSEDOCS-624: Fixed ES and FR.
* CLICKHOUSEDOCS-624: Fixed JA and TR
* CLICKHOUSEDOCS-624: Fixed FA.
* CLICKHOUSEDOCS-624: Fixed ZH.
* Update docs/tools/test.py
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/tools/test.py
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: elenaspb2019 <47083263+elenaspb2019@users.noreply.github.com>
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-06 22:28:06 +03:00
BayoNet
dba72d73fe
DOCS-624: Fixing links to nowhere ( #10675 )
...
* enbaskakova-DOCSUP-652 (#101 )
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/sql_reference/aggregate_functions/combinators.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
* "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited"
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Revert "enbaskakova-DOCSUP-652 (#101 )" (#107 )
This reverts commit 639fee7610
.
* CLICKHOUSEDOCS-624: Fixed links. Was 60, became 13.
* CLICKHOUSEDOCS-624: Finished fix links in Enlish version.
* CLICKHOUSEDOCS-624: Fixed RU links
Co-authored-by: elenaspb2019 <47083263+elenaspb2019@users.noreply.github.com>
Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-06 09:13:29 +03:00
Ivan Blinkov
d91c97d15d
[docs] replace underscores with hyphens ( #10606 )
...
* Replace underscores with hyphens
* remove temporary code
* fix style check
* fix collapse
2020-04-30 21:19:18 +03:00