Alexander Kuzmenkov
a697560738
Merge pull request #11224 from ClickHouse/aku/merge-arrow-stream
...
Merge ArrowStream format #11088
2020-05-28 09:37:40 +03:00
Alexander Kuzmenkov
0456302355
Update formats.md
2020-05-27 20:58:05 +03:00
Michael Smitasin
788e32822a
Added LBNL ( #11229 )
2020-05-27 19:29:34 +03:00
BayoNet
c34f1ed6fd
DOCS-631: Settings partial_merge_join_optimizations, partial_merge_join_rows_in_right_blocks ( #11130 )
...
* CLICKHOUSEDOCS-631: Settings partial_merge_join_optimizations, partial_merge_join_rows_in_right_blocks
* CLICKHOUSEDOCS-631: Updated by comments.
* CLICKHOUSEDOCS-631: Fixed some grammar.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-27 17:13:37 +03:00
Alexander Kuzmenkov
ac263f921e
Merge remote-tracking branch 'origin/master' into HEAD
2020-05-27 15:51:03 +03:00
Alexander Kuzmenkov
0fc1268432
Merge pull request #11120 from azat/function-port
...
Add port() function
2020-05-27 15:27:06 +03:00
Saulius Valatka
a5bde57acf
add reference to stream-loader ( #11206 )
2020-05-26 23:43:20 +03:00
BayoNet
3ff28d0a7a
DOCS-112: any_join_distinct_right_table_keys ( #11065 )
...
* CLICKHOUSEDOCS-112: any_join_distinct_right_table_keys
* CLICKHOUSEDOCS-112: Updated link.
* CLICKHOUSEDOCS-112: Updated by comments.
* CLICKHOUSEDOCS-112: Updated by comments.
* CLICKHOUSEDOCS-112: Fixed grammar.
* CLICKHOUSEDOCS-112: Updated by comments.
* CLICKHOUSEDOCS-112: Fixed typo.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-26 18:10:56 +03:00
Vasily Nemkov
28a2cc0a82
Functions {to,from}UnixTimestamp64{Milli,Micro,Nano}
...
* Family of functions to convert DateTime64 to Int64 and back, usefull for
imporintg/exporting raw timestamp values of certain precision.
* Docs
* Tests
* Fixed ya.make
2020-05-26 16:42:22 +03:00
zzsmdfj
7fac670657
update zh-docs-operations ( #11192 )
2020-05-26 08:43:19 +03:00
alexey-milovidov
30d0e7759f
Merge pull request #11175 from ClickHouse/developer-instruction-headers
...
[docs] fix title and headers @ developer-instruction.md
2020-05-26 00:06:49 +03:00
BayoNet
42f72d526f
DOCS-323: LowCardinality ( #11060 )
...
* CLICKHOUSEDOCS-323: The first version of the description.
* CLICKHOUSEDOCS-323: Update.
* CLICKHOUSEDOCS-323: toLowCardinality, low_cardinality_max_dictionary_size
* CLICKHOUSEDOCS-323: Added descriptions of low_cardinality_use_single_dictionary_for_part, low_cardinality_allow_in_native_format, allow_suspicious_low_cardinality_types.
* Update docs/en/sql-reference/data-types/lowcardinality.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/data-types/lowcardinality.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/sql-reference/functions/type-conversion-functions.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-323: Updated by comments.
* CLICKHOUSEDOCS-323: Updated by comments.
* CLICKHOUSEDOCS-323: Fixed some grammar.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-25 14:01:28 +03:00
Ivan Blinkov
7094378d4a
[docs] move browse-code.md lower in toc
2020-05-25 10:05:24 +03:00
Ivan Blinkov
6483efd0a3
[docs] shorter toc title
2020-05-25 10:04:10 +03:00
Ivan Blinkov
09a0c0d38b
[docs] fix title and headers @ developer-instruction.md
2020-05-25 10:03:12 +03:00
BayoNet
fd48e2ce9d
DOCS-643: Sources of system metrics. ( #11032 )
...
* CLICKHOUSEDOCS-643: Source of system metrics
* Update docs/en/operations/system-tables.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/operations/system-tables.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
* CLICKHOUSEDOCS-643: Updated by comments.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-05-25 08:04:47 +03:00
Alexander Kuzmenkov
3b888e4e33
Add rand32 alias
2020-05-25 04:03:46 +03:00
Azat Khuzhin
9de1a231c9
Add optional default_port argument for the port() function
2020-05-23 23:36:01 +03:00
Azat Khuzhin
409cff11df
Add port() function
...
It uses domain() (getURLHost()) internally so it has the same
limitations:
- no ipv6 support
- no host-without-dots support (i.e. "foobar")
2020-05-23 20:45:56 +03:00
BayoNet
0700ce5e98
CLICKHOUSEDOCS-649: Repaired table ( #11156 )
...
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-23 13:22:37 +03:00
Ivan Blinkov
2547874b3b
Update index.md
2020-05-22 14:00:41 +03:00
dependabot-preview[bot]
caa788b4f8
Bump six from 1.14.0 to 1.15.0 in /docs/tools
...
Bumps [six](https://github.com/benjaminp/six ) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/benjaminp/six/releases )
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES )
- [Commits](https://github.com/benjaminp/six/compare/1.14.0...1.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-22 07:28:01 +00:00
Ivan Blinkov
6a670ba7ec
Update index.md
2020-05-22 08:51:46 +03:00
Ivan Blinkov
e0668f48e1
[docs] fix sitemap ( #11113 )
2020-05-21 22:34:50 +03:00
极客青年
4e72ede169
Update install.md
...
https://repo.yandex.ru/clickhouse/rpm/stable/x86_64/
change url | 修正地址
2020-05-21 20:40:44 +08:00
黄璞
5e388d5519
table name typo fix ( #11100 )
...
According to the context, the table name of queue2 should be queue3.
2020-05-21 15:14:39 +03:00
alexey-milovidov
d7b1615ac4
Update extended-roadmap.md
2020-05-21 14:52:28 +03:00
hcz
95e2f0fa07
Add brief docs about apache arrow
2020-05-21 18:20:41 +08:00
dependabot-preview[bot]
72ca56c43b
Bump protobuf from 3.12.0 to 3.12.1 in /docs/tools
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.12.0...v3.12.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-21 07:28:30 +00:00
Ivan Blinkov
7d0ac4e20f
trigger ci
2020-05-21 00:08:04 +03:00
alexey-milovidov
a62e1834d2
Fix data rot @blinkov
2020-05-20 19:30:27 +03:00
dependabot-preview[bot]
2b8ccac084
Bump mkdocs-macros-plugin from 0.4.7 to 0.4.9 in /docs/tools
...
Bumps [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin ) from 0.4.7 to 0.4.9.
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases )
- [Commits](https://github.com/fralau/mkdocs_macros_plugin/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-20 07:33:10 +00:00
BayoNet
5e84769c74
DOCS-628: Stable versions of statistical functions v2 ( #11047 )
...
* CLICKHOUSEDOCS-628: Restore deleted changes.
* CLICKHOUSEDOCS-628: pillar
* CLICKHOUSEDOCS-628: Fixed grammar.
* CLICKHOUSEDOCS-628: Translated #8933
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-20 08:35:51 +03:00
Ivan Blinkov
994884399c
trigger ci
2020-05-20 00:47:48 +03:00
Ivan Blinkov
274a48c353
[website] parallel minify ( #11043 )
2020-05-19 18:11:23 +03:00
Ivan Blinkov
87e8288e96
trigger ci
2020-05-19 18:10:49 +03:00
Ivan Blinkov
b78a93aa2e
Tune cache purge
2020-05-19 17:32:24 +03:00
Ivan Blinkov
e2a49e8a80
Update roadmap.md
2020-05-19 16:22:29 +03:00
Ivan Blinkov
1f66970040
trigger ci
2020-05-19 15:44:59 +03:00
Ivan Blinkov
2f28dbe7d6
[website] report client-side errors to sentry.io ( #11039 )
2020-05-19 15:31:08 +03:00
Saulius Valatka
8d26cdd388
add reference to stream-loader in Third Party Integration docs ( #11040 )
2020-05-19 14:51:58 +03:00
Ivan Blinkov
62b302e698
Better link @ adopters.md
2020-05-19 11:48:24 +03:00
BayoNet
266fa9d99c
DOCS-627: Fixed language and markup in EN version and translated to RU. ( #11001 )
...
* DOCSUP-1063 (#114 )
* added first draft
* added translation for force_optimize_skip_unused_shards and fixed anchors
* fixes
* fixes
* fixed alter.md
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
* CLICKHOUSEDOCS-627: Updated templated.
* Fixed markup.
* CLICKHOUSEDOCS-627: Fixed links.
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: Elizaveta Mironyuk <emironyuk@yandex-team.ru>
2020-05-19 09:02:30 +03:00
Ivan Blinkov
4c159500c4
Update index.md
2020-05-19 09:02:07 +03:00
Frank Zhao
fcf5f4e10c
[Doc] fix Chinese directory name ( #10960 )
...
* Update index.md
Although "engine" translate to "发动机" directly, but "发动起" is more like a car engine, and "表引擎" means "table engine" in English and will fit in this context
* Update index.md
Use "engine" rather than "table engine"
2020-05-19 09:01:21 +03:00
alexey-milovidov
5b820091a7
Merge pull request #11020 from excitoon/patch-9
...
Fixed link to external dictionaries
2020-05-19 03:58:41 +03:00
alexey-milovidov
b6b7e30e41
Merge pull request #11017 from ClickHouse/playground-minor
...
[docs] minor playground.md improvements
2020-05-19 01:27:04 +03:00
Vladimir Chebotarev
8552d5e9b7
Fixed link to external dictionaries
2020-05-18 19:49:06 +03:00
alesapin
5a456032b8
Merge pull request #11012 from ClickHouse/docs_better_background_pool_size_description
...
Better background_pool_size description in docs
2020-05-18 18:55:02 +03:00
Ivan Blinkov
2d71089ad0
[docs] improve headerlink handling (¶) ( #11016 )
2020-05-18 18:28:33 +03:00