sundy-li
|
e55824c3df
|
improve unbundle build
|
2020-11-07 00:28:11 +08:00 |
|
sundy-li
|
94cb974f42
|
* fix fasttest and cmake && pipline for all_scan
* unique the keys
* add inputstream && outputstream
|
2020-11-06 23:47:26 +08:00 |
|
sundy-li
|
c88ede4f97
|
add supportsIndexForIn && supportsParallelInsert, support parallel reading
|
2020-11-06 23:47:01 +08:00 |
|
sundy-li
|
8dd9d166dc
|
fix extract keys
|
2020-11-06 23:47:01 +08:00 |
|
sundy-li
|
88250fec5d
|
add sync_file_range for glibc-compatibility
|
2020-11-06 23:46:44 +08:00 |
|
sundy-li
|
1f4a63b6c6
|
skip rocksdb test in fasttest
|
2020-11-06 23:46:44 +08:00 |
|
sundy-li
|
09bcc16669
|
add primary key for StorageEmbeddedRocksdb
|
2020-11-06 23:46:05 +08:00 |
|
sundy-li
|
546d7da12e
|
update cmake && remove useless codes
|
2020-11-06 23:45:41 +08:00 |
|
sundy-li
|
2f5e903c10
|
fix styles
|
2020-11-06 23:45:41 +08:00 |
|
root
|
e474bcca8e
|
Add StorageEmbeddedRocksdb Engine
|
2020-11-06 23:45:13 +08:00 |
|
alexey-milovidov
|
7fb53b205c
|
Merge pull request #16637 from azat/mt-read_in_order-spread-fix
Fix spreading for ReadInOrderOptimizer with expression in ORDER BY
|
2020-11-06 17:36:03 +03:00 |
|
Azat Khuzhin
|
f23995d290
|
Remove empty directories for async INSERT at start of Distributed engine
Will be created by DistributedBlockOutputStream on demand.
|
2020-11-05 23:50:30 +03:00 |
|
Azat Khuzhin
|
59cdc964a1
|
Do not store reference to BackgroundSchedulePool in DirectoryMonitor (useless)
|
2020-11-05 23:43:34 +03:00 |
|
robot-clickhouse
|
f7b7854ace
|
Auto version update to [20.12.1.1] [54443]
|
2020-11-05 21:52:50 +03:00 |
|
alexey-milovidov
|
ee3e289ec2
|
Merge pull request #15983 from ClickHouse/no_background_pool_no_more
Replace BackgroundProcessingPool with SchedulePool task and ThreadPool.
|
2020-11-05 21:38:22 +03:00 |
|
alexey-milovidov
|
39cd1c0371
|
Merge pull request #16700 from ClickHouse/better-arcadia
Improve Arcadia
|
2020-11-05 15:34:34 +03:00 |
|
Anton Popov
|
bea0984d12
|
Merge pull request #16642 from kitaisreal/bloom-filter-index-added-big-int-and-uuid-support
BloomFilter index added big integers and UUID support
|
2020-11-05 15:26:08 +03:00 |
|
Alexey Milovidov
|
b56486510f
|
Improve Arcadia
|
2020-11-05 12:55:01 +03:00 |
|
Maksim Kita
|
7dd749fc4c
|
BloomFilter index added big integers and UUID support
|
2020-11-04 23:41:10 +03:00 |
|
Alexey Milovidov
|
1bcf22d42f
|
Fix 'max_parallel_replicas' without sampling.
|
2020-11-04 18:59:14 +03:00 |
|
alexey-milovidov
|
4fede5b008
|
Merge pull request #16438 from azat/errorCode-v2
Add errorCodeToName() and system.errors
|
2020-11-04 12:40:47 +03:00 |
|
alexey-milovidov
|
0456cb2a09
|
Merge pull request #16638 from azat/simplify-ReadInOrderOptimizer
[RFC] Do not pass StoragePtr to ReadInOrderOptimizer::getInputOrder()
|
2020-11-04 11:29:06 +03:00 |
|
Azat Khuzhin
|
2389406c21
|
Fix spreading for ReadInOrderOptimizer with expression in ORDER BY
This will fix optimize_read_in_order/optimize_aggregation_in_order with
max_threads>0 and expression in ORDER BY
|
2020-11-04 07:07:26 +03:00 |
|
alexey-milovidov
|
8a3f38f332
|
Merge branch 'master' into errorCode-v2
|
2020-11-04 01:40:41 +03:00 |
|
alexey-milovidov
|
df83291603
|
Merge pull request #16612 from ClickHouse/alter-name-collision
Fix possible name collision in calculation of DEFAULT expression.
|
2020-11-04 01:34:31 +03:00 |
|
Azat Khuzhin
|
e7f15dff55
|
Do not pass StoragePtr to ReadInOrderOptimizer::getInputOrder()
Looks like this is not required anymore, since #11745
|
2020-11-03 21:22:46 +03:00 |
|
alexey-milovidov
|
11fc6fd8c9
|
Merge pull request #16584 from ClickHouse/drop_table_task_better_scheduling
Better scheduling of drop table task
|
2020-11-03 14:22:51 +03:00 |
|
Anton Popov
|
85ab1e9bc3
|
Merge pull request #15938 from Avogar/select_final
Select final
|
2020-11-03 13:49:47 +03:00 |
|
alesapin
|
6e32e17a7d
|
Merge branch 'master' into alter-name-collision
|
2020-11-03 13:16:34 +03:00 |
|
alesapin
|
01898be459
|
Merge pull request #16606 from ClickHouse/better_serialize_last_index_row
Simplier serialization of last index column
|
2020-11-03 09:59:50 +03:00 |
|
Anton Popov
|
a3a8e18637
|
Merge branch 'master' into select_final
|
2020-11-03 00:00:43 +03:00 |
|
Alexander Kuzmenkov
|
f10a5207f4
|
Merge pull request #16601 from ClickHouse/ban_aggregate_function_in_primary_key
Restrict to use non-comparable types in primary key
|
2020-11-02 23:27:46 +03:00 |
|
Alexey Milovidov
|
e6d8ab2270
|
Fix possible name collision in ALTER
|
2020-11-02 21:37:23 +03:00 |
|
Alexander Tokmakov
|
ac32809b6a
|
fix #16482
|
2020-11-02 19:40:39 +03:00 |
|
alesapin
|
7f8560e0c0
|
Merge pull request #16538 from amosbird/fp2
Allow fetching duplicate parts to detach
|
2020-11-02 16:10:42 +03:00 |
|
alesapin
|
fbda80ac89
|
Simplier storage of last index column
|
2020-11-02 15:19:37 +03:00 |
|
alesapin
|
360548180c
|
Remove redundant include
|
2020-11-02 14:42:25 +03:00 |
|
alesapin
|
f3b3025719
|
Ban non comparable types in primary key
|
2020-11-02 14:39:27 +03:00 |
|
alesapin
|
101aa9e931
|
Merge branch 'master' into no_background_pool_no_more
|
2020-11-02 10:49:19 +03:00 |
|
alesapin
|
ae53092536
|
Merge branch 'master' into system_fetches_table
|
2020-10-31 18:45:17 +03:00 |
|
tavplubix
|
db146ee615
|
Merge pull request #16555 from ClickHouse/yet_another_fix_for_00993
Better logging in replication queue, fix flacky test
|
2020-10-31 14:38:15 +03:00 |
|
Azat Khuzhin
|
e07473f1ea
|
Update comment for StorageSystemErrors
|
2020-10-31 11:29:17 +03:00 |
|
tavplubix
|
ce6c44eb9f
|
Update ReplicatedMergeTreeQueue.cpp
|
2020-10-30 18:47:58 +03:00 |
|
Alexander Tokmakov
|
cf8202d36e
|
better logging, fix flacky test
|
2020-10-30 15:41:39 +03:00 |
|
alesapin
|
be183027b3
|
Merge pull request #16516 from zlobober/remove_g0
Remove -g0 form Arcadia build settings.
|
2020-10-30 13:58:08 +03:00 |
|
alesapin
|
15ba4dd851
|
Review fix
|
2020-10-30 11:52:11 +03:00 |
|
alesapin
|
b34960bffa
|
Merge branch 'master' into system_fetches_table
|
2020-10-30 11:33:37 +03:00 |
|
Azat Khuzhin
|
3661769e1b
|
Remove some absolute changes for errorCodeToName/system.errors
|
2020-10-30 09:04:22 +03:00 |
|
Amos Bird
|
18c5abc44e
|
Allow fetching duplicate parts to detach
|
2020-10-30 10:55:50 +08:00 |
|
Azat Khuzhin
|
ce9897bfd8
|
Fix readability-container-size-empty in StorageSystemErrors.cpp
|
2020-10-30 00:07:40 +03:00 |
|