alexey-milovidov
|
7efd2a825f
|
Merge pull request #10463 from ClickHouse/parallel-final
Parallel final
|
2020-05-18 05:20:18 +03:00 |
|
alexey-milovidov
|
d3c9f5cb65
|
Update RowRef.h
|
2020-05-17 13:31:06 +03:00 |
|
Nikolai Kochetov
|
4d0503f021
|
Make IColumn::mutate() static.
|
2020-05-14 11:30:18 +03:00 |
|
alexey-milovidov
|
40ef113503
|
Merge branch 'master' into parallel-final
|
2020-05-11 06:47:44 +03:00 |
|
Nikolai Kochetov
|
97dde2bcdf
|
Fix limit for MergingSorted with fast-forward optimization.
|
2020-05-04 20:16:16 +03:00 |
|
Nikolai Kochetov
|
10afbc22b5
|
Fix build.
|
2020-04-30 16:36:20 +03:00 |
|
Nikolai Kochetov
|
62e9be7ba8
|
Fix build.
|
2020-04-30 14:33:27 +03:00 |
|
Nikolai Kochetov
|
19dadb8c2d
|
Add parallel final.
|
2020-04-30 12:59:08 +03:00 |
|
Alexey Milovidov
|
03e17405cd
|
Checkpoint
|
2020-04-22 10:03:43 +03:00 |
|
Nikolai Kochetov
|
15a8ac3245
|
Fix tests.
|
2020-04-14 22:31:49 +03:00 |
|
Nikolai Kochetov
|
7def7b021e
|
Fix test with vesrioned collapsing.
|
2020-04-14 21:58:22 +03:00 |
|
Nikolai Kochetov
|
80c27689ff
|
Add debug output.
|
2020-04-14 21:22:14 +03:00 |
|
Nikolai Kochetov
|
92692aff5e
|
Fix build.
|
2020-04-14 21:03:29 +03:00 |
|
Nikolai Kochetov
|
2da9f889cd
|
Fix unit test.
|
2020-04-14 14:09:23 +03:00 |
|
Nikolai Kochetov
|
1ce2e1b93b
|
Move comments.
|
2020-04-14 12:43:53 +03:00 |
|
Nikolai Kochetov
|
fc42851186
|
Move comments.
|
2020-04-14 12:43:17 +03:00 |
|
Nikolai Kochetov
|
434a13a8bd
|
Move algorithm to separate files.
|
2020-04-14 12:21:24 +03:00 |
|
Nikolai Kochetov
|
71feedea6f
|
Remove some code.
|
2020-04-14 12:05:29 +03:00 |
|
Nikolai Kochetov
|
848026ac4c
|
Fix style.
|
2020-04-14 11:48:38 +03:00 |
|
Nikolai Kochetov
|
2543741a9a
|
Fix build.
|
2020-04-14 00:03:11 +03:00 |
|
Nikolai Kochetov
|
1ef6e8f7c7
|
Fix build.
|
2020-04-13 23:58:29 +03:00 |
|
Nikolai Kochetov
|
801320983b
|
Refactor SummingSortedAlgorithm.
|
2020-04-13 23:50:13 +03:00 |
|
Nikolai Kochetov
|
84b1dd4c1e
|
Fix tests.
|
2020-04-13 22:20:26 +03:00 |
|
Nikolai Kochetov
|
d7d29d8250
|
Fix build.
|
2020-04-13 22:02:57 +03:00 |
|
Nikolai Kochetov
|
586c295b94
|
Added SummingSortedAlgorithm
|
2020-04-13 21:51:17 +03:00 |
|
Nikolai Kochetov
|
89aef7aaf9
|
Add comments.
|
2020-04-13 18:04:54 +03:00 |
|
Nikolai Kochetov
|
2b81d68b56
|
Fix build.
|
2020-04-13 17:58:23 +03:00 |
|
Nikolai Kochetov
|
9acea16b7f
|
Fix build.
|
2020-04-13 17:57:21 +03:00 |
|
Nikolai Kochetov
|
d3adcc1cb0
|
Fix build.
|
2020-04-13 17:53:04 +03:00 |
|
Nikolai Kochetov
|
377e16c00c
|
Refactor AggregatingSortedAlgorithm.
|
2020-04-13 17:42:58 +03:00 |
|
Nikolai Kochetov
|
9ce0607de7
|
Remove header from AggregatingSortedAlgorithm.
|
2020-04-13 16:40:53 +03:00 |
|
Nikolai Kochetov
|
0544c1f25b
|
Fix build.
|
2020-04-13 16:26:50 +03:00 |
|
Nikolai Kochetov
|
5efdf1203e
|
Fix build.
|
2020-04-13 16:22:32 +03:00 |
|
Nikolai Kochetov
|
a2b5fd4b3d
|
Fix build.
|
2020-04-13 16:18:46 +03:00 |
|
Nikolai Kochetov
|
a6bf7a14c8
|
Fix build.
|
2020-04-13 15:02:59 +03:00 |
|
Nikolai Kochetov
|
03dad5ccf5
|
Added AggregatingSortedAlgorithm.
|
2020-04-13 14:45:59 +03:00 |
|
Nikolai Kochetov
|
198f02d4cf
|
Try simplify Replacing.
|
2020-04-10 20:22:15 +03:00 |
|
Nikolai Kochetov
|
ca8c78bfa2
|
Try simplify Replacing.
|
2020-04-10 20:19:44 +03:00 |
|
Nikolai Kochetov
|
44a3e216d1
|
Try simplify Replacing.
|
2020-04-10 20:16:38 +03:00 |
|
Nikolai Kochetov
|
ba840b5a59
|
Added VersionedCollapsingAlgorithm.
|
2020-04-10 19:44:47 +03:00 |
|
Nikolai Kochetov
|
2fa40ad554
|
Fix build.
|
2020-04-10 19:18:53 +03:00 |
|
Nikolai Kochetov
|
864e0a407f
|
Added GraphiteRollupSortedAlgorithm.
|
2020-04-10 19:15:51 +03:00 |
|
Nikolai Kochetov
|
f35a8bf351
|
Fix style.
|
2020-04-10 18:41:22 +03:00 |
|
Nikolai Kochetov
|
994f95ddb0
|
Added ReplacingSortedAlgorithm.
|
2020-04-10 17:03:36 +03:00 |
|
Nikolai Kochetov
|
123c654db3
|
Fix build.
|
2020-04-10 16:41:00 +03:00 |
|
Nikolai Kochetov
|
51e5603044
|
Fix build.
|
2020-04-10 16:03:37 +03:00 |
|
Nikolai Kochetov
|
e9587b8f4c
|
Fix build.
|
2020-04-10 15:53:51 +03:00 |
|
Nikolai Kochetov
|
d46c228b9c
|
Fix build.
|
2020-04-10 15:47:30 +03:00 |
|
Nikolai Kochetov
|
7b85a36975
|
Added CollapsingSortedAlgorithm.
|
2020-04-10 15:40:16 +03:00 |
|
Nikolai Kochetov
|
2aba662d2c
|
Fix build.
|
2020-04-10 12:32:34 +03:00 |
|