Alexey Milovidov
|
7dc5661521
|
dbms: more memory efficient merging aggregated states [#METR-17000].
|
2015-12-06 19:22:01 +03:00 |
|
Alexey Milovidov
|
0ef797d9f3
|
dbms: fixed error [#METR-17000].
|
2015-12-06 17:27:09 +03:00 |
|
Alexey Milovidov
|
2b1614825e
|
dbms: improvement [#METR-17000].
|
2015-12-06 10:33:39 +03:00 |
|
Alexey Milovidov
|
7fa1a57165
|
dbms: fixed excessive memory allocation when splitting single-level block in Aggregator [#METR-17000].
|
2015-12-05 10:01:18 +03:00 |
|
Alexey Milovidov
|
fa76a1a452
|
dbms: MergingAggregatedMemoryEfficientBlockInputStream: reading data in parallel [#METR-17000].
|
2015-12-05 07:20:37 +03:00 |
|
Alexey Milovidov
|
6859f2085e
|
dbms: fixed error with TOTALS [#METR-19259].
|
2015-12-04 23:33:38 +03:00 |
|
Alexey Milovidov
|
5890747c56
|
dbms: instrumenting external sort/aggregation [#METR-17000].
|
2015-12-04 00:23:21 +03:00 |
|
Alexey Milovidov
|
0ceb0280f7
|
dbms: added setting 'aggregation_memory_efficient_merge_threads' [#METR-17000].
|
2015-12-03 08:03:23 +03:00 |
|
Alexey Milovidov
|
99d7aa59b8
|
dbms: allowed to merge partial-aggregated streams memory-efficient in parallel [#METR-17000].
|
2015-12-02 01:35:48 +03:00 |
|
Alexey Milovidov
|
d76d57dda2
|
dbms: better [#METR-17000].
|
2015-12-02 00:20:14 +03:00 |
|
Alexey Milovidov
|
b04fc9bdf0
|
dbms: fixed build [#METR-17000].
|
2015-12-01 20:10:24 +03:00 |
|
Alexey Milovidov
|
8844334423
|
dbms: external aggregation: development [#METR-17000].
|
2015-12-01 19:58:15 +03:00 |
|
Alexey Milovidov
|
fe8f947a43
|
dbms: allowed external aggregation with non-parallel aggregation [#METR-17000].
|
2015-12-01 17:43:51 +03:00 |
|
Alexey Milovidov
|
02b16fce06
|
dbms: external aggregation: initial implementation [#METR-17000].
|
2015-12-01 17:09:05 +03:00 |
|
Alexey Milovidov
|
48e840a199
|
dbms: external aggregation: development [#METR-17000].
|
2015-11-30 22:57:46 +03:00 |
|
Alexey Milovidov
|
83cf1f81ec
|
dbms: Aggregator: preparation [#METR-17000].
|
2015-11-30 19:57:05 +03:00 |
|
Alexey Milovidov
|
1889600e39
|
dbms: improved performance of Aggregator in non-compiled case [#METR-2944].
|
2015-11-21 22:46:27 +03:00 |
|
Alexey Milovidov
|
8314861690
|
dbms: improved performance of INSERT SELECT [#METR-19025].
|
2015-11-21 18:47:32 +03:00 |
|
Alexey Milovidov
|
2d00e5d84f
|
dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847].
|
2015-11-20 00:34:53 +03:00 |
|
Andrey Mironov
|
0fd1fc9cdc
|
dbms: add ComplexKeyCacheDictionary, not yet complete [#METR-17328]
Requires a way of deallocating keys in memory Arena (a new type of arena, actually), MySQLDictionarySource not yet capable of requesting complex keys.
|
2015-11-16 20:49:39 +03:00 |
|
Alexey Milovidov
|
4a537fcb84
|
dbms: moved file [#METR-18778].
|
2015-11-15 09:18:43 +03:00 |
|
Alexey Milovidov
|
109eec92ff
|
dbms: fixed error with UNION ALL and subqueries in IN [#METR-18808].
|
2015-11-13 23:50:51 +03:00 |
|
Andrey Mironov
|
c0ba6bedcb
|
dbms:rename ComplexKeyDictionary to ComplexKeyHashedDictionary [#METR-17328]
|
2015-11-13 14:21:40 +03:00 |
|
Andrey Mironov
|
701bed3fae
|
dbms: add ComplexKeyDictionary, no fetching of values yet [#METR-17328]
|
2015-11-12 19:29:07 +03:00 |
|
Alexey Milovidov
|
fea8d76c77
|
dbms: fixed deadlock [#METR-18755].
|
2015-11-12 05:14:28 +03:00 |
|
Alexey Milovidov
|
d21307c535
|
dbms: fixed error with views [#METR-18748].
|
2015-11-10 23:07:38 +03:00 |
|
Alexey Milovidov
|
4b29a48124
|
dbms: fixed error [#METR-17109].
|
2015-11-09 21:45:55 +03:00 |
|
Alexey Milovidov
|
dd3ee906e2
|
dbms: fixed build [#METR-2944].
|
2015-11-09 02:27:51 +03:00 |
|
Alexey Milovidov
|
4482871274
|
dbms: allowed aliases without AS keyword in SELECT clause at top level [#METR-15573].
|
2015-11-08 03:28:12 +03:00 |
|
Alexey Arno
|
29dc5f91d1
|
Merge
|
2015-11-06 20:44:01 +03:00 |
|
Alexey Arno
|
67d42f3aa8
|
dbms: Server: Bug fix. If the FROM section of a subquery does not refer to a table, the depth (as specified in the algorithm for distributed IN/JOIN subqueries processing) of this subquery must not increase. [#METR-18524]
|
2015-11-05 14:11:20 +03:00 |
|
Alexey Milovidov
|
c3a196904f
|
dbms: fixed error with ARRAY JOIN and UNION ALL [#METR-18646].
|
2015-11-05 03:42:18 +03:00 |
|
Alexey Milovidov
|
1a01606bf6
|
dbms: fixed error with GLOBAL subqueries and aliases [#METR-18650].
|
2015-11-05 01:02:52 +03:00 |
|
Alexey Milovidov
|
213a6dedbd
|
dbms: probably fixed error [#METR-18611].
|
2015-11-02 22:19:29 +03:00 |
|
Alexey Milovidov
|
89848a098a
|
dbms: setting Content-Type header in HTTP interface [#METR-18603].
|
2015-10-31 00:19:54 +03:00 |
|
Alexey Milovidov
|
e7aabfe43c
|
dbms: fixed error [#MTRSADMIN-1690].
|
2015-10-30 05:29:53 +03:00 |
|
Andrey Mironov
|
37ba429c1e
|
dbms: handle ALIAS columns differently, support them in ARRAY JOIN. [#METR-18221]
|
2015-10-29 18:42:40 +03:00 |
|
Alexey Milovidov
|
c9a8f19def
|
dbms: fixed error with tuples of consts [#METR-18586].
|
2015-10-29 00:21:18 +03:00 |
|
Alexey Milovidov
|
23144fb2c1
|
Revert "dbms: fixed error with ARRAY JOIN, ORDER BY and LIMIT when no aggregation and joined arrays is not used before ORDER BY [#METR-18534]."
This reverts commit d5a33de26e7f69f65d7c056394e6a1d70b3a3f2a.
|
2015-10-27 03:50:01 +03:00 |
|
Alexey Arno
|
a5e1c3a603
|
dbms: Server: Set max_threads to max_distributed_connections in order to improve response times of CHECK TABLE. [#METR-16213]
|
2015-10-26 17:16:29 +03:00 |
|
Alexey Milovidov
|
6affd9f342
|
dbms: fixed error with ARRAY JOIN, ORDER BY and LIMIT when no aggregation and joined arrays is not used before ORDER BY [#METR-18534].
|
2015-10-23 22:05:21 +03:00 |
|
Alexey Milovidov
|
09e3e62539
|
Merge
|
2015-10-23 04:44:50 +03:00 |
|
Alexey Milovidov
|
5cd5c0dde5
|
dbms: using 'max_rows_to_group_by' limit while merging aggregate states (in certain cases) [#METR-18507].
|
2015-10-23 04:43:42 +03:00 |
|
Alexey Milovidov
|
6f00b5949c
|
dbms: fixed ARRAY JOIN when joined array is not used, but original is used [#METR-18406].
|
2015-10-22 23:56:52 +03:00 |
|
Alexey Milovidov
|
90ff83b1ba
|
dbms: using max_rows_to_group_by limit while merging aggregate states (incomplete) [#METR-18507].
|
2015-10-22 04:44:33 +03:00 |
|
Alexey Milovidov
|
9b0da24558
|
dbms: allowed to GROUP BY constants with no aggregates [#METR-18298].
|
2015-10-22 00:43:42 +03:00 |
|
Andrey Mironov
|
8242d24d1d
|
dbms: fix alters involving FixedString columns and defaults [#METR-18221]
|
2015-10-21 17:54:13 +03:00 |
|
Alexey Arno
|
2660fbaa21
|
dbms: Server: merged branch METR-16213 into master
|
2015-10-20 17:59:29 +03:00 |
|
Alexey Milovidov
|
203beb9621
|
dbms: caching DNS for table function 'remote' [#METR-18472].
|
2015-10-16 19:10:10 +03:00 |
|
Alexey Arno
|
a5c49720fc
|
Merge
|
2015-10-16 18:00:50 +03:00 |
|