Yuri Dyachenko
|
297a1547c5
|
more usable settings for delayed insert. issue: #METR-22563
|
2016-10-19 20:58:27 +03:00 |
|
Vitaliy Lyudvichenko
|
43f0ac7a93
|
Fixed Debug build.
|
2016-10-17 13:32:30 +03:00 |
|
Alexey Milovidov
|
b1f551d5ba
|
Client: Don't exit (only break) at first error in interactive mode when processing multiple queries in one command [#METR-19563].
|
2016-10-15 03:38:59 +03:00 |
|
Alexey Milovidov
|
ff56176f4a
|
Fixed error in ALTER of MATERIALIZED VIEW's inner tables [#METR-22052].
|
2016-10-15 03:04:58 +03:00 |
|
alexey-milovidov
|
8d7ba10835
|
Merge pull request #132 from ludv1x/METR-22802
Automatic reload of remote_servers configuration.
|
2016-10-14 23:32:27 +04:00 |
|
alexey-milovidov
|
fad9272161
|
Merge pull request #137 from ludv1x/METR-22471
Fixed std::terminate on DROP of StorageReplicatedMergeTree
|
2016-10-14 23:28:39 +04:00 |
|
Vitaliy Lyudvichenko
|
3120b06c02
|
Small enhancement and typos fixes.
|
2016-10-14 21:00:55 +03:00 |
|
Vitaliy Lyudvichenko
|
a0760a4821
|
Added requested PR changes. [#METR-22802]
|
2016-10-14 20:54:18 +03:00 |
|
Vitaliy Lyudvichenko
|
669e2982a5
|
Made merge_selecting_thread creation & deletion atomic. [#METR-22471]
|
2016-10-14 14:47:11 +03:00 |
|
Vitaliy Lyudvichenko
|
aa863ea7bb
|
Fixed std::terminate on DROP of StorageReplicatedMergeTree. [#METR-22471]
|
2016-10-14 13:17:05 +03:00 |
|
Alexey Milovidov
|
dce56bfeba
|
Implemented TODO [#METR-23132].
|
2016-10-14 05:51:03 +03:00 |
|
Alexey Milovidov
|
4bd127a883
|
Added creation of database directories at startup [#METR-2944].
|
2016-10-13 23:01:18 +03:00 |
|
Vitaliy Lyudvichenko
|
144d9018ba
|
Added port column into system.processes table. [#METR-22966]
|
2016-10-11 22:01:55 +03:00 |
|
Vitaliy Lyudvichenko
|
857719b3e5
|
Renamed UsersConfigReloader -> ConfigReloader. [#METR-22802]
|
2016-10-11 19:20:42 +03:00 |
|
Vitaliy Lyudvichenko
|
ebbc9b9877
|
Added abilty to automatically update clusters configuration. [#METR-22802]
|
2016-10-11 17:17:49 +03:00 |
|
Vitaliy Lyudvichenko
|
311f1b1bb9
|
Replaced IConnectionPool * -> ConnectionPoolPtr to avoid mangling references after Context update.
|
2016-10-11 15:07:42 +03:00 |
|
Vitaliy Lyudvichenko
|
3451223408
|
Fixed test build after change of JSON output formats API.
|
2016-10-10 12:04:56 +03:00 |
|
Vitaliy Lyudvichenko
|
a29ee13702
|
Fixed compilation error after inaccurate renaming of force_quoting parametr. [#METR-22950]
|
2016-10-04 19:38:22 +03:00 |
|
Vitaliy Lyudvichenko
|
c3617aaa32
|
Added docs for output_format_json_quote_64bit_integers parameter. [#METR-22950]
|
2016-09-30 21:21:58 +03:00 |
|
Vitaliy Lyudvichenko
|
4c242e8a4d
|
Added output_format_json_quote_64bit_integers new config option.
|
2016-09-30 19:02:16 +03:00 |
|
alexey-milovidov
|
22c79b54fa
|
Merge pull request #122 from ludv1x/benchmark-enhancement
clickhouse-benchmark enhancements
|
2016-09-30 17:20:27 +04:00 |
|
Vitaliy Lyudvichenko
|
861d5e9755
|
Small refinements of benchmark's code.
|
2016-09-30 15:41:23 +03:00 |
|
alexey-milovidov
|
3296310a9d
|
Merge pull request #116 from ludv1x/METR-22071
More datatypes for groupUniqArray() function [#METR-22071]
|
2016-09-29 23:53:18 +04:00 |
|
alexey-milovidov
|
30c4b21a50
|
Merge pull request #121 from ludv1x/METR-22801
Ability to skip columns with unknown names from input JSON data [#METR-22801]
|
2016-09-28 22:49:50 +04:00 |
|
Vitaliy Lyudvichenko
|
f3d70eb87c
|
Added test for JSONEachRow format. [#METR-22801]
|
2016-09-28 21:45:28 +03:00 |
|
Vitaliy Lyudvichenko
|
745c2e0686
|
Added clickhouse-benchmark enhancements.
|
2016-09-28 19:49:59 +03:00 |
|
Vitaliy Lyudvichenko
|
a3d72db2aa
|
Added allocatesMemoryInArena() method for aggregate functions.
Fixed runningAccumulate, now it works properly for complex functions.
More accurate threads handling in Aggregator.
|
2016-09-28 16:28:55 +03:00 |
|
Vitaliy Lyudvichenko
|
3c045e1545
|
Added ability to skip plain JSON arrays. [#METR-22801]
|
2016-09-28 16:14:28 +03:00 |
|
Alexey Milovidov
|
01c8ed01b9
|
Added resharding element to config [#METR-22916].
|
2016-09-28 07:50:19 +03:00 |
|
Vitaliy Lyudvichenko
|
c4666af3ab
|
Add input_format_skip_unknown_fields new config parameter. [#METR-22801]
|
2016-09-28 01:44:45 +03:00 |
|
Alexey Milovidov
|
0515bee021
|
Fixed error [#METR-22876].
|
2016-09-26 16:40:02 +03:00 |
|
Vitaliy Lyudvichenko
|
7103157b1b
|
Added simple test for groupUniqArray(String). [#METR-22071]
Also reverted Benchmark.cpp it will be added in separate PR.
|
2016-09-26 15:43:20 +03:00 |
|
Vitaliy Lyudvichenko
|
80f037b12e
|
Added arena parameter into merge() method of aggregation function states. [#METR-22071]
|
2016-09-26 15:42:40 +03:00 |
|
Alexey Milovidov
|
d71d53fc1a
|
Fixed error [#METR-22876].
|
2016-09-26 13:15:33 +03:00 |
|
Alexey Milovidov
|
1d836b2bf8
|
Addition to prev. revision [#METR-2944].
|
2016-09-23 23:41:14 +03:00 |
|
Alexey Milovidov
|
6b2755bf2a
|
Non significant change [#METR-2944].
|
2016-09-23 23:33:06 +03:00 |
|
Vitaliy Lyudvichenko
|
946a037f71
|
Added requested changes. [#METR-22071]
|
2016-09-23 14:24:48 +03:00 |
|
Alexey Milovidov
|
5d53f21418
|
Addition to prev. revision [#METR-22869].
|
2016-09-23 08:54:57 +03:00 |
|
Alexey Milovidov
|
ebacdf3144
|
Trying to fix stuck in external aggregation [#METR-22869].
|
2016-09-23 08:49:55 +03:00 |
|
Alexey Milovidov
|
9120776fe1
|
Added support of aggregation by tuple keys even if tuples was not flattened in ExpressionAnalyzer [#METR-22301].
|
2016-09-23 01:58:55 +03:00 |
|
alexey-milovidov
|
f252110afd
|
Merge pull request #113 from yandex/metrika-sync-3
Metrika sync 3
|
2016-09-22 00:55:43 +04:00 |
|
Vitaliy Lyudvichenko
|
37ed6a3038
|
Fixed dynamic complation errors. [#METR-22071]
|
2016-09-21 20:13:32 +03:00 |
|
Vitaliy Lyudvichenko
|
451a4b1d67
|
Added new Arena parameter to add() method of IAggregateFunction. [#METR-22071]
|
2016-09-21 20:13:32 +03:00 |
|
Vitaliy Lyudvichenko
|
0a93de0727
|
Leave only HashSet implementation. [#METR-22071]
|
2016-09-21 20:13:32 +03:00 |
|
Vitaliy Lyudvichenko
|
924075621e
|
Added three experimental implementations for groupUniqArray() aggregate function. [#METR-22071]
|
2016-09-21 20:13:32 +03:00 |
|
Alexey Milovidov
|
d3a38e7cfe
|
Allow to omit tcp_port or http_port in config [#METR-22844].
|
2016-09-21 18:22:38 +03:00 |
|
Alexey Milovidov
|
365be3c026
|
Fixed warning with gcc 6 [#METR-2944].
|
2016-09-19 09:24:18 +03:00 |
|
Alexey Milovidov
|
891a0ea06e
|
Addition to prev. revision [#METR-22237].
|
2016-09-19 08:24:49 +03:00 |
|
Alexey Milovidov
|
8d70fd4d51
|
MergingAggregatedMemoryEfficient: clarifications, probably fixed error with aggregation_memory_efficient_merge_threads > 1 [#METR-22237].
|
2016-09-19 08:01:32 +03:00 |
|
Alexey Milovidov
|
6dd008a034
|
Added 'runningDifference' function [#METR-22730].
|
2016-09-17 01:00:30 +03:00 |
|