Alexey Milovidov
|
3c84e47419
|
Fixed UB #3926
|
2018-12-27 03:33:54 +03:00 |
|
Alexey Milovidov
|
713a44c38e
|
Fixed UB #3926
|
2018-12-27 03:33:32 +03:00 |
|
Alexey Milovidov
|
36db216abf
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
|
Alexey Milovidov
|
3fd2773151
|
Improved code after introduction of method "getHeader" in every stream [#CLICKHOUSE-2]
|
2018-04-07 04:46:50 +03:00 |
|
Nikolai Kochetov
|
476d4b339c
|
Immutable construction for columns
|
2018-03-20 22:45:10 +03:00 |
|
Nikolai Kochetov
|
a399c17f01
|
&& - qualified IColumn::mutate
|
2018-03-20 17:01:00 +03:00 |
|
proller
|
82a361d0e9
|
Show error to client if query was killed (#1989)
* Show error to client if query was killed
* Kill exception v2
* Use kill
* fix
* wip
* fix
* fxi
* try fix
* Revert "try fix"
This reverts commit eb76e4c040 .
* QUERY_WASCANCELLED
* Fxi all cancel()
* fix
|
2018-03-06 00:09:39 +03:00 |
|
Alexey Milovidov
|
fa6420b34d
|
Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2]
|
2018-02-20 04:14:38 +03:00 |
|
Alexey Milovidov
|
afe09d3138
|
Removed unused code [#CLICKHOUSE-2]
|
2018-02-18 06:46:18 +03:00 |
|
Nikolai Kochetov
|
66b94d481a
|
added MultiversionMergeTree [#CLICKHOUSE-3479]
|
2018-02-13 00:13:50 +03:00 |
|
Alexey Milovidov
|
d6dc25b09e
|
Fixed wording #1650
|
2017-12-23 03:21:49 +03:00 |
|
Alexey Milovidov
|
4148c6ce81
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-15 03:06:56 +03:00 |
|
Alexey Milovidov
|
8926af2ced
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-15 03:01:59 +03:00 |
|
Alexey Milovidov
|
819287b697
|
Better semantic of sharing columns: development [#CLICKHOUSE-2].
|
2017-12-13 04:27:53 +03:00 |
|
Alexey Milovidov
|
21fe32b929
|
Fixed build in clang with raised up inline-depth [#CLICKHOUSE-2].
|
2017-09-15 15:17:01 +03:00 |
|
Alexey Zatelepin
|
89939a685a
|
Stream row sources from disk for vertical merge [#CLICKHOUSE-3118]
|
2017-07-09 21:57:06 +03:00 |
|
Alexander Makarov
|
f8e19de0e3
|
fixups after review [#CLICKHOUSE-2929]
|
2017-05-22 18:40:11 +04:00 |
|
Vitaliy Lyudvichenko
|
74a92cb8d9
|
Add test for OPTIMIZE FINAL and more diagnostics. [#CLICKHOUSE-2886]
|
2017-04-04 15:54:21 +03:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|
Alexey Milovidov
|
137ad95929
|
Changed tabs to spaces in code [#CLICKHOUSE-3].
|
2017-04-01 11:35:09 +03:00 |
|
Alexey Milovidov
|
14c8003081
|
Normalized formatting [#CLICKHOUSE-3].
Apply in a loop:
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '^(\t*) ' | xargs sed -i -r -e 's/^(\t*) /\1\t/'
|
2017-03-26 04:28:07 +03:00 |
|
f1yegor
|
bc0d9a2cae
|
translate comments
|
2017-03-25 21:12:56 +01:00 |
|
Alexey Milovidov
|
ca37f28b5f
|
Renamed methods Block::rows and Block::rowsInFirstColumn [#METR-2944].
|
2017-01-02 23:45:27 +03:00 |
|
Alexey Milovidov
|
2b4f3b5d34
|
Renamed method (less confusion) [#METR-2944].
|
2017-01-02 23:12:12 +03:00 |
|
Vitaliy Lyudvichenko
|
e39b41e158
|
Typo and codestyle fix.
|
2016-12-18 22:38:30 +03:00 |
|
Vitaliy Lyudvichenko
|
5aa1822fb2
|
Consecutive optimization for vertical merge. [#METR-23783]
|
2016-12-18 22:12:25 +03:00 |
|
Vitaliy Lyudvichenko
|
8835275713
|
More detail log for merges. [#METR-23770] [#METR-23769] [#METR-23783]
|
2016-12-18 22:12:25 +03:00 |
|
Vitaliy Lyudvichenko
|
202ba912ce
|
Vertical merging algorithm for MergeTree engines. [#METR-23305]
|
2016-11-29 22:41:31 +03:00 |
|
alexey-milovidov
|
8c2e228856
|
Revert "New "vertical" algorithm for MergeTrees' parts merges"
|
2016-11-24 23:08:54 +04:00 |
|
Vitaliy Lyudvichenko
|
fe891eb198
|
Removed extra check.
|
2016-11-23 16:09:29 +03:00 |
|
Vitaliy Lyudvichenko
|
588add5a49
|
Added requested changes.
Also fixed single thread read from empty storage Log.
|
2016-11-23 15:52:12 +03:00 |
|
Vitaliy Lyudvichenko
|
ec9bcd8054
|
Vertical merging algorithm for ordinary MergeTreee.
|
2016-11-23 15:47:19 +03:00 |
|
Alexey Milovidov
|
0cf32c8aed
|
Renamed method [#METR-22400].
|
2016-08-13 05:21:17 +03:00 |
|
Alexey Milovidov
|
6c476974d4
|
Maybe better [#METR-22173].
|
2016-08-04 07:51:41 +03:00 |
|
Alexey Milovidov
|
e1411af2ed
|
Fixed error with external sorting when constants are present [#METR-21787].
|
2016-07-25 23:57:05 +03:00 |
|
Alexey Milovidov
|
07a47ecd1e
|
Tiny modification [#METR-2944].
|
2016-06-08 04:53:17 +03:00 |
|
Alexey Milovidov
|
a5397d0382
|
Fixed error [#METR-21408].
|
2016-05-24 21:22:15 +03:00 |
|
Alexey Milovidov
|
49cf0f148c
|
Better [#METR-12588].
|
2016-04-13 07:15:30 +03:00 |
|
Alexey Milovidov
|
edc1bb39c7
|
Merge
|
2016-04-13 06:56:22 +03:00 |
|
Alexey Milovidov
|
13c7d0983a
|
dbms: cutting dependency [#METR-2944]..
|
2016-01-12 00:46:36 +03:00 |
|
Alexey Milovidov
|
ea45c07638
|
dbms: fixed error [#METR-19025].
|
2015-11-30 09:56:27 +03:00 |
|
Alexey Milovidov
|
cc75d4603b
|
dbms: improved performance of INSERT SELECT [#METR-19025].
|
2015-11-29 16:18:12 +03:00 |
|
Alexey Milovidov
|
e64197d436
|
dbms: addition [#METR-19025].
|
2015-11-27 23:50:48 +03:00 |
|
Alexey Milovidov
|
8a592860ef
|
dbms: improved performance of INSERT SELECT (experimental) [#METR-19025].
|
2015-11-21 19:26:48 +03:00 |
|
Alexey Milovidov
|
e3b0c97b0f
|
dbms: fixed error with merging [#METR-16247].
|
2015-05-12 07:55:14 +03:00 |
|
Alexey Milovidov
|
1685b293f7
|
dbms: tiny improvements [#METR-2944].
|
2015-01-18 11:25:56 +03:00 |
|
Alexey Milovidov
|
1c16466214
|
dbms: fixed error when sorting result of ARRAY JOIN by empty arrays [#METR-13204].
|
2014-10-14 22:39:38 +04:00 |
|
Alexey Milovidov
|
d8cad3c79b
|
dbms: slightly improved performance on small blocks; removed unused code [#METR-2944].
|
2014-08-22 22:49:51 +04:00 |
|
Alexey Milovidov
|
56d95e4268
|
dbms: optimized ORDER BY with LIMIT; rows_before_limit_at_least is temporarily broken [#CONV-2944].
|
2013-09-16 05:44:47 +00:00 |
|
Alexey Milovidov
|
717a3fc591
|
dbms: fixed MergingSortedBlockInputStreams when one of stream is empty [#CONV-2944].
|
2013-09-15 03:14:29 +00:00 |
|