Kseniia Sumarokova
00d0665bf2
Merge pull request #30477 from kssenii/postgres-fix-query
...
More reliable fetch query in postgres database
2021-10-23 19:07:34 +03:00
Vladimir Goncharov
1b2186b8ad
Update json-functions.md
2021-10-23 19:04:29 +03:00
kssenii
e04e37916e
Review fixes
2021-10-23 18:20:31 +03:00
Anton Popov
cdfa36a181
Merge pull request #30266 from CurtizJ/aggregation-in-order-4
...
Improve performance of aggregation in order of primary key
2021-10-23 18:09:17 +03:00
Anton Popov
0c80ebe787
Update read_in_order_many_parts.xml
2021-10-23 18:08:08 +03:00
kssenii
36d0f67b38
Merge branch 'master' of github.com:ClickHouse/ClickHouse into remote-connection
2021-10-23 17:12:46 +03:00
kssenii
d1e7a0122e
Fix test
2021-10-23 13:32:07 +00:00
Maksim Kita
4ccc619bd5
Added performance tests
2021-10-23 15:01:30 +03:00
Azat Khuzhin
b73092c169
Fix tests that relies on checking stack size under TSan
...
Under TSan using too much stack requires too much RSS for shadow memory,
and neither of this TSAN_OPTIONS helps:
- history_size=2
- flush_memory_ms=2000
- memory_limit_mb=50000
So instead, decrease allowed limit of the stack size in checkStackSize()
under TSan, to address exessive memory usage for the server compiled
with TSan.
Note, that before this patch 01763_max_distributed_depth test can
increase RSS of the server to 70GiB.
2021-10-23 14:09:19 +03:00
feng lv
235339d530
fix
2021-10-23 09:35:33 +00:00
Kseniia Sumarokova
05150f151c
Update ExpressionAnalyzer.cpp
2021-10-23 12:19:40 +03:00
kssenii
0e3dbabd5a
Update test
2021-10-23 09:15:52 +00:00
Vladimir C
410624749e
Merge pull request #30492 from vdimir/fix-alter-scalar-deadlock
2021-10-23 12:01:00 +03:00
Maksim Kita
84a29cfe9d
Merge pull request #30568 from kitaisreal/test-clickhouse-local-columns-description-fix-number
...
Test clickhouse local columns description fix number
2021-10-23 11:48:23 +03:00
Kseniia Sumarokova
f362d420b8
Update fetchPostgreSQLTableStructure.cpp
2021-10-23 11:38:18 +03:00
木木夕120
3e6870c540
chinese translation
...
Adjust 事件时间 for DateTime64 to 事件时间(微秒)
2021-10-23 16:24:43 +08:00
木木夕120
0db3782fdf
Merge pull request #3 from zpi1223/zpi1223-doc-translate-kerberos
...
Translation for Kerberos
2021-10-23 15:58:30 +08:00
木木夕120
12b378f27f
Translation for Kerberos
...
Document: Chinese translation for Operations - External User Authenticators and Directories - Kerberos
2021-10-23 15:56:25 +08:00
Azat Khuzhin
99ffa3b578
Update documentation for distributed_push_down_limit
...
After #26466 you cannot get inaccurate results anymore, since
distributed_push_down_limit changes query execution only if:
- `distributed_group_by_no_merge` > 0
- query **does not have `GROUP BY`/`DISTINCT`/`LIMIT BY`**, but it has `ORDER BY`/`LIMIT`.
- query **has `GROUP BY`/`DISTINCT`/`LIMIT BY`** with `ORDER BY`/`LIMIT` and:
- `optimize_skip_unused_shards_limit` is enabled
- `optimize_distributed_group_by_sharding_key` is enabled
2021-10-23 10:02:21 +03:00
alexey-milovidov
cee4744ba1
Merge pull request #30572 from thomoco/master
...
Add hardware benchmark on MacBook Pro M1 2020 + update Adopters list
2021-10-23 09:04:55 +03:00
木木夕120
3dd9717087
Merge pull request #2 from zpi1223/patch-doc-translate
...
To translate documents
2021-10-23 13:31:21 +08:00
木木夕120
7ec3ba3593
Merge branch 'master' into patch-doc-translate
2021-10-23 13:31:12 +08:00
alexey-milovidov
44ac1b76d1
Update build-osx.md
2021-10-23 07:05:24 +03:00
木木夕120
11fee84ffa
Merge pull request #1 from zpi1223/zpi1223-patch-continuous-integration-checks
...
Translation for Continuous Integration Checks
2021-10-23 11:29:53 +08:00
木木夕120
99800cc8d4
Translation for Continuous Integration Checks
2021-10-23 11:28:22 +08:00
alexey-milovidov
cddd1b31af
Update adopters.md
2021-10-23 05:23:22 +03:00
kssenii
1fa123ee5c
Properly done
2021-10-23 01:33:17 +03:00
Thom O'Connor
2efd25cfe6
Updated adopters: added 3 new adopters, plus sorted some entries for alphabetical order
2021-10-22 15:24:22 -06:00
Maksim Kita
613a2fc46c
Merge pull request #30409 from sevirov/sevirov-DOCSUP-16821-edit_and_translate_to_russian_hashedarray_dictionary
...
DOCSUP-16821: Edit and translate to Russian (HashedArray dictionary)
2021-10-23 00:15:35 +03:00
Maksim Kita
b9171157d3
Merge pull request #30567 from kitaisreal/ngrams-fix-tests
...
Function ngrams fixed tests
2021-10-23 00:05:52 +03:00
Roman Bug
258f8cb2f7
Add normalizeUTF8 functions.
2021-10-22 23:10:02 +03:00
Tatiana Kirillova
82fc693d55
russian fixes
2021-10-22 22:38:34 +03:00
Tatiana Kirillova
ae692b96c6
russian
2021-10-22 21:57:38 +03:00
Anton Popov
74cf57b4b0
fix for empty chunks
2021-10-22 21:48:03 +03:00
gyuton
a2fb22a92e
Little fix
2021-10-22 21:31:10 +03:00
Thom O'Connor
dc4b838b72
Add hardware benchmark on Macbook Pro M1 2020
2021-10-22 12:28:51 -06:00
gyuton
c46ff762c9
Translated functions
2021-10-22 21:14:01 +03:00
gyuton
c694ea97d5
Deleted extra line
2021-10-22 21:05:56 +03:00
gyuton
a6094e0aca
translated operators
2021-10-22 21:05:31 +03:00
Maksim Kita
8c620ff13e
Fix test number
2021-10-22 20:09:21 +03:00
Maksim Kita
9ef6bca27d
Function ngrams fixed tests
2021-10-22 19:50:43 +03:00
Nickita Taranov
f436db8ad4
update docs
2021-10-22 19:45:39 +03:00
Dmitriy
e3927fa9c8
Fix links
...
Поправил ссылки.
2021-10-22 19:36:29 +03:00
Nikolai Kochetov
ee6bc3883f
Try to fix 30397
2021-10-22 19:25:48 +03:00
sevirov
cbc13f7494
Update docs/ru/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 19:07:01 +03:00
sevirov
17ad7c2cf7
Update docs/ru/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-10-22 19:06:53 +03:00
Nickita Taranov
2d23e3b17d
support for ColumnString
2021-10-22 18:53:02 +03:00
Nickita Taranov
a211c9ecbc
support nullable for ColumnConst
2021-10-22 18:52:59 +03:00
Anton Popov
7c458fbc4c
fix style check
2021-10-22 18:04:11 +03:00
gyuton
e3720547f0
translated min2, max2
2021-10-22 17:57:55 +03:00