Alexey Milovidov
|
c195b0212b
|
Fixed long delay when querying Merge table based on very large amount of StripeLog tables; fixed error in Merge table [#METR-23945].
|
2016-12-25 07:39:22 +03:00 |
|
Vitaliy Lyudvichenko
|
ba2b32b0ad
|
Added vertical_merge_algorithm_min_columns_to_activate option. [#METR-23783]
|
2016-12-22 16:19:03 +03:00 |
|
Vitaliy Lyudvichenko
|
e2bd364844
|
Added whole block optimization. [#METR-23783]
|
2016-12-22 16:19:02 +03:00 |
|
Alexey Milovidov
|
536f88ea55
|
Adjusted coefficients [#METR-23916].
|
2016-12-22 05:04:32 +03:00 |
|
Alexey Milovidov
|
7ebbf72ca6
|
Removed unused variable [#METR-23305].
|
2016-12-22 04:27:41 +03:00 |
|
Alexey Milovidov
|
c47406c42d
|
StorageBuffer: addition to prev. modification [#METR-23909].
|
2016-12-22 03:13:59 +03:00 |
|
proller
|
d270053c3c
|
Replace all !/bin/bash by !/usr/bin/env bash : allow running scripts with bash in non standard path. also on freebsd.
|
2016-12-21 23:04:27 +03:00 |
|
Alexey Milovidov
|
7222afe5eb
|
StorageBuffer: fixed exception safety [#METR-23909].
|
2016-12-21 20:10:32 +03:00 |
|
Alexey Milovidov
|
54587fec1b
|
Tracking memory used in merges [#METR-23888].
|
2016-12-20 05:29:35 +03:00 |
|
Alexey Milovidov
|
442ff1d3b8
|
StorageBuffer: simplification; added metrics [#METR-23888].
|
2016-12-20 02:55:13 +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 |
|
Vladimir Chebotarev
|
d172cb1fc2
|
StorageReplicatedMergeTree: Correct taking /quorum/last_part into account when merging. [#METR-23826]
|
2016-12-15 17:32:47 +03:00 |
|
Vitaliy Lyudvichenko
|
876ad28dd8
|
Merge remote-tracking branch 'origin/master' into metrics_refinement
|
2016-12-12 19:17:23 +03:00 |
|
Alexey Milovidov
|
c1ecc41804
|
Fixed error after merge [#METR-19266].
|
2016-12-12 10:25:31 +03:00 |
|
Alexey Milovidov
|
54af522de1
|
Preparation [#METR-2944].
|
2016-12-12 10:24:56 +03:00 |
|
Alexey Milovidov
|
8a69df19c4
|
Fixed error after merge [#METR-19266].
|
2016-12-12 09:00:37 +03:00 |
|
Alexey Milovidov
|
de82683197
|
Fixed build on clang [#METR-2944].[C
|
2016-12-12 08:56:34 +03:00 |
|
Alexey Milovidov
|
e2ed20999c
|
Fixed build on clang [#METR-2944].
|
2016-12-12 08:53:37 +03:00 |
|
Alexey Milovidov
|
31c4636538
|
Using internal boost library [#METR-2944].
|
2016-12-12 07:59:19 +03:00 |
|
Alexey Milovidov
|
d5a002f441
|
Using internal boost library [#METR-2944].
|
2016-12-12 07:57:55 +03:00 |
|
Alexey Milovidov
|
d605bfdc9d
|
Using internal boost library [#METR-2944].
|
2016-12-12 07:57:09 +03:00 |
|
Alexey Milovidov
|
fc43827a6c
|
Preparation [#METR-2944].
|
2016-12-12 06:33:34 +03:00 |
|
Alexey Milovidov
|
b3e85e6469
|
Addition to prev. revision [#METR-22442].
|
2016-12-11 14:59:55 +03:00 |
|
Alexey Milovidov
|
436d2c43c9
|
Addition to prev. revision [#METR-22442].
|
2016-12-11 14:47:09 +03:00 |
|
Alexey Milovidov
|
ce6556639e
|
Fixed tests after merge [#METR-19266] [#METR-22442].
|
2016-12-11 14:33:51 +03:00 |
|
Alexey Milovidov
|
c937d75a78
|
Merging [#METR-19266].
|
2016-12-10 09:10:29 +03:00 |
|
Alexey Milovidov
|
e53e32130d
|
Merging [#METR-19266].
|
2016-12-10 07:58:40 +03:00 |
|
Alexey Milovidov
|
e97ecb6cf7
|
Merge branch 'master' into METR-19266
Conflicts:
dbms/CMakeLists.txt
dbms/include/DB/Functions/FunctionsArray.h
dbms/include/DB/Functions/FunctionsString.h
dbms/include/DB/Parsers/ExpressionListParsers.h
dbms/include/DB/Storages/MergeTree/MergeTreeBlockInputStream.h
dbms/include/DB/Storages/MergeTree/MergeTreeReader.h
dbms/include/DB/Storages/MergeTree/MergeTreeThreadBlockInputStream.h
dbms/include/DB/Storages/MergeTree/MergedBlockOutputStream.h
dbms/src/Core/ErrorCodes.cpp
dbms/src/Parsers/ASTFunction.cpp
dbms/src/Storages/MergeTree/MergeTreeData.cpp
dbms/src/Storages/MergeTree/MergeTreeDataPart.cpp
dbms/src/Storages/MergeTree/MergeTreeReader.cpp
dbms/src/Storages/StorageLog.cpp
|
2016-12-10 07:51:36 +03:00 |
|
Vitaliy Lyudvichenko
|
ea11f61433
|
Added requested changes. [#METR-19372]
|
2016-12-09 13:13:16 +03:00 |
|
Vitaliy Lyudvichenko
|
855dc56598
|
Added treshold setting for Vertical merge algorithm. [#METR-23305]
|
2016-12-09 13:13:16 +03:00 |
|
Vitaliy Lyudvichenko
|
774eb01fd3
|
Added MergesTime metric. [#METR-23305]
|
2016-12-09 13:13:16 +03:00 |
|
Vitaliy Lyudvichenko
|
fc4c02c510
|
StorageSystemMerges refactoring.
|
2016-12-09 13:13:16 +03:00 |
|
Vitaliy Lyudvichenko
|
f8eb9028fd
|
Refined query_log, processes and merges metrics.
Also, dbms/CMakeLists.txt was rewritten.
|
2016-12-09 13:11:25 +03:00 |
|
Alexey Milovidov
|
514715589b
|
Preparation [#METR-23747].
|
2016-12-08 05:49:04 +03:00 |
|
proller
|
76dc51aae5
|
Merge remote-tracking branch 'upstream/master' into METR-23466
|
2016-12-07 22:08:09 +03:00 |
|
Alexey Milovidov
|
072f2fc7b8
|
Merges: start to lower maximum size of merge only when number of free entries in pool/queue is lower than specified threshold [#METR-21504].
|
2016-12-06 06:09:07 +03:00 |
|
Alexey Milovidov
|
0717bfa4d2
|
Simplified LevelMergeSelector [#METR-21504].
|
2016-12-06 00:34:46 +03:00 |
|
Vladimir Chebotarev
|
bcc5500f91
|
cmake: More options. [#METR-23701]
|
2016-12-05 15:43:14 +03:00 |
|
Alexey Milovidov
|
02eb36fd03
|
MergeSelector: attempt to make something better [#METR-21504].
|
2016-12-05 09:31:48 +03:00 |
|
Vitaliy Lyudvichenko
|
202ba912ce
|
Vertical merging algorithm for MergeTree engines. [#METR-23305]
|
2016-11-29 22:41:31 +03:00 |
|
proller
|
b529f29bb7
|
Merge remote-tracking branch 'upstream/master' into METR-23466
|
2016-11-29 19:57:01 +03:00 |
|
Vitaliy Lyudvichenko
|
1472629799
|
Updated pk_condition test after recent changes.
|
2016-11-28 20:59:39 +03:00 |
|
Alexey Milovidov
|
0a2d1ebbb3
|
Attempt to improve merge selecting algorithm [#METR-23632].
|
2016-11-28 06:46:08 +03:00 |
|
Alexey Milovidov
|
cac8f9216f
|
MergeSelector: attempt to do something that has sense [#METR-23632].
|
2016-11-28 06:17:31 +03:00 |
|
proller
|
4c90ffd61d
|
Merge remote-tracking branch 'upstream/master' into METR-23466
|
2016-11-27 15:03:35 +03:00 |
|
Alexey Milovidov
|
6209092b15
|
Added heuristic for merge algorithm [#METR-23615].
|
2016-11-26 07:08:49 +03:00 |
|
proller
|
26fe10a7b4
|
Merge remote-tracking branch 'upstream/master' into METR-23466
|
2016-11-25 03:22:30 +03:00 |
|
Alexey Milovidov
|
7d280a55a3
|
Fixed error that server could not shutdown while fetching parts [#METR-23616].
|
2016-11-25 02:18:24 +03:00 |
|