* Docs in English for the ttl_only_drop_parts setting.
* Docs in Russian.
* Update docs/ru/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Remove machine_translated
* Add 'For non-Linux operating systems and for AArch64 CPU' section
* Translate getting-started/install.md to ja
* Fix index.md anchors
* Translate index.md via GitLocalize
* Translate index.md via GitLocalize
* Translate getting-started/playground.md to ja
* Translate getting-started/index.md to ja
* Translate experiment to 試す in ja
* Translate getting-started/tutoial.md to ja
* Translate getting-started/tutoial.md to ja
* Translate getting-started/example-datasets to ja
* Fix original article path
* Fix getting-started/index.md
* Revert ja/index.md
* Fix Input/Output to 入出力
* Fix Original argicle en
* Fix missing links md files.
`getting-started/sql-reference/statements/optimize.md` is not placed in ja directory.
Currentry, it refer to english one.
* Change link to optimize.md copied from en
* Change link to alter.md ja
* 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>
Before this patch there was:
- parallel_distributed_insert_select=1, that executes:
INSERT INTO dist_out SELECT ... FROM underlying_dist_in
After this patch there will be:
- parallel_distributed_insert_select=2, that executes:
INSERT INTO underlying_dist_out SELECT ... FROM underlying_dist_in
And cover the behaviour w/o integration test, by using the following
techincs:
- SYSTEM STOP DISTRIBUTED SENDS
- prefer_localhost_replica=0
Tested and used in production.
Windows\Linux supported.
Supported new advanced memory management dotnet core features like Span<> and Memory<>
Almost all CH types supported
Full support for Compression
Nullable types fully tested and supported
* Updated docs in English and docs in Russian.
* Updated docs in English and docs in Russian.
* Docs in Russian.
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>