Ivan Blinkov
d4dd5ba294
Normalization for en markdown ( #9763 )
2020-03-20 13:10:48 +03:00
BayoNet
a4568b52e0
DOCS-511: Deleted some experimental settings. Removed duplicated description for join_any_take_last_row. ( #9639 )
...
* CLICKHOUSEDOCS-511: Removed obsolete settings.
* CLICKHOUSEDOCS-511: Removed duplication for ## join_use_nulls {#join_use_nulls}.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-03-14 01:12:54 +03:00
Ivan Blinkov
18538f5c65
Domain change in docs
2020-01-30 13:34:55 +03:00
Denis Zhuravlev
141ff30263
Update star_schema.md
...
make sql prettier
2020-01-03 20:58:00 -04:00
Denis Zhuravlev
f63401ae2b
Update star_schema.md
...
added missed semicolons
2020-01-03 20:28:25 -04:00
Denis Zhuravlev
173b7a0525
Update star_schema.md
...
fix star schema ddl for modern CH 19.17 - 19.19 and fix any_join_distinct_right_table_keys issue
2020-01-03 20:22:24 -04:00
BayoNet
2d2bc052e1
DOCAPI-8530: Code blocks markup fix ( #7060 )
...
* Typo fix.
* Links fix.
* Fixed links in docs.
* More fixes.
* docs/en: cleaning some files
* docs/en: cleaning data_types
* docs/en: cleaning database_engines
* docs/en: cleaning development
* docs/en: cleaning getting_started
* docs/en: cleaning interfaces
* docs/en: cleaning operations
* docs/en: cleaning query_lamguage
* docs/en: cleaning en
* docs/ru: cleaning data_types
* docs/ru: cleaning index
* docs/ru: cleaning database_engines
* docs/ru: cleaning development
* docs/ru: cleaning general
* docs/ru: cleaning getting_started
* docs/ru: cleaning interfaces
* docs/ru: cleaning operations
* docs/ru: cleaning query_language
* docs: cleaning interfaces/http
* Update docs/en/data_types/array.md
decorated ```
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/nyc_taxi.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/getting_started/example_datasets/ontime.md
fixed typo
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/interfaces/formats.md
fixed error
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/custom_partitioning_key.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/dicts/external_dicts_dict_sources.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/utils/clickhouse-local.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/json_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/other_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/query_language/functions/date_time_functions.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/table_engines/jdbc.md
Co-Authored-By: BayoNet <da-daos@yandex.ru>
* docs: fixed error
* docs: fixed error
2019-09-23 18:31:46 +03:00
Denis Zhuravlev
10749728b1
SQL Fix for converting to denormalized "flat schema":
...
In current stable ( 19.8.3.8) multi - join does not support [select *]
2019-06-13 15:05:19 -03:00
Alexey Milovidov
50cae9144c
Removed "allow_experimental_low_cardinality_type" setting from tests and docs
2019-02-10 02:42:22 +03:00
Alexey Milovidov
81460315c4
Updated description of "Star schema" benchmark
2019-01-28 02:08:08 +03:00
ogorbacheva
abae86f7a6
Doc fixes: remove double placeholders; add them where missing. ( #3923 )
...
* Doc fix: add spaces where missing
* Doc fixes: rm double spaces
* Doc fixes: edit spaces
* Doc fixes: rm double spaces in /fa
* Revert "Doc fixes: rm double spaces in /fa"
This reverts commit bb879a62ef
.
* Doc fix: resolve all problems with double spaces in /fa
* Doc fix: add spaces for readability
* Doc fix: add spaces
* Fix spaces
2018-12-25 18:25:43 +03:00
Ivan Blinkov
8623cb232c
WIP on docs/website ( #3383 )
...
* CLICKHOUSE-4063: less manual html @ index.md
* CLICKHOUSE-4063: recommend markdown="1" in README.md
* CLICKHOUSE-4003: manually purge custom.css for now
* CLICKHOUSE-4064: expand <details> before any print (including to pdf)
* CLICKHOUSE-3927: rearrange interfaces/formats.md a bit
* CLICKHOUSE-3306: add few http headers
* Remove copy-paste introduced in #3392
* Hopefully better chinese fonts #3392
* get rid of tabs @ custom.css
* Apply comments and patch from #3384
* Add jdbc.md to ToC and some translation, though it still looks badly incomplete
* minor punctuation
* Add some backlinks to official website from mirrors that just blindly take markdown sources
* Do not make fonts extra light
* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's//g' {}
* find . -name '*.md' -type f | xargs -I{} perl -pi -e 's/ sql/g' {}
* Remove outdated stuff from roadmap.md
* Not so light font on front page too
* Refactor Chinese formats.md to match recent changes in other languages
2018-10-16 13:47:17 +03:00
BayoNet
324fd98de6
Update of english documentation ( #2918 )
...
* Updating of english translation.
* Some bugs are fixed.
2018-09-04 14:18:59 +03:00
BayoNet
32b6f0a8af
English translation is updated.
2018-04-23 09:20:21 +03:00
BayoNet
a011a466ab
English translation update.
2018-03-25 05:04:22 +03:00
BayoNet
13d9a4eebe
Sources for english documentation switched to Markdown.
...
Edit page link is fixed too for both language versions of documentation.
2017-12-28 18:13:23 +03:00