alesapin
afe4702c2c
Merge pull request #14139 from bharatnc/ncb/min_index_granularity_bytes
...
add setting min_index_granularity_bytes
2020-08-27 12:08:07 +03:00
alexey-milovidov
0f706c01ca
Merge pull request #13888 from vladimir-golovchenko/add-date-trunc-function
...
Added date_trunc function
2020-08-27 02:12:27 +03:00
bharatnc
22c3d5ec57
add docs
2020-08-26 15:31:48 -07:00
Alexander Kuzmenkov
c4fc434a13
Merge pull request #14060 from azat/parallel_distributed_insert_select-2
...
Extend parallel_distributed_insert_select to run INSERT into local table
2020-08-26 20:37:36 +03:00
alexey-milovidov
d3a9389465
Merge branch 'master' into bharatnc-ncb/timezones-table
2020-08-26 04:26:37 +03:00
alexey-milovidov
31460db37c
Merge pull request #14028 from ClickHouse/hczhcz-patch-0819-2
...
Merging #13877
2020-08-26 04:24:24 +03:00
alexey-milovidov
729f601601
Merge pull request #13849 from olgarev/revolg-DOCSUP-997-lock_acquire_timeout_setting
...
DOCSUP-997: Documented the lock_acquire_timeout setting
2020-08-26 03:03:47 +03:00
vladimir golovchenko
962dd04ec0
Added documentation for date_trunc function.
2020-08-25 16:41:23 -07:00
alexey-milovidov
7c3c18da92
Merge branch 'master' into bharatnc-ncb/timezones-table
2020-08-26 02:14:53 +03:00
Alexey Milovidov
e2721e95d8
Merge branch 'master' into hczhcz-patch-0819-2
2020-08-25 23:50:41 +03:00
alexey-milovidov
5405a258a4
Merge pull request #14038 from drag0nglass/patch-1
...
Update json-import.md
2020-08-25 23:36:06 +03:00
Azat Khuzhin
50a312534c
Extend parallel_distributed_insert_select to run INSERT into local table
...
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
2020-08-25 22:49:13 +03:00
Sergey Mirvoda
d6ae1a80bf
fixed formatting
2020-08-25 23:14:59 +05:00
Sergey Mirvoda
906d94f727
Yet another .net core client library
...
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
2020-08-25 22:15:54 +05:00
Roman Bug
899f93356f
romanzhukov-DOCSUP-2192: Split ALTER to separate files (ru) ( #13905 )
...
* DOCSUP-2192: Split alter section to separete files.
* DOCSUP-2192: Test.
* DOCSUP-2192: Fixed cross links.
* DOCSUP-2192: Fix links.
* DOCSUP-2192: Fix links.
* DOCSUP-2192: Fix links.
* DOCSUP-2192: Added alter delete and alter update topics.
* DOCSUP-2192: Fix one layout mistake and update links.
* DOCSUP-2192: Added delete and update sections. Updated alter index.md
* DOCSUP-2192: Fix links.
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
2020-08-25 18:38:36 +03:00
Eugene Klimov
e519e836bf
sync EN and RU version operations/server-configuration-parameters/settings.md
add text_log
description, translate to RU trace_log.md
( #13923 )
...
* fix docs link checks
recreate as new PR
https://github.com/ClickHouse/ClickHouse/pull/13190#issuecomment-676435412
Signed-off-by: Slach <bloodjazman@gmail.com>
* fix links after docs_check https://clickhouse-test-reports.s3.yandex.net/13923/0ce13be72e83665b7269c291f9efdf30c8533338/docs_check/docs_output.txt
Signed-off-by: Slach <bloodjazman@gmail.com>
* try to remove nowhere links in RU, EN, FA, ZN, FR, JA, TR version after https://clickhouse-test-reports.s3.yandex.net/13923/8a4bdfdc57b6b92cdae0651513d190e3f8ebcb23/docs_check/docs_output.txt
Signed-off-by: Slach <bloodjazman@gmail.com>
* fix link after https://clickhouse-test-reports.s3.yandex.net/13923/bc89725b138a8c8bdfa7f1e63698ec1957031cfe/docs_check/docs_output.txt
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-08-25 10:41:59 +03:00
Y Lu
3560736a22
Update json-import.md
...
The format spec shall be 'JSONEachRow' rather than '20JSONEachRow'
2020-08-25 11:39:38 +08:00
bharatnc
13852301ae
Docs for system.time_zones table
2020-08-24 23:31:21 +03:00
Alexey Milovidov
846cdd70fc
Merge branch 'patch-0819' of https://github.com/hczhcz/ClickHouse into hczhcz-patch-0819-2
2020-08-24 23:01:59 +03:00
Nikita Mikhaylov
e4fc48254a
Merge pull request #13818 from bharatnc/ncb/quantileExactLowHigh
...
add functions for quantileExactLow & quantileExactHigh
2020-08-24 23:51:30 +04:00
olgarev
97094a212a
DOCSUP-928: Doc groupArraySample function, updated and translated into Russian ( #13979 )
...
* 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>
2020-08-24 12:43:13 +03:00
Anton Popov
93d49e5815
Merge pull request #13237 from vdimir/string-locate-startpos-3776
...
Support start_pos argument in `position` function
2020-08-24 12:23:19 +03:00
bharatnc
da7fbfd1c6
doc fix {#quantileexactHigh} -> {#quantileexacthigh}
2020-08-23 10:09:41 -07:00
bharatnc
6782f5de1d
add documentation for quatileExactLow & quantileExactHigh
2020-08-23 10:09:41 -07:00
alexey-milovidov
a2b0dd34f8
Update adopters.md
2020-08-21 14:13:16 +03:00
alexey-milovidov
bc69d75983
Update adopters.md
2020-08-21 13:26:57 +03:00
Alexander Kuzmenkov
2a2775b378
Merge pull request #13615 from myrrc/docs/ci
...
CI checks md file
2020-08-20 23:48:51 +03:00
Alexander Kuzmenkov
74b62b3e3b
review fixes
2020-08-20 22:45:39 +03:00
Alexander Kuzmenkov
cac3fa3e45
review fixes
2020-08-20 22:44:00 +03:00
Alexander Kuzmenkov
58f1b73554
Update build.md
2020-08-20 21:56:22 +03:00
alexey-milovidov
c3699d7026
Merge pull request #13909 from vladimir-golovchenko/fix-dev-instruction
...
Actualized that just one standard library libc++ is being used
2020-08-20 12:31:19 +03:00
alexey-milovidov
1db2675288
Update adopters.md
2020-08-20 12:21:54 +03:00
alexey-milovidov
7445ab94bf
Update adopters.md
2020-08-20 12:18:14 +03:00
vladimir golovchenko
fa4cb79a5a
Actualized the using just one standard library libc++ (before supported both libstdc++ and libc++).
2020-08-20 01:41:04 -07:00
Ivan Blinkov
c0f8fb10bc
Update docs/en/operations/settings/settings.md
...
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-08-19 17:20:59 +03:00
hcz
be2ffe07ee
Add docs and tests
2020-08-19 16:07:51 +08:00
Mike
3b914ce76e
Update docs/en/development/CI.md
...
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-18 18:08:33 +03:00
Mike
2d1013b849
Update docs/en/development/CI.md
...
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-18 18:08:18 +03:00
Olga Revyakina
ca95341823
English docs for the lock_acquire_timeout setting.
2020-08-18 09:32:40 +03:00
alexey-milovidov
8e5fb10dac
Update adopters.md
2020-08-17 23:07:58 +03:00
alexey-milovidov
d8ddb011b4
Merge pull request #13825 from ClickHouse/blinkov-patch-22
...
fix #13819
2020-08-17 15:37:40 +03:00
alexey-milovidov
c3e82c67ff
Update adopters.md
2020-08-17 14:06:52 +03:00
alexey-milovidov
d8dcd6d2e9
Update adopters.md
2020-08-17 14:01:36 +03:00
alexey-milovidov
5815b5c855
Update adopters.md
2020-08-17 13:58:27 +03:00
alexey-milovidov
5c936e3ba2
Update adopters.md
2020-08-17 13:57:35 +03:00
Ivan Blinkov
ef6a7b2578
fix #13819
2020-08-17 12:05:34 +03:00
Evgenia Sudarikova
225c84a0b3
DOCSUP-1888: Documented the input_format_avro_allow_missing_fields setting ( #13671 )
...
* add EN description
* changes after review
* add RU version
* Update docs/en/operations/settings/settings.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-17 11:20:37 +03:00
olgarev
7a8b1f064b
DOCSUP-928: Documented the groupArraySample function ( #13791 )
...
* En docs for groupArraySample function.
* Bug fixed.
* Update docs/en/sql-reference/aggregate-functions/reference/grouparraysample.md
Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-17 11:00:24 +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
Fullstop000
ade6e38069
doc: update quotas.md ( #13400 )
...
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
2020-08-17 10:42:46 +03:00