Commit Graph

320 Commits

Author SHA1 Message Date
Alexey Milovidov
2851e0abcc Merge 2013-10-01 18:09:31 +00:00
Alexey Milovidov
c8193c1618 dbms: fixed 'rows_before_limit_at_least' [#CONV-2944]. 2013-09-19 00:08:49 +00: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
1aa789831b dbms: Aggregator: fixed error [#CONV-2944]. 2013-09-16 05:33:49 +00:00
Alexey Milovidov
40464a0123 dbms: added new aggregation method [#CONV-2944]. 2013-09-15 10:53:10 +00:00
Alexey Milovidov
717a3fc591 dbms: fixed MergingSortedBlockInputStreams when one of stream is empty [#CONV-2944]. 2013-09-15 03:14:29 +00:00
Alexey Milovidov
40f602ff92 dbms: improvement [#CONV-2944]. 2013-09-14 07:43:45 +00:00
Alexey Milovidov
fd4f4a9a86 dbms: fixed error [#CONV-2944]. 2013-09-14 05:14:22 +00:00
Alexey Milovidov
ca2da37d2e dbms: don't write too many messages about inconsistent data into log [#CONV-8729]. 2013-09-13 22:59:02 +00:00
Alexey Milovidov
6def419e85 dbms: development [#CONV-2944]. 2013-09-13 20:33:09 +00:00
Alexey Milovidov
706aad9e63 dbms: added expression calculation on totals [#CONV-8366]. 2013-09-08 08:27:06 +00:00
Alexey Milovidov
c69f353a17 dbms: added calculation of min/max [#CONV-8691]. 2013-09-07 02:03:13 +00:00
Alexey Milovidov
b872dadb52 dbms: fixed 'rows_before_limit_at_least' in case of distributed query with single server [#CONV-7549]. 2013-09-06 19:33:07 +00:00
Alexey Milovidov
c7d8723a54 dbms: sending totals as separate packet [#CONV-8366]. 2013-09-05 20:22:43 +00:00
Alexey Milovidov
d055d54380 dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
Alexey Milovidov
151506d742 dbms: added totals as separate data in JSON formats [#CONV-8366]. 2013-09-01 04:55:41 +00:00
Alexey Milovidov
81d9d1deaa dbms: don't create useless threads for small queries [#CONV-2944]. 2013-08-31 04:07:11 +00:00
Alexey Milovidov
051249122a dbms: Quota: development [#CONV-8459]. 2013-08-28 21:36:16 +00:00
Alexey Milovidov
c10d3a4bb9 dbms: Quota: development [#CONV-8459]. 2013-08-28 20:47:22 +00:00
Alexey Milovidov
08e6150fe9 SipHash: more handy [#CONV-2944]. 2013-08-28 17:13:43 +00:00
Alexey Milovidov
b74f610397 dbms: fixed error when receiving incorrect packet type [#CONV-2944]. 2013-08-04 00:42:35 +00:00
Alexey Milovidov
3e7a073fdb dbms: fixed parametric aggregate functions in distributed query processing [#CONV-8223]. 2013-07-28 03:14:03 +00:00
Alexey Milovidov
43825cdf95 dbms: improved performance of finalizing aggregate functions [#CONV-2944]. 2013-06-30 11:38:46 +00:00
Vyacheslav Alipov
60aa196a56 skipping header-block in RemoteBlockInputStream [#CONV-7906] 2013-06-24 13:38:50 +00:00
Alexey Milovidov
fe0dd1d0b2 dbms: improvement [#CONV-2944]. 2013-06-21 20:34:19 +00:00
Alexey Milovidov
acad879df8 dbms: fixed Limits for DISTINCT [#CONV-7934]. 2013-06-21 19:37:47 +00:00
Vyacheslav Alipov
c8cc523ffe getBufferSizeInBytes() return type fix [#CONV-7934] 2013-06-20 12:47:10 +00:00
Vyacheslav Alipov
7f91afaf20 limits for IN and DISTINCT [not tested] [#CONV-7934] 2013-06-20 12:12:27 +00:00
Vyacheslav Alipov
cea132c012 PrettyCompact and PrettyCompactMonoBlock use common code actively now [#CONV-6723] 2013-06-18 09:56:11 +00:00
Vyacheslav Alipov
e3a2816989 PrettyCompactMonoBlock format [#CONV-6723] 2013-06-17 12:40:44 +00:00
Michael Kolupaev
9942dcc9c8 clickhouse: removed obsolete code [#CONV-7444]. 2013-06-05 13:42:13 +00:00
Michael Kolupaev
e3ee5fdc1f clickhouse: removed Expression, fixed tests [#CONV-7444]. 2013-06-05 12:46:41 +00:00
Michael Kolupaev
7b67d22982 clickhouse: fixed [#CONV-7444]. 2013-06-03 10:43:25 +00:00
Michael Kolupaev
dd72f5b8b8 clickhouse: switched to ExpressionAnalyzer [#CONV-7444]. 2013-06-03 10:18:41 +00:00
Alexey Milovidov
941bd5541c dbms: fixed error [#CONV-7750]. 2013-06-01 18:57:04 +00:00
Alexey Milovidov
67f905dbc4 dbms: added DISTINCT [#CONV-7756]. 2013-06-01 07:43:57 +00:00
Alexey Milovidov
9848a42c82 dbms: fixed error [#CONV-7549]. 2013-05-31 17:34:30 +00:00
Alexey Milovidov
4d36ed58e0 dbms: fixed arrayJoin [#CONV-7733]. 2013-05-29 18:37:28 +00:00
Vyacheslav Alipov
f1c161842b added collation [#CONV-7651] 2013-05-28 16:56:05 +00:00
Michael Kolupaev
0ecebb645d Expression replacement: development [#CONV-7444]. 2013-05-27 14:02:55 +00:00
Vyacheslav Alipov
8501644704 works with client now [#CONV-7549] 2013-05-22 14:57:43 +00:00
Vyacheslav Alipov
24880408c7 works with HTTP [#CONV-7549] 2013-05-22 12:10:33 +00:00
Vyacheslav Alipov
70a13e3812 works with HTTP requests [#CONV-7549] 2013-05-20 12:21:51 +00:00
Vyacheslav Alipov
2ba18d9efa changed WriteBuffer to WriteBufferValidUTF8 [#CONV-7445] 2013-05-15 12:02:05 +00:00
Vyacheslav Alipov
a2b61e0d5f JSONCompactRowOutputStream [#CONV-7445] 2013-05-15 11:48:00 +00:00
Vyacheslav Alipov
8685024166 JSONRowOutputStream [#CONV-7445] 2013-05-15 11:18:58 +00:00
Vyacheslav Alipov
066f9ffa7c rolled back to revision 31455 [#CONV-6778] 2013-05-08 09:58:31 +00:00
Vyacheslav Alipov
c2d5749128 preserving original column names for distributed queries [#CONV-6778] 2013-05-07 10:30:52 +00:00
Alexey Milovidov
15b0ef253c dbms: added WITH TOTALS modifier for GROUP BY [#CONV-2944]. 2013-05-04 15:46:50 +00:00
Alexey Milovidov
657deb8125 dbms: development of one-pass processing of multiple queries [#CONV-2944]. 2013-05-04 06:09:23 +00:00
Alexey Milovidov
600f4bdd0b dbms: development [#CONV-2944]. 2013-05-04 05:20:07 +00:00
Alexey Milovidov
ce4161b4e0 dbms: development [#CONV-2944]. 2013-05-04 04:05:15 +00:00
Alexey Milovidov
85664affbf dbms: development of multi-queries [#CONV-2944]. 2013-05-03 10:20:53 +00:00
Alexey Milovidov
d08e7cf5bc dbms: fixed error [#CONV-7486]. 2013-05-03 05:23:14 +00:00
Alexey Milovidov
3693481bb7 dbms: development [#CONV-2944]. 2013-05-03 02:25:50 +00:00
Michael Kolupaev
a34f86cc7b clickhouse: FINAL only returning positive rows [#CONV-7363]. 2013-04-26 13:20:42 +00:00
Michael Kolupaev
e3c0352b45 clickhouse: optimized FINAL [#CONV-7363]. 2013-04-26 12:44:45 +00:00
Michael Kolupaev
1a4df75e08 clickhouse: added missing files [#CONV-7363]. 2013-04-25 15:48:09 +00:00
Alexey Milovidov
ad4e7c9da8 dbms: sending progress while processing subqueries [#CONV-2944]. 2013-02-16 14:55:14 +00:00
Alexey Milovidov
3f73658c1d dbms: raised up maximum number of rows for Pretty formats [#CONV-2944]. 2013-02-16 13:53:33 +00:00
Alexey Milovidov
aeb201b726 dbms: continue of improvement [#CONV-2944]. 2013-02-08 23:41:05 +00:00
Alexey Milovidov
04d9e21301 dbms: tiny improvement and more logging [#CONV-2944]. 2013-02-04 03:31:31 +00:00
Alexey Milovidov
7cc2871e30 dbms: allowed to send custom settings with query; sending current settings to remote servers for distributed query processing [#CONV-2944]. 2013-02-01 19:02:04 +00:00
Alexey Milovidov
b5937d0539 dbms: fixed out-of-sync connections [#CONV-2944]. 2013-01-28 20:32:21 +00:00
Michael Kolupaev
9b3b82c750 clickhouse: fixed segfault when a table is dropped while in use [#CONV-6561]. 2013-01-23 17:38:03 +00:00
Alexey Milovidov
865130d3b6 dbms: improved performance (less copies of fields) [#CONV-2944]. 2013-01-07 06:47:15 +00:00
Alexey Milovidov
6f70407cc8 dbms: improved query cancelling speed [#CONV-2944]. 2013-01-07 01:41:06 +00:00
Alexey Milovidov
f800b5b769 dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944]. 2013-01-07 00:57:43 +00:00
Alexey Milovidov
966812095f dbms: more diagnostics when reading from row-based formats [#CONV-2944]. 2012-12-29 15:41:17 +00:00
Alexey Milovidov
24df661bdd dbms: development of limits [#CONV-2944]. 2012-12-26 20:29:28 +00:00
Alexey Milovidov
691782329a dbms: development of limits [#CONV-2944]. 2012-12-25 20:36:35 +00:00
Alexey Milovidov
c3cf6626e3 dbms: development of limits [#CONV-2944]. 2012-12-25 19:28:59 +00:00
Alexey Milovidov
269b928f4f dbms: development of limits [#CONV-2944]. 2012-12-25 17:25:44 +00:00
Alexey Milovidov
b312f42808 dbms: reverted previous modification [#CONV-2944]. 2012-12-16 00:23:41 +00:00
Alexey Milovidov
62a8ecc749 dbms: probably improved performance of inserting, merging and sorting [#CONV-2944]. 2012-12-15 23:10:14 +00:00
Alexey Milovidov
8a053aba54 dbms: fixed error [#CONV-2944]. 2012-12-06 17:32:48 +00:00
Alexey Milovidov
ee2959af7f dbms: improvement [#CONV-2944]. 2012-11-10 05:20:56 +00:00
Alexey Milovidov
c4ffc95cdd dbms: improvement [#CONV-2944]. 2012-11-10 05:13:46 +00:00
Alexey Milovidov
856108efe9 dbms: added 'RowBinary' format [#CONV-2944]. 2012-11-10 04:43:53 +00:00
Alexey Milovidov
686878a5fb dbms: tiny fixes [#CONV-2944]. 2012-11-10 04:43:04 +00:00
Alexey Milovidov
b664e10a37 dbms: fixed race condition [#CONV-2944]. 2012-11-10 04:42:26 +00:00
Alexey Milovidov
5610f1c13c dbms: fixed error with distributed query processing [#CONV-2944]. 2012-10-30 19:17:41 +00:00
Alexey Milovidov
2a95c2b504 dbms: fixed error with async. stream [#CONV-2944]. 2012-10-29 02:55:14 +00:00
Alexey Milovidov
db11d5dbb9 dbms: fixed error [#CONV-2944]. 2012-10-29 02:54:47 +00:00
Alexey Milovidov
fa0dc68533 dbms: clearing temporary columns while executing query - improved performance (not tested) [#CONV-2944]. 2012-10-25 20:20:46 +00:00
Alexey Milovidov
b2e260fa36 dbms: development [#CONV-2944]. 2012-10-23 18:51:29 +00:00
Alexey Milovidov
a5e88d1fb5 dbms: fixed error with distributed connections [#CONV-2944]. 2012-10-22 19:55:19 +00:00
Alexey Milovidov
b907de191b dbms: development [#CONV-2944]. 2012-10-20 23:02:13 +00:00
Alexey Milovidov
8bda876d42 dbms: development [#CONV-2944]. 2012-10-20 07:23:13 +00:00
Alexey Milovidov
3f62b5bb2e dbms: development [#CONV-2944]. 2012-10-20 06:40:55 +00:00
Alexey Milovidov
e35138b09d dbms: development [#CONV-2944]. 2012-10-20 05:54:35 +00:00
Alexey Milovidov
12a5e955c1 dbms: development [#CONV-2944]. 2012-10-20 05:36:32 +00:00
Alexey Milovidov
8e76b228e1 dbms: development [#CONV-2944]. 2012-10-20 02:35:44 +00:00
Alexey Milovidov
1a7af177cd dbms: development [#CONV-2944]. 2012-10-20 02:10:47 +00:00
Alexey Milovidov
6b787234ad dbms: development [#CONV-2944]. 2012-10-19 00:10:17 +00:00
Alexey Milovidov
957f89f4e3 dbms: development [#CONV-2944]. 2012-10-18 23:52:31 +00:00
Alexey Milovidov
a1fd23efb1 dbms: better [#CONV-2944]. 2012-10-18 23:38:16 +00:00
Alexey Milovidov
8c5d02e064 dbms: fixed error [#CONV-2944]. 2012-10-18 22:47:12 +00:00
Alexey Milovidov
c61f9d72c5 dbms: maybe better [#CONV-2944]. 2012-10-18 19:24:46 +00:00
Alexey Milovidov
8f7b76622e dbms: better [#CONV-2944]. 2012-10-18 19:00:49 +00:00
Alexey Milovidov
4a229b5984 dbms: fixed error [#CONV-2944]. 2012-10-18 18:41:23 +00:00
Alexey Milovidov
5dce2f8b49 dbms: allowed to directly cancel stream; cancelling in UnionBlockInputStream [#CONV-2944]. 2012-10-17 19:55:56 +00:00
Alexey Milovidov
d61f6c1069 dbms: addition to prev. revision [#CONV-2944]. 2012-10-16 18:41:35 +00:00
Alexey Milovidov
fd1b7c3b8b dbms: tiny addition [#CONV-2944]. 2012-10-16 18:38:29 +00:00
Alexey Milovidov
9279104479 dbms: probably fixed error [#CONV-2944]. 2012-10-16 18:37:34 +00:00
Alexey Milovidov
d2ed0ae566 dbms: addition to prev. revision [#CONV-2944]. 2012-10-16 18:12:29 +00:00
Alexey Milovidov
bb3fedcd55 dbms: addition to prev. revision [#CONV-2944]. 2012-10-16 17:34:05 +00:00
Alexey Milovidov
7f4d9e188c dbms: cancelling of remote/distributed queries [#CONV-2944]. 2012-10-16 17:32:59 +00:00
Alexey Milovidov
2d0b3c97d5 dbms: tiny modification [#CONV-2944]. 2012-10-13 02:12:50 +00:00
Alexey Milovidov
c1f67a439d dbms: fixed error with filter (WHERE, HAVING) [#CONV-2944]. 2012-10-12 20:34:33 +00:00
Alexey Milovidov
8b505320fe dbms: probably fixed error in distributed query processing [#CONV-2944]. 2012-10-12 18:57:10 +00:00
Alexey Milovidov
1da843261e dbms: UnionBlockInputStream: earlier collection of errors [#CONV-2944]. 2012-10-12 16:53:45 +00:00
Alexey Milovidov
80084f0359 dbms: fixed error with TabSeparatedRaw format [#CONV-2944]. 2012-10-10 18:51:52 +00:00
Alexey Milovidov
fc8b9ca281 dbms: fixed error [#CONV-2944]. 2012-10-10 18:32:45 +00:00
Alexey Milovidov
3565fe09c0 dbms: fixed error in UnionBlockInputStream [#CONV-2944]. 2012-09-24 02:05:40 +00:00
Alexey Milovidov
2f29924dda dbms: fixed error [#CONV-2944]. 2012-09-19 19:30:18 +00:00
Alexey Milovidov
bf1042c832 dbms: development [#CONV-2944]. 2012-09-12 18:18:48 +00:00
Alexey Milovidov
ee72094d1d ███████████: development [#CONV-2944]. 2012-09-05 19:51:09 +00:00
Alexey Milovidov
2f5c38866b dbms: probably fixed error [#CONV-2944]. 2012-09-04 20:19:25 +00:00
Alexey Milovidov
a17bf6f10e dbms: probably fixed error [#CONV-2944]. 2012-09-04 19:57:17 +00:00
Alexey Milovidov
dbd2019907 dbms: fixed error [#CONV-2944]. 2012-09-03 20:35:21 +00:00
Alexey Milovidov
fd0815a735 dbms: probably fixed error [#CONV-2944]. 2012-09-03 19:52:57 +00:00
Alexey Milovidov
44aa02f806 dbms: development [#CONV-2944]. 2012-08-27 05:13:14 +00:00
Alexey Milovidov
9cd4ad0a9a dbms: development [#CONV-2944]. 2012-08-23 23:49:28 +00:00
Alexey Milovidov
eba631bc7f dbms: development [#CONV-2944]. 2012-08-22 16:30:41 +00:00
Alexey Milovidov
88d79b7bb3 dbms, ███████████: development [#CONV-5417]. 2012-08-20 05:32:50 +00:00
Alexey Milovidov
72a6eb812d dbms: development [#CONV-2944]. 2012-08-17 19:53:11 +00:00
Alexey Milovidov
5419014213 dbms: development [#CONV-2944]. 2012-08-16 22:11:53 +00:00
Alexey Milovidov
d10b547ffb dbms: development [#CONV-2944]. 2012-08-16 20:07:13 +00:00
Alexey Milovidov
f89b460b8f dbms: development [#CONV-2944]. 2012-08-16 17:02:31 +00:00
Alexey Milovidov
395db3be6a dbms: development [#CONV-2944]. 2012-08-14 20:35:44 +00:00
Alexey Milovidov
d1db04f4ec dbms: development [#CONV-2944]. 2012-08-14 20:33:37 +00:00
Alexey Milovidov
0d5710f04a dbms: development [#CONV-2944]. 2012-08-13 20:16:06 +00:00
Alexey Milovidov
eb8d9b5a97 dbms: development [#CONV-2944]. 2012-08-08 20:12:29 +00:00
Alexey Milovidov
061a75785b dbms: development [#CONV-2944]. 2012-08-02 17:33:31 +00:00
Alexey Milovidov
4c931f147f dbms: development [#CONV-2944]. 2012-08-01 19:55:05 +00:00
Alexey Milovidov
bc7da3721f dbms: removed old special merge sort [#CONV-2944]. 2012-07-27 20:25:48 +00:00
Alexey Milovidov
75a80c192f dbms: merge sorting: probably better [#CONV-2944]. 2012-07-27 20:19:15 +00:00
Alexey Milovidov
0aedea75c6 dbms: development [#CONV-2944]. 2012-07-25 20:33:43 +00:00
Alexey Milovidov
b9cfda11ab dbms: development [#CONV-2944]. 2012-07-25 20:17:35 +00:00
Alexey Milovidov
cae3962251 dbms: development [#CONV-2944]. 2012-07-25 19:53:43 +00:00
Alexey Milovidov
8b372a6227 dbms: development [#CONV-2944]. 2012-07-24 18:52:26 +00:00
Alexey Milovidov
865ac88e0c dbms: development [#CONV-2944]. 2012-07-24 18:44:23 +00:00
Alexey Milovidov
3aef1c7706 dbms: development [#CONV-2944]. 2012-07-24 18:21:39 +00:00
Alexey Milovidov
bdaf56449e dbms: development [#CONV-2944]. 2012-07-23 20:01:29 +00:00
Alexey Milovidov
c878d6c7b8 dbms: development [#CONV-2944], 2012-07-23 06:23:29 +00:00
Alexey Milovidov
fde5883254 dbms: development [#CONV-2944]. 2012-06-25 05:07:34 +00:00
Alexey Milovidov
5420b09178 dbms: development [#CONV-2944]. 2012-06-25 03:59:41 +00:00
Alexey Milovidov
480b1c832e dbms: development [#CONV-2944]. 2012-06-25 03:56:45 +00:00
Alexey Milovidov
d575c2561b dbms: development [#CONV-2944]. 2012-06-25 03:42:08 +00:00