Commit Graph

517 Commits

Author SHA1 Message Date
Alexey Milovidov
717a3fc591 dbms: fixed MergingSortedBlockInputStreams when one of stream is empty [#CONV-2944]. 2013-09-15 03:14:29 +00:00
Alexey Milovidov
8fc69c2a8e dbms: more fsync [#CONV-2944]. 2013-09-15 01:40:29 +00:00
Alexey Milovidov
1acad2acb1 Merge 2013-09-15 01:10:16 +00:00
Alexey Milovidov
fd4f4a9a86 dbms: fixed error [#CONV-2944]. 2013-09-14 05:14:22 +00:00
Alexey Milovidov
97b923fd7b dbms: uncompressed cache: better [#CONV-8661]. 2013-09-08 07:30:52 +00:00
Alexey Milovidov
efae271ae0 dbms: added uncompressed cache (experimental) [#CONV-8661]. 2013-09-08 05:53:10 +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
3f72d27c61 dbms: better diagnostics [#CONV-8595]. 2013-08-27 20:15:22 +00:00
Alexey Milovidov
55bc868f19 dbms: tiny modification [#CONV-2944]. 2013-08-24 08:26:25 +00:00
Alexey Milovidov
482bc803fd Merge 2013-08-24 08:01:19 +00:00
Alexey Milovidov
be67c3e3d6 Removed useless namespace [#CONV-2807]. 2013-08-11 03:40:14 +00:00
Alexey Milovidov
f3f6268ee5 dbms: users: development [#CONV-8458]. 2013-08-10 09:04:45 +00:00
Alexey Milovidov
c2fc882312 dbms: tiny improvements [#CONV-8383]. 2013-08-09 00:12:59 +00:00
Vyacheslav Alipov
b0e6c69c96 fixed merge of nested arrays (multiple write of offsets issue) [#CONV-7967] 2013-08-08 13:12:28 +00:00
Pavel Kartavyy
4c07a0bccb Merge 2013-08-08 09:50:15 +00:00
Vyacheslav Alipov
7b01659e44 fixed merge of nested arrays (escaped filename issue) [#CONV-7967] 2013-08-07 19:45:47 +00:00
Pavel Kartavyy
a5c799d7a3 Merge 2013-08-07 13:07:42 +00:00
Vyacheslav Alipov
2d88cfa642 Merge 2013-08-05 17:05:30 +00:00
Alexey Milovidov
e0bdd99128 dbms: removed useless method [#CONV-2944]. 2013-07-28 03:28:52 +00:00
Alexey Milovidov
d0bc18a815 Merge 2013-07-28 01:15:52 +00:00
Vyacheslav Alipov
ac42eb45a4 SELECT and table reads/writes may be wokring now [NOT TESTED] [#CONV-7967] 2013-07-16 14:55:01 +00:00
Vyacheslav Alipov
090aae8e7b propagated [de]serialization to storages and (in|out)put streams [#CONV-7967] 2013-07-12 13:35:05 +00:00
Alexey Milovidov
69bd0e2557 dbms: style fix [#CONV-2944]. 2013-06-29 18:04:38 +00:00
Alexey Milovidov
a5fc5c235e Merge 2013-06-25 12:19:10 +00:00
Alexey Milovidov
fe0dd1d0b2 dbms: improvement [#CONV-2944]. 2013-06-21 20:34:19 +00:00
Alexey Milovidov
e853c4b320 dbms: don't write .sql files for ChunkRef tables [#CONV-7889]. 2013-06-17 07:01:31 +00:00
Alexey Milovidov
b7f98d9f6a dbms: lowered memory consumption [#CONV-7885]. 2013-06-15 03:33:45 +00:00
Michael Kolupaev
f7aedd227d Merge 2013-06-03 13:17:17 +00:00
Michael Kolupaev
503ca18634 clickhouse: removed heuristic for FINAL [#CONV-7363]. 2013-05-20 15:48:38 +00:00
Michael Kolupaev
b89bbf8463 clickhouse: addition to previous commit [#CONV-6705]. 2013-05-15 13:47:09 +00:00
Michael Kolupaev
471f6b3a66 Merge 2013-05-15 12:32:40 +00:00
Alexey Milovidov
b6a3c6a5b7 Added support for FINAL for StorageDistributed [#CONV-7040]. 2013-05-13 20:03:54 +00:00
Vyacheslav Alipov
755031efc6 performing sign rewrite from distributed table too [#CONV-6778] 2013-05-08 10:30:29 +00:00
Alexey Milovidov
01177e16fe Merge 2013-05-06 12:15:34 +00:00
Alexey Milovidov
2efd1bc6b0 dbms: removed few cyclic SharedPtr references [#CONV-2944]. 2013-05-05 18:02:05 +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
Michael Kolupaev
a34f86cc7b clickhouse: FINAL only returning positive rows [#CONV-7363]. 2013-04-26 13:20:42 +00:00
Michael Kolupaev
cd1183267c clickhouse: added CollapsingFinalBlockInputStream [#CONV-7363]. 2013-04-25 15:46:14 +00:00
Vyacheslav Alipov
6191923acc added option: sign_rewrite [#CONV-6778] 2013-04-24 13:34:04 +00:00
Michael Kolupaev
f938677d85 clickhouse: fixed indentation [#CONV-7363]. 2013-04-24 12:57:36 +00:00
Michael Kolupaev
fb180683c1 clickhouse: faster SELECT ... FINAL [#CONV-7363]. 2013-04-24 12:17:29 +00:00
Michael Kolupaev
5be6bd2408 Merge 2013-04-24 10:31:32 +00:00
Michael Kolupaev
d97d22919e Merge 2013-04-23 11:08:41 +00:00
Michael Kolupaev
961e3c9c87 clickhouse: fixed arrays in TinyLog [#CONV-2944]. 2013-03-07 17:40:24 +00:00
Michael Kolupaev
061f99e117 clickhouse: removed unused code [#CONV-6705]. 2013-02-26 13:48:47 +00:00
Michael Kolupaev
905c9051c8 clickhouse: slightly fixed comment [#CONV-6705]. 2013-02-26 13:11:55 +00:00
Michael Kolupaev
2a05c2829c clickhouse: StorageLog now stores all marks in one file [#CONV-6705]. 2013-02-26 13:06:01 +00:00
Michael Kolupaev
7393b0033b Merge 2013-02-25 10:23:31 +00:00
Michael Kolupaev
a4fe773cba Merge 2013-02-22 12:18:08 +00:00
Michael Kolupaev
bb9fccdd95 Merge 2013-02-20 10:29:26 +00:00
Michael Kolupaev
0184d23e1c Merge 2013-02-14 11:22:56 +00:00
Michael Kolupaev
4ed6c86648 clickhouse: Chunks: added logging [#CONV-6705]. 2013-02-11 12:28:43 +00:00
Michael Kolupaev
19707dc7ca Merge 2013-02-11 11:42:36 +00:00
Michael Kolupaev
f177dca440 Merge 2013-02-11 09:19:48 +00:00
Michael Kolupaev
7eaba87293 clickhouse: added comment [#CONV-6705]. 2013-02-11 08:55:51 +00:00
Michael Kolupaev
9aec07070a Merge 2013-02-08 17:06:29 +00:00
Michael Kolupaev
746d879e44 clickhouse: added ChunkRef storage [#CONV-6705]. 2013-02-07 13:40:59 +00:00
Michael Kolupaev
17ba747e56 fixed build [#CONV-6705]. 2013-02-07 13:07:13 +00:00
Michael Kolupaev
6f2c6559c8 clickhouse: added Chunks storage [#CONV-6705]. 2013-02-07 13:03:19 +00:00
Michael Kolupaev
b959d7e038 clickhouse: fixed a warning [#CONV-6561]. 2013-02-06 11:42:33 +00:00
Michael Kolupaev
e7c3e10814 clickhouse: slightly refactored storage creation [#CONV-6561]. 2013-02-06 11:26:35 +00:00
Michael Kolupaev
1ae4a374f9 clickhouse: added missing file [#CONV-6561]. 2013-02-05 13:18:43 +00:00
Michael Kolupaev
6dfc03c44f clickhouse: fixed not dropping database after dropping table during long select query [#CONV-6561]. 2013-02-05 13:03:35 +00:00
Michael Kolupaev
379b668e23 clickhouse: removing data lazily [#CONV-6561]. 2013-02-05 09:52:13 +00:00
Michael Kolupaev
166c644c72 clickhouse: probably fixed some crashes [#CONV-6561]. 2013-02-05 08:32:20 +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
Michael Kolupaev
c4b52f7232 clickhouse: fixed dropping tables [#CONV-6561]. 2013-01-23 17:43:19 +00:00
Michael Kolupaev
7a6c4e4545 clickhouse: fixed small bug [#CONV-6561]. 2013-01-23 17:40:09 +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
Michael Kolupaev
572211a44a Merge 2013-01-23 11:16:32 +00:00
Alexey Milovidov
2076cc7d87 dbms: improved loading time [#CONV-2944]. 2013-01-17 20:21:03 +00:00
Alexey Milovidov
7b3f533ecd Using own Field class instead of boost::variant (experimental) [#CONV-2944]. 2013-01-05 20:03:19 +00:00
Alexey Milovidov
954ab221d6 Merge 2012-12-15 04:39:13 +00:00
Alexey Milovidov
17612f45ec Merge 2012-12-12 23:31:40 +00:00
Michael Kolupaev
81883201ec clickhouse: fixed [#6201]. 2012-12-12 15:45:08 +00:00
Michael Kolupaev
2350e09c51 clickhouse: fixed compiler warnings [#6201]. 2012-12-12 14:38:39 +00:00
Michael Kolupaev
42073f42ec clickhouse: added support for SAMPLE clause of SELECT query (works only in merge tree storage) [#6201]. 2012-12-12 14:25:55 +00:00
Michael Kolupaev
7f27cbbcb7 Merge 2012-12-10 10:23:10 +00:00
Michael Kolupaev
f75533a024 Merge 2012-12-07 10:05:36 +00:00
Michael Kolupaev
2b9f4ca2bf Merge 2012-12-06 13:07:29 +00:00
Michael Kolupaev
8f512c546a Merge 2012-12-06 11:10:05 +00:00
Michael Kolupaev
5555027deb Merge 2012-12-06 09:45:09 +00:00
Michael Kolupaev
905d9615c7 Merge 2012-12-05 12:55:30 +00:00
Michael Kolupaev
dba35f0364 Merge 2012-12-05 12:44:55 +00:00
Alexey Milovidov
f5586b456d Merge 2012-11-30 05:24:24 +00:00
Alexey Milovidov
7f4348ecdc dbms: added locks to storages Memory and Log [#CONV-2944]. 2012-11-30 04:28:13 +00:00
Alexey Milovidov
a0972784b1 Merge 2012-11-30 00:52:45 +00:00
Michael Kolupaev
03e00c0db0 Merge 2012-11-29 16:52:01 +00:00
Michael Kolupaev
8073045c7e Merge 2012-11-29 11:29:11 +00:00
Michael Kolupaev
982686f51c Merge 2012-11-29 10:50:17 +00:00
Michael Kolupaev
f55d19f71a Merge 2012-11-29 08:41:20 +00:00
Michael Kolupaev
912cf7c4eb Merge 2012-11-28 17:17:17 +00:00
Michael Kolupaev
e200c1c478 Merge 2012-11-28 08:52:15 +00:00
Michael Kolupaev
fba19e8eb6 clickhouse: fixed possible deadlock [#CONV-6108]. 2012-11-22 17:57:10 +00:00
Alexey Milovidov
d7d23ac81b dbms: StorageDistributed: added failover [#CONV-2944]. 2012-11-06 17:04:38 +00:00
Alexey Milovidov
02b95a2297 dbms: improved distributed query processing [#CONV-2944]. 2012-10-30 20:15:07 +00:00
Alexey Milovidov
a5e88d1fb5 dbms: fixed error with distributed connections [#CONV-2944]. 2012-10-22 19:55:19 +00:00
Alexey Milovidov
1a7af177cd dbms: development [#CONV-2944]. 2012-10-20 02:10:47 +00:00
Alexey Milovidov
8068c5df89 dbms: fixed error [#CONV-2944]. 2012-09-19 18:45:01 +00:00
Alexey Milovidov
e6cb036898 dbms: fixed error [#CONV-2944]. 2012-09-10 19:05:06 +00:00
Alexey Milovidov
f594dcebd0 dbms: development [#CONV-2944]. 2012-08-30 17:43:31 +00:00
Alexey Milovidov
692805fa39 dbms: development [#CONV-2944]. 2012-08-29 20:23:19 +00:00
Alexey Milovidov
b664b11192 dbms: development [#CONV-2944]. 2012-08-29 20:07:24 +00:00
Alexey Milovidov
7cbd700c74 dbms: development [#CONV-2944]. 2012-08-29 18:49:54 +00:00
Alexey Milovidov
88d79b7bb3 dbms, ███████████: development [#CONV-5417]. 2012-08-20 05:32:50 +00:00
Alexey Milovidov
2fd184302d dbms: development [#CONV-2944]. 2012-08-16 18:17:01 +00:00
Alexey Milovidov
f9027b8f0e dbms: development [#CONV-2944]. 2012-08-16 17:27:40 +00:00
Alexey Milovidov
598614b624 dbms: development [#CONV-2944]. 2012-08-13 19:13:11 +00:00
Alexey Milovidov
cf9279b789 Merge 2012-08-10 20:04:34 +00:00
Alexey Milovidov
061a75785b dbms: development [#CONV-2944]. 2012-08-02 17:33:31 +00:00
Alexey Milovidov
53b7f03c44 dbms: development [#CONV-2944]. 2012-08-01 20:08:59 +00:00
Alexey Milovidov
83337ec474 dbms: development [#CONV-2944]. 2012-07-31 20:30:13 +00:00
Alexey Milovidov
76c691f96a dbms: development [#CONV-2944]. 2012-07-31 20:03:53 +00:00
Alexey Milovidov
db924e76d0 dbms: development [#CONV-2944]. 2012-07-31 17:33:08 +00:00
Alexey Milovidov
bdeb4e7200 Merge 2012-07-31 16:37:20 +00:00
Alexey Milovidov
d01baf5125 dbms: development [#CONV-2944]. 2012-07-30 20:32:36 +00:00
Alexey Milovidov
292958fc73 dbms: development [#CONV-5331]. 2012-07-26 20:16:57 +00:00
Alexey Milovidov
c878d6c7b8 dbms: development [#CONV-2944], 2012-07-23 06:23:29 +00:00
Alexey Milovidov
5ee98f1937 dbms: development [#CONV-2944]. 2012-07-21 07:02:55 +00:00
Alexey Milovidov
d76d37f0fe dbms: development [#CONV-2944]. 2012-07-21 06:47:17 +00:00
Alexey Milovidov
c875e87446 dbms: development [#CONV-2944]. 2012-07-21 05:07:14 +00:00
Alexey Milovidov
56560361eb dbms: development [#CONV-2944]. 2012-07-21 03:45:48 +00:00
Alexey Milovidov
5aac7088d1 dbms: development [#CONV-2944]. 2012-07-19 20:32:10 +00:00
Alexey Milovidov
fc50b0a07e dbms: development [#CONV-2944]. 2012-07-18 20:14:41 +00:00
Alexey Milovidov
abbfcf5a10 dbms: development [#CONV-2944]. 2012-07-18 19:40:22 +00:00
Alexey Milovidov
89fde21e34 dbms: development [#CONV-2944]. 2012-07-18 19:16:16 +00:00
Alexey Milovidov
956c7d7d97 dbms: development [#CONV-2944]. 2012-07-17 20:04:39 +00:00
Alexey Milovidov
ec6f27168e dbms: development [#CONV-2944]. 2012-07-16 20:25:19 +00:00
Alexey Milovidov
9c79250ffd dbms: development [#CONV-2944]. 2012-06-25 01:22:30 +00:00
Alexey Milovidov
28b0950770 dbms: development [#CONV-2944]. 2012-06-25 00:17:19 +00:00
Alexey Milovidov
9a7dff57eb dbms: development [#CONV-5097]. 2012-06-21 18:14:38 +00:00
Alexey Milovidov
2961d42e9d dbms: development [#CONV-2944]. 2012-06-21 16:33:00 +00:00
Alexey Milovidov
74dfc96c42 dbms: development [#CONV-2944]. 2012-06-18 07:49:19 +00:00
Alexey Milovidov
9a18d75b99 dbms: development [#CONV-2944]. 2012-06-18 06:19:13 +00:00
Alexey Milovidov
d14b3ed4db dbms: development [#CONV-2944]. 2012-05-30 05:53:09 +00:00
Alexey Milovidov
6a01fbf8c5 dbms: development [#CONV-2944]. 2012-05-30 04:45:49 +00:00
Alexey Milovidov
2aa2af9950 dbms: development [#CONV-2944]. 2012-05-22 19:32:56 +00:00
Alexey Milovidov
e727d7cf90 dbms: development [#CONV-2944]. 2012-05-22 18:32:45 +00:00
Alexey Milovidov
77c46cdcfd dbms: development [#CONV-2944]. 2012-05-21 20:38:34 +00:00
Alexey Milovidov
e90a8bba54 dbms: development [#CONV-2944]. 2012-05-08 11:19:00 +00:00
Alexey Milovidov
51bd7775e2 Using LZ4 by default [#CONV-4594]. 2012-04-14 00:18:07 +00:00
Alexey Milovidov
48f718ccc7 ███████████: fixed error; added test [#CONV-4193]. 2012-02-23 22:35:53 +00:00
Alexey Milovidov
997be7eea9 dbms: development [#CONV-2944]. 2012-01-10 22:11:51 +00:00
Alexey Milovidov
b9822b02b8 dbms: development [#CONV-2944]. 2012-01-09 19:20:48 +00:00
Alexey Milovidov
58110f5cde dbms: added LZ4 [#CONV-2944]. 2012-01-05 18:35:22 +00:00
Alexey Milovidov
d51ae544fc dbms: development [#CONV-2944]. 2011-11-05 23:31:19 +00:00
Alexey Milovidov
859a86b382 dbms: development [#CONV-2944]. 2011-11-01 17:12:11 +00:00
Alexey Milovidov
67b02812f6 dbms: development. 2011-10-31 17:55:06 +00:00
Alexey Milovidov
169ef6bf2e dbms: development [#CONV-2944]. 2011-10-31 17:30:44 +00:00
Alexey Milovidov
b1b0d3836a dbms: development [#CONV-2944]. 2011-10-31 06:37:12 +00:00
Alexey Milovidov
1ce1e53ed9 dbms: development [#CONV-2944]. 2011-10-24 12:10:59 +00:00
Alexey Milovidov
c65e913754 dbms: development [#CONV-2944]. 2011-09-04 21:23:19 +00:00
Alexey Milovidov
420e68e7c7 dbms: development [#CONV-2944]. 2011-08-28 05:13:24 +00:00
Alexey Milovidov
9b153918e7 dbms: development [#CONV-2944]. 2011-08-28 02:22:23 +00:00
Alexey Milovidov
8fec27c1f6 dbms: development [#CONV-2944]. 2011-08-27 22:43:31 +00:00
Alexey Milovidov
c972f291cb dbms: development [#CONV-2944]. 2011-08-19 18:31:14 +00:00
Alexey Milovidov
492cb89aa9 dbms: development [#CONV-2944]. 2011-08-18 20:33:20 +00:00
Alexey Milovidov
476e8446e6 dbms: development [#CONV-2944]. 2011-08-15 02:24:44 +00:00
Alexey Milovidov
624b31602c dbms: development [#CONV-2944]. 2011-08-15 01:12:57 +00:00
Alexey Milovidov
54808431ec dbms: development [#CONV-2944]. 2011-08-09 15:57:33 +00:00
Alexey Milovidov
e0f951245a dbms: development 2010-06-04 18:25:25 +00:00
Alexey Milovidov
ec705eddef dbms: development. 2010-05-21 19:52:50 +00:00
Alexey Milovidov
8c8fe0439f dbms: development. 2010-03-18 20:52:28 +00:00
Alexey Milovidov
6ef3ffc267 dbms: development. 2010-03-18 19:32:14 +00:00
Alexey Milovidov
148b08ff1a dbms: development. 2010-03-04 19:20:28 +00:00
Alexey Milovidov
d1016346bf DB: development. 2010-03-01 16:59:51 +00:00