Commit Graph

6275 Commits

Author SHA1 Message Date
Pavel Kartavyy
7c7829051b dbms::ReadHelpers: rewrite readFloatText for better perfomance when exception happens [#METR-18288] 2015-10-05 17:28:06 +03:00
Pavel Kartavyy
7b308a8153 dbms: add read_float_perf test. On common data new version if 2 times slower [#METR-18288] 2015-10-05 17:28:06 +03:00
Vsevolod Orlov
73b280b2bb Merge 2015-10-05 15:01:20 +03:00
Alexey Vasiliev
334efc9e4e Merge 2015-10-05 14:53:02 +03:00
Roman Peshkurov
640afb24d0 Merge 2015-10-05 14:40:45 +03:00
Alexey Milovidov
9facd5bc56 Removed link-time dependency [#METR-17973]. 2015-10-05 10:04:42 +03:00
Alexey Milovidov
687958aa0b Addition [#METR-17973]. 2015-10-05 09:12:54 +03:00
Alexey Milovidov
9f2ac08289 Addition to prev. revision [#METR-17973]. 2015-10-05 09:09:38 +03:00
Alexey Milovidov
4e75ccee03 Probably better [#METR-17973]. 2015-10-05 08:40:27 +03:00
Alexey Milovidov
baa25bf288 Addition to prev. revision [#METR-17973]. 2015-10-05 04:52:00 +03:00
Alexey Milovidov
3183deadef Moved files [#METR-17973]. 2015-10-05 04:50:42 +03:00
Alexey Milovidov
0ddb9cffdd Addition to prev. revision [#METR-17973]. 2015-10-05 04:40:00 +03:00
Alexey Milovidov
918422ad48 Moved files [#METR-17973]. 2015-10-05 04:35:28 +03:00
Alexey Milovidov
7f6bc50055 Moved files [#METR-17973]. 2015-10-05 04:31:57 +03:00
Alexey Milovidov
feec229066 Moved files [#METR-17973]. 2015-10-05 04:26:43 +03:00
Alexey Milovidov
f90c3003ea Moved files [#METR-17973]. 2015-10-05 04:11:12 +03:00
Alexey Milovidov
3a5032fd4a Moved files [#METR-17973]. 2015-10-05 03:52:29 +03:00
Alexey Milovidov
4a061b97cb Moved file [#METR-17973]. 2015-10-05 03:44:40 +03:00
Alexey Milovidov
fefd3791f1 Moved files [#METR-17973]. 2015-10-05 03:33:43 +03:00
Alexey Milovidov
0ced5b4013 dbms: improved performance of aggregation by arrays [#METR-13168]. 2015-10-04 09:51:22 +03:00
Alexey Milovidov
49852e67fb dbms: added tests [#METR-13168]. 2015-10-04 09:25:33 +03:00
Alexey Milovidov
804216f678 dbms: added full support of GROUP BY arrays [#METR-13168]. 2015-10-04 09:10:48 +03:00
Alexey Milovidov
6546fa7dbd dbms: fixed build [#METR-17573]. 2015-10-04 06:44:58 +03:00
Alexey Milovidov
058e5e8de7 dbms: addition to prev. revision [#METR-13168]. 2015-10-04 06:41:00 +03:00
Alexey Milovidov
4309ccd0d6 dbms: addition to prev. revision [#METR-13168]. 2015-10-04 06:20:03 +03:00
Alexey Milovidov
733324645f dbms: aggregation by arrays: preparation [#METR-13168]. 2015-10-04 06:17:36 +03:00
Alexey Milovidov
f356545bbe dbms: allowed DROP/DETACH partition on non-leader [#METR-17573]. 2015-10-03 00:28:19 +03:00
Alexey Milovidov
51cdac107b dbms: tests: removed executable flag on few files [#METR-2944]. 2015-10-02 23:45:43 +03:00
Alexey Milovidov
b8c8662457 dbms: preparation [#METR-18167]. 2015-10-02 21:33:46 +03:00
Alexey Milovidov
fba839199a dbms: limited queries to OLAP compatibility layer [#METR-18008]. 2015-10-02 21:02:56 +03:00
Andrey Mironov
a18933eeb3 dbms: Volnitsky: incorporate best of SSE2 string searching into fallback algorithm [#METR-18210] 2015-10-02 17:04:33 +03:00
Anton Tihonov
05a759468b Merge 2015-10-02 16:09:41 +03:00
Roman Peshkurov
7b4cf00319 Merge 2015-10-02 14:02:14 +03:00
Roman Peshkurov
0d8a62e075 Merge 2015-10-02 14:01:27 +03:00
Alexey Arno
3ab5226a56 dbms: Server: Fixed typo in comment. [#METR-17506] 2015-10-01 18:14:39 +03:00
Alexey Arno
ddf5996c44 Merge 2015-10-01 18:10:41 +03:00
Vsevolod Orlov
8521adf8c2 Merge 2015-10-01 16:22:17 +03:00
Pavel Kartavyy
4ccf61efe9 Merge 2015-10-01 15:34:41 +03:00
Pavel Kartavyy
e596f53a6a ZooKeeper: throw correct exception code in get method [#METR-16142] 2015-10-01 15:24:44 +03:00
Alexey Arno
700e545ebf dbms: Server: Fixed reference file for functional test. [#METR-18059] 2015-10-01 12:03:14 +03:00
Alexey Milovidov
d339ad0048 Merge 2015-10-01 06:30:50 +03:00
Alexey Milovidov
f725116826 dbms: fixed error [#METR-18249] [#METR-17924]. 2015-10-01 04:35:18 +03:00
Andrey Mironov
c915538fa7 dbms: add UTF-8 and case insensitive comparison support to Volnitsky [#METR-18210] 2015-09-30 21:07:02 +03:00
Andrey Mironov
dc087ac04d dbms: rename test 00234 to 00235[#METR-18251] 2015-09-30 16:57:40 +03:00
Andrey Mironov
b8e3d35f92 dbms: add test [#METR-18251] 2015-09-30 16:56:58 +03:00
Pavel Kartavyy
269b4b8155 Merge 2015-09-30 16:55:20 +03:00
Alexey Arno
3a8d096be2 dbms: Server: Added functional test + comment. [#METR-18059] 2015-09-30 16:43:25 +03:00
Andrey Mironov
e42022adce dbms: allow CREATE TEMPORARY TABLE AS [#METR-18251] 2015-09-30 16:35:32 +03:00
Alexey Milovidov
7ea5da8b53 dbms: test: increased padding [#METR-2944]. 2015-09-30 02:58:26 +03:00
Alexey Milovidov
28f67084a4 Merge 2015-09-30 01:31:22 +03:00