Alexey Milovidov
|
9bc74a8c18
|
Version update
|
2020-01-01 07:36:30 +03:00 |
|
alexey-milovidov
|
51d4c8a53b
|
Merge pull request #8485 from PerformanceVision/simple_aggregation_group_bit
Add groupBit* aggregation function to the type SimpleAggregationFunction
|
2020-01-01 07:32:09 +03:00 |
|
alexey-milovidov
|
14563da602
|
Merge pull request #8447 from amosbird/c++20
C++20
|
2019-12-31 21:06:41 +03:00 |
|
alexey-milovidov
|
fdcf971dce
|
Merge pull request #8486 from amosbird/betterprewhere
Add prewhere test
|
2019-12-31 21:01:12 +03:00 |
|
alexey-milovidov
|
e712b22dda
|
Merge pull request #8484 from ClickHouse/obsolete-mark-cache-min-lifetime
Make "mark_cache_min_lifetime" setting obsolete
|
2019-12-31 20:56:54 +03:00 |
|
Amos Bird
|
05a420ab20
|
Add prewhere test
|
2019-12-31 16:09:37 +08:00 |
|
Guillaume Tassery
|
8909844387
|
Add groupBit* aggregation function to the type SimpleAggregationFunction
|
2019-12-31 08:17:39 +01:00 |
|
alexey-milovidov
|
3adf6853d5
|
Merge pull request #7769 from amosbird/betterprewhere
Optimize PREWHERE
|
2019-12-31 09:07:02 +03:00 |
|
Alexey Milovidov
|
92ddcf6a41
|
Removed obsolete unmaintained test
|
2019-12-31 07:42:26 +03:00 |
|
alexey-milovidov
|
17b413fd2e
|
Merge pull request #8458 from vitlibar/separate-variables-for-database-and-name
Separate variables for database and name in dictionaries.
|
2019-12-31 07:39:01 +03:00 |
|
alexey-milovidov
|
488b5c606a
|
Merge pull request #8481 from ClickHouse/kamalov-ruslan-master
Merging optimizations of if chains.
|
2019-12-31 07:35:45 +03:00 |
|
Alexey Milovidov
|
3339b8e0e5
|
Make "mark_cache_min_lifetime" setting obsolete
|
2019-12-31 05:47:10 +03:00 |
|
alexey-milovidov
|
700e727f65
|
Merge pull request #8477 from ClickHouse/formats-perf-tests-more-deterministic
Make formats-related perf test more deterministic
|
2019-12-31 03:14:34 +03:00 |
|
alexey-milovidov
|
fc41fc7b9d
|
Merge pull request #8479 from 4ertus2/joins
Fix crash in StorageJoin (add restriction)
|
2019-12-31 03:02:55 +03:00 |
|
Alexey Milovidov
|
6e74bea7ea
|
Added setting "optimize_if_chain_to_miltiif"
|
2019-12-31 03:00:41 +03:00 |
|
Alexey Milovidov
|
b17a93527c
|
Added performance test
|
2019-12-31 02:57:34 +03:00 |
|
Vitaly Baranov
|
037eb85972
|
Automatic removing of config repositories to simplify the code.
|
2019-12-31 06:30:27 +07:00 |
|
Alexey Milovidov
|
6540eda331
|
Improvements, part 1
|
2019-12-31 01:24:19 +03:00 |
|
Alexey Milovidov
|
5b0966d585
|
Merge branch 'master' of https://github.com/kamalov-ruslan/ClickHouse into kamalov-ruslan-master
|
2019-12-31 00:31:20 +03:00 |
|
alexey-milovidov
|
6c10fc5578
|
Update StorageJoin.cpp
|
2019-12-31 00:30:25 +03:00 |
|
alexey-milovidov
|
96c9567449
|
Update StorageJoin.cpp
|
2019-12-30 23:24:02 +03:00 |
|
Alexey Milovidov
|
445b494f88
|
Added test
|
2019-12-30 23:13:04 +03:00 |
|
chertus
|
928057c71f
|
better fix
|
2019-12-30 23:08:03 +03:00 |
|
Alexey Milovidov
|
53fbe0bb43
|
Avoid UBSan report
|
2019-12-30 23:04:10 +03:00 |
|
Alexey Milovidov
|
cdcdee66d6
|
Fixed typo in comment
|
2019-12-30 23:03:22 +03:00 |
|
chertus
|
6b80ba52be
|
fix crash in StorageJoin (add restriction)
|
2019-12-30 22:43:40 +03:00 |
|
Alexey Milovidov
|
86a3b6e774
|
Make formats-related perf test more deterministic
|
2019-12-30 22:16:12 +03:00 |
|
alexey-milovidov
|
e6ea59c84a
|
Merge pull request #8460 from mnach/master
refs #8443 fix logging
|
2019-12-30 20:29:01 +03:00 |
|
alexey-milovidov
|
b4a4aeb39e
|
Merge pull request #8465 from ClickHouse/round-down-performance
Improved performance of function `roundDown`
|
2019-12-30 20:14:03 +03:00 |
|
alesapin
|
55c47106d4
|
Merge pull request #8456 from ClickHouse/refactor_alter_addition
Refactor alter addition
|
2019-12-30 17:50:34 +03:00 |
|
alexey-milovidov
|
458f596e18
|
Merge pull request #8455 from amosbird/perfformat
Perf test format io without disk
|
2019-12-30 02:45:52 +03:00 |
|
Alexey Milovidov
|
8741c99677
|
Added threshold for linear search
|
2019-12-30 01:40:05 +03:00 |
|
Alexey Milovidov
|
434746d7c6
|
Improved performance of function roundDown
|
2019-12-30 01:00:15 +03:00 |
|
Alexey Milovidov
|
612b37b320
|
Minor addition to previous revision
|
2019-12-29 22:36:02 +03:00 |
|
Alexey Milovidov
|
9a2b781f4d
|
Fixed performance degradation of "boundingRatio" aggregate function
|
2019-12-29 22:30:08 +03:00 |
|
Alexey Milovidov
|
0ef507b2e2
|
Fixed performance degradation in argMin/argMax
|
2019-12-29 22:08:10 +03:00 |
|
Amos Bird
|
84c7589c9a
|
whitelist /dev/null in StorageFile
|
2019-12-30 02:37:55 +08:00 |
|
Alexey Milovidov
|
966f46cfab
|
Added a test from andrea-s
|
2019-12-29 19:52:22 +03:00 |
|
Vitaly Baranov
|
1fa64a2a86
|
Use separate variables for the database and name in dictionaries.
|
2019-12-29 23:48:10 +07:00 |
|
Alexey Milovidov
|
53826d6050
|
Updated tests
|
2019-12-29 19:42:07 +03:00 |
|
alesapin
|
e95fbecf03
|
Lock structure by default for generic alter implementation
|
2019-12-29 19:34:32 +03:00 |
|
alexey-milovidov
|
1b47aec9b5
|
Merge branch 'master' into enable_use_minimalistic_part_header_in_zookeeper
|
2019-12-29 19:30:34 +03:00 |
|
Alexey Milovidov
|
fc8a0a1f12
|
Improvement
|
2019-12-29 17:34:23 +03:00 |
|
Alexey Milovidov
|
68ef7a6e4b
|
Added comment
|
2019-12-29 17:32:46 +03:00 |
|
Alexey Milovidov
|
4ca3720a5a
|
Fixed error in performance test
|
2019-12-29 16:46:49 +03:00 |
|
Mikhail Nacharov
|
d6cd202860
|
refs #8443 fix logging
|
2019-12-29 18:08:33 +05:00 |
|
alexey-milovidov
|
4b4efa3b0b
|
Merge pull request #8451 from ClickHouse/BayoNet-feature/randomASKII-function
Merging #8401
|
2019-12-29 15:25:18 +03:00 |
|
alesapin
|
44370467f0
|
More comments
|
2019-12-29 14:25:26 +03:00 |
|
alesapin
|
247906a4d7
|
Move check alter to alter interpreter
|
2019-12-29 14:09:10 +03:00 |
|
alesapin
|
9ee7807f45
|
Remove redundant file
|
2019-12-29 14:04:42 +03:00 |
|