alexey-milovidov
|
129e88ee26
|
Merge pull request #6189 from CurtizJ/order-by-efficient
Fix reading in order of sorting key and refactoring.
|
2019-07-28 19:43:49 +03:00 |
|
Alexey Milovidov
|
c0e0166991
|
Updated contributors
|
2019-07-28 18:11:47 +03:00 |
|
CurtizJ
|
b4991b38bf
|
Merge remote-tracking branch 'upstream/master' into order-by-efficient
|
2019-07-28 04:26:43 +03:00 |
|
CurtizJ
|
d69d68f065
|
rename setting 'optimize_pk_order' and some functions
|
2019-07-28 04:16:56 +03:00 |
|
CurtizJ
|
95a6b85267
|
fix reading in order of sorting_key
|
2019-07-28 03:41:26 +03:00 |
|
alexey-milovidov
|
12a15316fd
|
Merge pull request #6181 from 4ertus2/joins
Fix crop column names in GLOBAL JOIN ON
|
2019-07-28 00:31:29 +03:00 |
|
CurtizJ
|
08d5ebb54d
|
Merge remote-tracking branch 'upstream/master' into order-by-efficient
|
2019-07-27 10:38:10 +03:00 |
|
CurtizJ
|
12dcfe1f25
|
reduce number of read rows while reading in reverse order
|
2019-07-27 03:33:47 +03:00 |
|
CurtizJ
|
b1d981ec3a
|
better pipeline while reading in pk_order
|
2019-07-27 01:18:27 +03:00 |
|
chertus
|
9f9ba3a06f
|
restore cropped names in JOIN ON section for distributed queries
|
2019-07-26 20:43:42 +03:00 |
|
alexey-milovidov
|
71cef7beac
|
Merge pull request #6156 from dimarub2000/master
ISSUE-6136: Fix DB::Exception throwed by bitmapContains
|
2019-07-25 23:00:42 +03:00 |
|
dimarub2000
|
f53f22fd17
|
ISSUE-6136: Fix DB::Exception throwed by bitmapContains
|
2019-07-25 18:56:20 +03:00 |
|
CurtizJ
|
f5b93eb991
|
fix order by optimization
|
2019-07-25 13:45:01 +03:00 |
|
alexey-milovidov
|
7219e167d2
|
Merge pull request #6026 from bopohaa/fix-kafka-unclean-stream
Clear Kafka's buffer if an invalid message is found.
|
2019-07-25 04:30:37 +03:00 |
|
alexey-milovidov
|
56131a7fe7
|
Merge pull request #6080 from abyss7/issue-6071
Check background_task_handle before use
|
2019-07-25 04:16:47 +03:00 |
|
Alexey Milovidov
|
e52653aa06
|
Miscellaneous
|
2019-07-25 04:08:33 +03:00 |
|
CurtizJ
|
3d706ec20e
|
support 'order by' optimiation with simple monotonic functions
|
2019-07-24 17:23:57 +03:00 |
|
Ivan Lezhankin
|
e8ef13edfa
|
Check background_task_handle
|
2019-07-23 20:34:57 +03:00 |
|
alesapin
|
6e458a6a68
|
Fix secondary indices write with adaptive granularity
|
2019-07-23 18:27:36 +03:00 |
|
alexey-milovidov
|
cd6c15b79f
|
Merge pull request #6057 from dimarub2000/master
CREATE TABLE AS table_function()
|
2019-07-23 02:50:08 +03:00 |
|
Ivan Lezhankin
|
762f1d3a85
|
Merge remote-tracking branch 'upstream/master' into issue-5846
|
2019-07-22 13:19:37 +03:00 |
|
alexey-milovidov
|
3da461fea5
|
Merge pull request #6038 from yandex/Immowelt-ThreeDots
Merging COLUMNS matcher
|
2019-07-22 01:27:38 +03:00 |
|
CurtizJ
|
e559c8f949
|
fix build
|
2019-07-21 21:17:28 +03:00 |
|
alexey-milovidov
|
9f9dd040dd
|
Update StorageMergeTree.cpp
|
2019-07-21 17:14:55 +03:00 |
|
Alexey Milovidov
|
47058e8e11
|
Fixed error
|
2019-07-21 05:13:42 +03:00 |
|
Mikhail f. Shiryaev
|
15fd980d0b
|
Add description "unable to select parts" and logging
|
2019-07-21 00:39:40 +02:00 |
|
alexey-milovidov
|
8008ce6e9e
|
Update StorageReplicatedMergeTree.cpp
|
2019-07-20 10:44:05 +02:00 |
|
Mikhail f. Shiryaev
|
da50663e2c
|
Pass a proper message to exception
|
2019-07-20 10:44:05 +02:00 |
|
Ivan Lezhankin
|
f9945494d9
|
Always resume consumer before subscription.
Also add more logs to see the difference between rd_kafka_assignment() vs rd_kafka_subscription()
|
2019-07-19 18:01:34 +03:00 |
|
CurtizJ
|
1bec5a8241
|
refactor MergeTree select streams
|
2019-07-19 17:56:00 +03:00 |
|
CurtizJ
|
2797c16930
|
fix prewhere at fetching columns
|
2019-07-19 13:14:27 +03:00 |
|
CurtizJ
|
b9dc472071
|
Merge remote-tracking branch 'upstream/master' into order-by-efficient
|
2019-07-19 01:09:59 +03:00 |
|
dimarub2000
|
20a846d753
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2019-07-18 21:52:18 +03:00 |
|
CurtizJ
|
12b3560def
|
build fixes
|
2019-07-18 21:34:15 +03:00 |
|
Dmitry Rubashkin
|
7382cb41fa
|
CREATE TABLE AS table_function()
|
2019-07-18 21:29:49 +03:00 |
|
CurtizJ
|
a3d25790bd
|
basic implementation of reading in pk order and 'order by' optimization
|
2019-07-18 17:41:11 +03:00 |
|
Amos Bird
|
71233e11a9
|
minor updates.
|
2019-07-17 14:17:34 +08:00 |
|
Nik
|
4a30eba32f
|
Fix style check
|
2019-07-16 22:34:47 +04:00 |
|
Amos Bird
|
9fa955403b
|
Optimize count()
Choose the smallest column to count if possible.
|
2019-07-17 02:29:17 +08:00 |
|
alexey-milovidov
|
45b7588ab1
|
Merge pull request #6025 from dimarub2000/master
Minor fixes for FullTextIndex string functions
|
2019-07-16 19:30:32 +03:00 |
|
Nik
|
922c3eb22e
|
Clear Kafka's buffer if an invalid message is found.
|
2019-07-16 19:27:42 +04:00 |
|
Dmitry Rubashkin
|
dcd8696466
|
Minor fixes
|
2019-07-16 14:40:11 +03:00 |
|
alexey-milovidov
|
ceffbf39d6
|
Merge pull request #5965 from dimarub2000/master
Primary key, MergeTreeIndexFullText and MergeTreeIndexSet support for string functions
|
2019-07-16 03:36:42 +03:00 |
|
Alexey Milovidov
|
27b9f79cba
|
Fixed error after refactoring
|
2019-07-15 23:26:55 +03:00 |
|
alexey-milovidov
|
a93c76837e
|
Merge pull request #5953 from abyss7/fix-filter-table
Implement getDatabaseName() and rename() for all storages
|
2019-07-13 00:51:39 +03:00 |
|
dimarub2000
|
4005987fc4
|
multiSearchAny fixed, tests added, minor syle changes
|
2019-07-12 14:35:17 +03:00 |
|
dimarub2000
|
e5d4f11c73
|
Deleted some extra implementations, fixed style. multiSearchAny still not working.
|
2019-07-11 16:44:44 +03:00 |
|
dimarub2000
|
1480b8e62c
|
Actually set index already woks for everything. Here are some tests.
|
2019-07-11 15:31:24 +03:00 |
|
dimarub2000
|
88778b0f5b
|
minor style changes
|
2019-07-10 18:12:02 +03:00 |
|
dimarub2000
|
f5ba5e3ca9
|
Merge branch 'master' of github.com:dimarub2000/ClickHouse
|
2019-07-10 18:08:10 +03:00 |
|