alexey-milovidov
febca43a89
Merge pull request #5563 from BayoNet/DOCAPI-6213-send_progress_in_http_headers
...
DOCAPI-6213: Docs for send_progress_in_http_headers setting.
2019-06-16 03:05:30 +03:00
alexey-milovidov
cde820800b
Merge pull request #5461 from BayoNet/DOCAPI-3825-system-tables
...
DOCAPI-3825: system.metrics, system.events, system.asyncronouse_metrics docs
2019-06-16 03:05:12 +03:00
alexey-milovidov
bb6dc6f92f
Merge pull request #5566 from BayoNet/DOCAPI-6180-translation-sync
...
DOCAPI-6180: Syncronization between EN and RU versions of document.
2019-06-16 03:04:51 +03:00
alexey-milovidov
05ba7bef6a
Merge pull request #5487 from BayoNet/DOCAPI-4293
...
DOCAPI-4293: MySQL table engine and function. RU translation and EN review
2019-06-16 03:04:26 +03:00
alexey-milovidov
60da6ec96a
Merge pull request #5459 from BayoNet/DOCAPI-3697-GraphiteMergeTree-improvement
...
DOCAPI-3697: Update of GraphiteMergeTree description.
2019-06-16 03:04:03 +03:00
alexey-milovidov
9b9122f868
Merge pull request #5272 from BayoNet/DOCAPI-4197-limitations-settings
...
DOCAPI-4197: Limitation settings
2019-06-16 03:03:29 +03:00
Alexey Milovidov
ba18308080
Merge branch 'master' into levysh-testkeeper
2019-06-16 02:45:34 +03:00
Alexey Milovidov
a576755bec
Fixed build
2019-06-16 02:45:17 +03:00
Alexey Milovidov
6418018385
Added comment
2019-06-16 02:35:12 +03:00
Alexey Milovidov
cd43543d50
Using testkeeper in tests
2019-06-16 02:35:12 +03:00
Alexey Milovidov
777af5544b
Removed tons of trash
...
Removed tons of trash
Removed tons of trash
Removed tons of trash
Removed tons of trash
Removed tons of trash
Removed tons of trash
Removed tons of trash
Removed tons of trash
Removed tons of trash
Removed tons of trash
2019-06-16 02:35:27 +03:00
levushkin aleksej
bc2789f9ad
TestKeeper(mock ZooKeeper)
...
fix style
fix bug
one more fix style
2019-06-16 02:35:12 +03:00
alexey-milovidov
20c75dced4
Merge pull request #5554 from abyss7/pytest
...
Run query-tests using pytest framework
2019-06-15 22:22:51 +03:00
alexey-milovidov
f90d667782
Update clickhouse-test
2019-06-15 22:20:56 +03:00
alexey-milovidov
39c6fbc324
Merge pull request #5567 from vitlibar/really-lazy-dictionary-load
...
Non-blocking loading of external dictionaries
2019-06-15 22:15:53 +03:00
proller
2a6c7cda0b
CLICKHOUSE-4179 Fix function arrayEnumerateUniqRanked ( #5622 )
...
* wip
* fix
* clean
2019-06-15 22:14:17 +03:00
Alexey Milovidov
e53a5a0c7d
Improved performance tests for formats once again
2019-06-15 22:06:02 +03:00
BayoNet
9230721cdb
Merge branch 'master' of github.com:yandex/ClickHouse into DOCAPI-4197-limitations-settings
2019-06-15 22:04:59 +03:00
alexey-milovidov
379c8ee426
Merge pull request #5642 from yandex/fix-format-perf-test
...
Fixed "select_format" performance test for Pretty formats
2019-06-15 22:03:15 +03:00
alexey-milovidov
a52e13b891
Merge pull request #5640 from yandex/use-ipv6-in-system-tables
...
Adopted IPv6 data type in system tables; unified client info columns in system.processes and system.query_log
2019-06-15 21:21:24 +03:00
Alexey Milovidov
386ec7f321
Added more isolated test for formats: just number formatting.
2019-06-15 18:02:46 +03:00
Alexey Milovidov
d82364bdcb
Fixed "select_format" performance test for Pretty formats
2019-06-15 18:00:25 +03:00
BayoNet
694bf9592b
DOCAPI-4148: Use of Index for Partially-Monotonic Primary Keys ( #5501 )
...
* DOCAPI-4148: Use of Index for Partially-Monotonic Primary Keys
* DOCAPI-4148: Added a link.
2019-06-15 17:31:23 +03:00
never lee
de681a3bef
Translate docs/zh/operations/table_engines/{file.md,url.md} ( #5509 )
...
* translate docs/zh/operations/table_engines/file.md
* optimize docs/zh/operations/table_engines/replication.md
* translate docs/zh/operations/table_engines/url.md
2019-06-15 17:30:23 +03:00
alexey-milovidov
56a8f241d9
Merge pull request #5639 from yandex/fix-quotes-in-messages
...
Fixed quotes in exceptions and log messages.
2019-06-15 17:21:31 +03:00
Alexey Milovidov
d8f76152d5
Adopted IPv6 data type in system tables; unified client info columns in system.processes and system.query_log
2019-06-15 17:20:32 +03:00
Alexey Milovidov
b2100c7bcf
Removed strange quoting style like `this'. See https://english.stackexchange.com/questions/17695/any-reference-on-the-usage-of-a-backtick-and-single-quotation-mark-like-this
...
Added backQuote and backQuoteIfNeed when required to correctly quote identifiers with proper escaping.
2019-06-15 15:06:22 +03:00
alexey-milovidov
807bfa913e
Merge pull request #5599 from zhang2014/fix_createtable_bug
...
Add database engine of MySQL type
2019-06-15 14:52:57 +03:00
zhang2014
ec8d73550b
some review fixes
2019-06-15 11:39:04 +08:00
Vitaliy Zakaznikov
282ff6bfda
* Fixing a bug in writeIntoLiveView method where blocks->front()
...
is called before checking if blocks vector is empty.
2019-06-14 21:08:46 -04:00
Vitaliy Zakaznikov
d6d0404c48
* Fixing bug in StorageLiveView.cpp getHeader() method
...
that sometimes addressed invalid pointer when getHeader()
method was called without holding the mutex
2019-06-14 16:27:43 -04:00
alexey-milovidov
cee5a4a8be
Merge pull request #5633 from yandex/fix-performance-degradation-index-granularity
...
Fixed performance degradation in SELECT from MergeTree tables #5631
2019-06-14 22:38:53 +03:00
Alexey Milovidov
c6b875a45c
Merge branch 'fix-performance-degradation-index-granularity' of github.com:yandex/ClickHouse into fix-performance-degradation-index-granularity
2019-06-14 22:36:21 +03:00
Alexey Milovidov
0f18a5739e
Modified test.
2019-06-14 22:36:10 +03:00
Vitaly Baranov
ddecf09a99
Add more integration tests for external dictionaries
2019-06-14 22:21:37 +03:00
Alexey Milovidov
14bef071a6
Fixed performance degradation in SELECT from MergeTree tables #5631
2019-06-14 22:20:41 +03:00
Vitaly Baranov
b4384ce2a9
Dictionaries can be loaded in parallel.
...
A bad dictionary cannot block all the loading anymore.
Implemented really lazy loading of external dictionaries.
Provided more detailed information about the loading of each dictionary
to make diagnostics easier.
2019-06-14 22:18:47 +03:00
Alexey Milovidov
10722f53c7
Fixed performance degradation in SELECT from MergeTree tables #5631
2019-06-14 22:11:41 +03:00
Ivan Lezhankin
a09f715265
Fix last broken test
2019-06-14 19:53:16 +03:00
BayoNet
fdf0edc495
DOCAPI-4160: The 'uniq*' and 'count' functions desctiption update. ( #5594 )
2019-06-14 19:52:57 +03:00
alexey-milovidov
b0188e6e86
Merge pull request #5627 from proller/fix25
...
Allow run query with remote() in clickhouse-local; Allow redefine config from command line for clickhouse-local
2019-06-14 19:00:06 +03:00
alexey-milovidov
7036a8174b
Update 00557_remote_port.sh
2019-06-14 18:59:56 +03:00
proller
fe60f96612
Fix comments from #5540
2019-06-14 18:49:38 +03:00
proller
7e7b5b3810
Allow run query with remote() in clickhouse-local; Aloow redefine config from command line for clickhouse-local
2019-06-14 18:35:45 +03:00
alexey-milovidov
f9cab91447
Merge pull request #5617 from proller/fix15
...
19.8 build fixes
2019-06-14 17:29:51 +03:00
BayoNet
6a53422ff0
DOCAPI-6889: External dictionaries functions docs update. ( #5556 )
2019-06-14 17:27:25 +03:00
alexey-milovidov
00809c78e2
Merge pull request #5623 from yandex/Quid37-lin_ref_perf
...
Merging PR #5505
2019-06-14 17:26:46 +03:00
Vitaliy Zakaznikov
13978c03f3
* Fixing a bug in StorageLiveView.cpp in the getHeader() method
...
when header block would not match blocks in the stream
when Const column is present.
* Updating 00963_temporary_live_view_watch_live_timeout.py
and removed timeout=5 after WATCH query is aborted with Ctrl-C
so that the default timeout of 20sec is used
* Small style fixes in tests
2019-06-14 10:06:15 -04:00
Alexey Milovidov
152294a1ab
Merge branch 'master' of github.com:yandex/ClickHouse
2019-06-14 17:06:12 +03:00
Alexey Milovidov
6971eef584
Cleanups for #5540
2019-06-14 17:05:59 +03:00