Nikolai Kochetov
12026ab9c2
Rename test file.
2020-06-19 13:24:17 +03:00
Nikolai Kochetov
690b88d331
Merge pull request #11291 from Provet/master
...
Partial sorting optimization fix
2020-06-19 12:58:44 +03:00
Ruslan
23cd919681
Any input optimize ( #11529 )
...
* workig commit №1
* working commit №2
* first version of ArithmeticOperationsInAgrFuncOptimize (min, max, sum)
* fix conflicts
* fix №2
* attempt №3
* Description + little mistake
* fix style + expanded optimization + add performance test
* style + merge with new version
* one more branch
* bug fix + merge
* just merge
* some code style and logic fixes
* little changes
* tests
* test(2)
* style
* seems to have fixed everything that was required
* bug fix
* style
* build fix
* fix typo
* fix clang-10 warning
* fix clang-10 warning
* nolint
* add new files to ya.make
* extract all functions from Any
* add last new lines.
* extract all functions from Any
* add last new lines.
* build + requested changes
* code style
* build + little perf test + anyLast
* minor changes
* bug fix
* minor changes
* another minor changes
* fix + experement
* experement 2.0
* experement 3.0
* experement 3.1
* experement 4.0
* last experement(think so)
* just another attempt to fix UB
* minor changes
* I think I won
* ya.make
* fix requested changes
Co-authored-by: Artem Zuikov <chertus@gmail.com>
2020-06-18 19:34:29 +03:00
Nikolai Kochetov
38bebfb20d
Merge remote-tracking branch 'origin' into provert-master
2020-06-17 22:05:45 +03:00
Nikolai Kochetov
091995f1db
Updated perftests.
2020-06-17 13:00:28 +03:00
xPoSx
2d8110ce45
Eliminate min/max/any aggregators of GROUP BY keys in SELECT section ( #11667 )
2020-06-17 12:32:43 +03:00
Alexander Kuzmenkov
9cab822718
Merge pull request #11683 from ClickHouse/aku/merge-minmap-11603
...
Merge minMap, maxMap (#11603 )
2020-06-17 00:02:33 +03:00
Artem Zuikov
857d84bf7c
Buffer left blocks optimisation for MergeJoin ( #10601 )
2020-06-16 23:13:18 +03:00
xPoSx
9fc37e1f75
Remove functions of other keys in GROUP BY section ( #10051 )
2020-06-16 12:14:25 +03:00
Alexander Kuzmenkov
7cc54fd4f1
renames + perf test
2020-06-15 21:53:54 +03:00
Mikhail Malafeev
10566e2b43
Remove duplicate ORDER BY and DISTINCT from subqueries ( #10067 )
2020-06-15 15:03:01 +03:00
alexey-milovidov
13ceaa4779
Merge pull request #11554 from Enmk/extractAllGroups-Horizontal-and-Vertical
...
extractAllGroupsHorizontal and extractAllGroupsVertical
2020-06-12 16:56:14 +03:00
Vasily Nemkov
50a184acac
extractAllGroupsHorizontal and extractAllGroupsVertical
...
Split tests, fixed some error messages
Fixed test and error reporting of extractGroups
2020-06-11 11:03:17 +03:00
Alexander Kuzmenkov
af1c8f8a5f
fixup
2020-06-10 02:57:31 +03:00
Alexander Kuzmenkov
898d83491d
fixup
2020-06-10 02:37:48 +03:00
Alexey Milovidov
c95d5786fd
Fixup
2020-06-10 01:52:25 +03:00
Alexander Kuzmenkov
5719549ee1
fixup
2020-06-09 16:29:07 +03:00
Alexander Kuzmenkov
6071b9b9d9
Merge remote-tracking branch 'origin/master' into HEAD
2020-06-09 15:06:32 +03:00
alexey-milovidov
85363ebe56
Update aggregating_merge_tree.xml
2020-06-09 01:41:57 +03:00
Alexander Kuzmenkov
6a3df071a2
fixup
2020-06-09 01:13:08 +03:00
Alexey Milovidov
f9ea964c87
Added performance test
2020-06-09 00:59:58 +03:00
Alexander Kuzmenkov
e2e5e1d5f8
More stable perf tests
2020-06-08 16:57:33 +03:00
Anton Popov
5c42408add
Merge pull request #9113 from dimarub2000/group_by_in_order_optimization
...
[WIP] Optimization of GROUP BY with respect to table sorting key.
2020-06-06 14:25:59 +03:00
Albert Kidrachev
61cf6fe711
add perftest
2020-06-05 06:08:37 +03:00
Albert Kidrachev
60b86f524f
add perf-test and fix
2020-06-04 20:10:52 +03:00
Ruslan
7757c9ec57
Remove arithmetic operations from aggregation functions ( #10047 )
2020-06-03 13:28:30 +03:00
Alexander Kuzmenkov
bd84c3be18
Merge branch 'master' into fuzz_data
2020-06-02 12:49:43 +03:00
alexey-milovidov
92ac608447
Merge pull request #11330 from ClickHouse/fix-10241
...
More parallel MV processing.
2020-06-02 04:06:39 +03:00
Albert Kidrachev
3c6a785937
Merge branch 'master' of https://github.com/Provet/ClickHouse
2020-06-01 15:12:37 +03:00
Albert Kidrachev
02611de051
merge
2020-06-01 15:11:36 +03:00
Nikolai Kochetov
c6c1cd1009
Update test.
2020-06-01 12:12:03 +03:00
Nikolai Kochetov
f1796b73ff
Add perftest.
2020-06-01 11:52:35 +03:00
Dmitry
8ba17ee272
better test
2020-05-31 03:00:16 +03:00
Dmitry
4b0d32f026
Merge branch 'master' of github.com:yandex/ClickHouse into group_by_in_order_optimization
2020-05-31 00:21:02 +03:00
Nikolai Kochetov
f9009809f2
Delete order_by_with_limit.xml
...
Delete new test to run old ones.
2020-05-30 12:22:05 +03:00
Alexey Milovidov
b7b6380141
Add performance test
2020-05-29 05:30:49 +03:00
Andrei Nekrashevich
af469c0da5
fix issues
2020-05-29 05:06:21 +03:00
Albert Kidrachev
c91ca6fd4b
fix optimization, add comments and performance test
2020-05-29 04:50:02 +03:00
Dmitry
871539e4cc
test and ya.make
2020-05-28 20:30:21 +03:00
Alexander Kuzmenkov
ca5d7cf5bb
fix some broken performance tests
2020-05-28 10:45:03 +03:00
Andrei Nekrashevich
3c68ecacfe
Added function fuzzBits
2020-05-28 05:51:37 +03:00
alexey-milovidov
35b1fd43fa
Merge pull request #11212 from ClickHouse/fix-perf-test
...
Fix error in performance test
2020-05-27 13:33:19 +03:00
Alexander Kuzmenkov
cd008f9b7f
Update functions_with_hash_tables.xml
2020-05-27 10:58:29 +03:00
Alexey Milovidov
90f49c0c17
Fix error in performance test
2020-05-26 21:37:20 +03:00
Alexander Kuzmenkov
27df8d5aca
fixup
2020-05-26 09:06:46 +03:00
Alexander Kuzmenkov
7142e68d7a
fixup
2020-05-26 08:54:04 +03:00
Alexander Kuzmenkov
8d5bbed2de
Merge remote-tracking branch 'origin/master' into HEAD
2020-05-25 06:44:11 +03:00
alexey-milovidov
a55a8ba69f
Merge pull request #11158 from ClickHouse/normalize-performance-tests-2
...
Normalize performance tests 2
2020-05-25 03:49:58 +03:00
Alexey Milovidov
8fa637cf73
Fix long tests, part 2
2020-05-24 23:35:49 +03:00
Alexey Milovidov
02500e4b11
Fix long tests
2020-05-24 23:33:13 +03:00