hcz
3a18d6b494
Add performance tests
2019-12-11 10:44:04 +08:00
alexey-milovidov
a3c6402e8b
Added perf test for collations ( #8087 )
2019-12-09 04:23:58 +03:00
Alexey Milovidov
eca601239f
Removed a test with typo in its name
2019-12-09 00:37:04 +03:00
Mikhail Korotov
688ca7bfde
performance test added
2019-12-06 21:10:03 +03:00
Mikhail Korotov
88e37020e0
JSONCompactEachRow and JSONCompactEachRowWithNamesAndTypes ( #7841 )
...
* Research commit
* Created Output EachRow Format
* Fixed bugs
* Created output format JSONCompactEachRowWithNamesAndTypes without totals
* Fixed bugs
* Fixed bugs
* Totals for JSONCompactEachRowWithNamesAndTypes
* Deleted needless debug
* Working commit
* Working commit
* Working commit
* Working commit
* Working commit
* Working commit
* Working commit
* Working commit
* Working commit
* Working commit
* Working commit
* Working commit
* Tests added
* Input Format for JSONCompactEachRow
* Fixed bugs for JSONCompactEachRow Input format
* Fixed bugs for JSONCompactEachRowRowInputFormat.cpp
* JSONCompactEachRow and JSONCompactEachRowWithNamesAndTypes united
* Created input format for both formats
* fixed bugs
* fixed bugs
* Working commit
* Working commit
* Working commit
* Working commit
* tests
* Working commit
* Final tests
* Performance tests added
2019-12-05 13:13:40 +03:00
CurtizJ
828f3ac3b2
add perf test for function and
2019-12-03 16:28:07 +03:00
alexey-milovidov
f5e88f8cd5
Merge pull request #7307 from ClickHouse/new-branch-for-new-geodist
...
Speed up greatCircleDistance function with test
2019-12-03 04:34:35 +03:00
Amos Bird
29c2785ca5
const modulo optimization
2019-11-15 13:56:23 +08:00
Amos Bird
817c93f5d0
IN (strings) perf test ( #7739 )
2019-11-14 23:04:11 +03:00
Amos Bird
51d1473816
PREWHERE test
2019-11-14 14:21:54 +08:00
alexey-milovidov
1d910c5071
Merge pull request #7608 from amosbird/batchreduce
...
Optimize arrayReduce, -Array and -State combinators
2019-11-10 22:10:03 +03:00
Alexander Kuzmenkov
ba5fbe8514
Merge pull request #7679 from amosbird/ssojointest
...
String join perf test
2019-11-08 17:41:53 +03:00
Amos Bird
8837155e37
String join perf test
2019-11-08 15:07:27 +08:00
alexey-milovidov
0fefebae1b
Merge pull request #7518 from sundy-li/improve_range
...
Improve range
2019-11-08 00:59:05 +03:00
Amos Bird
544af39d23
Vectorize arrayReduce and -Array combinator
...
Also devirtualize -State combinator.
2019-11-07 11:53:47 +08:00
sundy-li
71ec49cc2f
add range performance tests
2019-11-05 15:07:25 +08:00
alexey-milovidov
fa0274e223
Merge pull request #7380 from hczhcz/patch-1018
...
Add function arrayFill and arrayReverseFill
2019-11-03 01:06:41 +03:00
Amos Bird
9626e24206
Add perf test for early constant folding
2019-11-01 22:33:03 +08:00
hcz
134bc80940
Create array_fill.xml
2019-10-31 14:30:11 +08:00
Olga Khvostikova
ff4d90f602
Add test for greatCircleDist
2019-10-29 19:49:37 +03:00
Nikolai Kochetov
e22b43c669
Merge pull request #7436 from amosbird/scalarperf
...
add perf test for subqueries with large scalars
2019-10-22 19:06:20 +03:00
Amos Bird
dd72f62f17
add perf test for subqueries with large scalars
2019-10-22 23:55:11 +08:00
Vasily Nemkov
48b3c21aaa
More performance test for Date and DateTime
...
Added cases for:
* binary operations: -,+,>,>=,<,<=,==,!=
* previously-missing functions: timeSlot, toRelativeQuarterNum, toStartOfTenMinutes, toUnixTimestamp, addYears (and alike).
2019-10-15 15:20:54 +03:00
stavrolia
5c15594672
Add performance test
2019-10-14 13:13:32 +03:00
Alexander Tokmakov
979f235e38
Merge branch 'master' into merging_values_with_expressions
2019-09-30 18:06:58 +03:00
Alexey Milovidov
8579c26efb
Changed repository URL
2019-09-23 19:18:19 +03:00
alexey-milovidov
5314088648
Merge pull request #6980 from filimonov/huge_pk_performance_test
...
Adding performance test for huge pk (issue #6924 )
2019-09-20 23:29:56 +03:00
Alexander Tokmakov
0080639f79
Merge branch 'master' into merging_values_with_expressions
2019-09-20 23:26:01 +03:00
Alexander Tokmakov
2c7384ff39
add performance test
2019-09-20 22:45:26 +03:00
alexey-milovidov
db470be077
Update merge_tree_huge_pk.xml
2019-09-18 23:07:23 +03:00
chertus
38a73fb551
add simple perf test for partial merge join
2019-09-18 20:04:10 +03:00
Mikhail Filimonov
67e1cf9b73
Adding performance test for huge pk (issue #6924 )
2019-09-18 17:35:45 +02:00
Mikhail Filimonov
3f9d4a5d8e
performance test for lowcardinality array, showing significant performance degradation comparing to plain array
2019-09-12 22:46:31 +02:00
Nikolai Kochetov
eecc8b0121
Update tests.
2019-08-20 16:33:25 +03:00
Nikolai Kochetov
19a303f498
Update perf tests with hash functions.
2019-08-19 21:55:42 +03:00
Nikolai Kochetov
28f4346fca
Updated json perftest to loop.
2019-08-19 00:50:51 +03:00
CurtizJ
94bca8315d
Merge remote-tracking branch 'upstream/master' into order-by-efficient
2019-08-14 01:41:38 +03:00
Alexey Milovidov
86f321a7cd
Whitespaces
2019-08-09 02:55:08 +03:00
chertus
e6a93698cb
add perf test
2019-08-07 17:41:03 +03:00
CurtizJ
cfe32ad89b
Merge remote-tracking branch 'upstream/master' into order-by-efficient
2019-08-04 21:43:00 +03:00
Alexey Milovidov
53fbb55813
Merge branch 'master' into fastops
2019-08-04 02:48:18 +03:00
Alexey Milovidov
491433b5c6
Updated performance test
2019-08-03 22:51:47 +03:00
Alexey Milovidov
b9d39f4882
Merge branch 'master' into fastops
2019-08-03 06:24:33 +03:00
Alexey Milovidov
2fb71013af
Added performance test to show degradation of performance in gcc-9 in more isolated way
2019-08-02 23:18:03 +03:00
Alexey Milovidov
5e942d2d79
Added performance test to show degradation of performance in gcc-9 in more isolated way
2019-08-02 23:16:02 +03:00
CurtizJ
a0f61e8cb3
better performance test for order by optimization
2019-08-02 19:17:18 +03:00
Alexey Milovidov
ab8dd7edd6
Added performance test
2019-08-01 03:37:47 +03:00
Yuriy
c1b57f9cf5
fixed heap buffer overflow in PacketPayloadWriteBuffer
2019-07-29 18:41:47 +03:00
Yuriy
e12ab0cccc
disabled tests of MySQLWire format until it is fixed
2019-07-29 11:45:43 +03:00
CurtizJ
b4991b38bf
Merge remote-tracking branch 'upstream/master' into order-by-efficient
2019-07-28 04:26:43 +03:00