Commit Graph

140 Commits

Author SHA1 Message Date
Alexey Milovidov
00f23ee493 dbms: development [#CONV-2944]. 2012-03-05 04:29:16 +00:00
Alexey Milovidov
42abc4cebd dbms: development [#CONV-2944]. 2012-02-27 06:28:20 +00:00
Alexey Milovidov
313950c6c8 Fixed with BLOBs serialization [#CONV-4191]. 2012-02-26 01:52:43 +00:00
Alexey Milovidov
16ab875bc0 Addition to prev. revision [#CONV-4191]. 2012-02-24 19:21:38 +00:00
Alexey Milovidov
e781202d46 Updated QuickLZ to 1.5.0. [#CONV-4196]. 2012-02-23 23:34:05 +00:00
Alexey Milovidov
48f718ccc7 ███████████: fixed error; added test [#CONV-4193]. 2012-02-23 22:35:53 +00:00
Alexey Milovidov
1e52a8e281 ███████████, riod: more safe writing of files [#CONV-4163]. 2012-02-16 19:31:14 +00:00
Alexey Milovidov
145b83526c ███████████: fixed log messages [#CONV-4143]. 2012-02-16 18:17:12 +00:00
Alexey Milovidov
e8d99a6574 ███████████: added 'connection_retries' configuration parameter [#CONV-4142]. 2012-02-16 17:41:21 +00:00
Alexey Milovidov
7c950585e6 ███████████: fixed error [#CONV-4163]. 2012-02-16 17:13:55 +00:00
Alexey Milovidov
8997be7209 dbms: fixed counting in ReadBuffer [#CONV-2944]. 2012-02-09 23:49:04 +00:00
Alexey Milovidov
b5b9feb854 Don't sending last data (and renaming files) in case of exception [#CONV-4035]. 2012-02-02 23:14:08 +00:00
Alexey Milovidov
f92069ce45 AsynchronousWriteBuffer: fixed error [#CONV-4035]. 2012-02-02 19:31:57 +00:00
Alexey Milovidov
4cb67314b0 RemoteWriteBuffer: fixed error [#CONV-4035]. 2012-02-02 18:25:27 +00:00
Alexey Milovidov
7211ad2602 RemoteWriteBuffer: fixed error [#CONV-4023]. 2012-02-02 17:53:18 +00:00
Alexey Milovidov
02dde6e444 RemoteWriteBuffer: getting error message from server [#CONV-4023]. 2012-02-02 17:46:48 +00:00
Alexey Milovidov
f45d0b5ea3 RemoteWriteBuffer: fixed error with incomplete data [#CONV-4045]. 2012-02-01 20:08:15 +00:00
Alexey Milovidov
635f1638e2 ███████████, CompressedDataLoaderWithBackup: fixed timeouts and failover, added tunable parameters [#CONV-4046], [#CONV-4023]. 2012-01-31 19:52:51 +00:00
Alexey Milovidov
e388d1dbf9 DB::IO: added AsynchronousWriteBuffer [#CONV-4035]. 2012-01-30 19:18:25 +00:00
Alexey Milovidov
cbd54871ea ███████████, ssqls: fixed error [#CONV-3961]. 2012-01-24 16:45:50 +00:00
Alexey Milovidov
58110f5cde dbms: added LZ4 [#CONV-2944]. 2012-01-05 18:35:22 +00:00
Alexey Milovidov
5df939464a dbms: development [#CONV-2944]. 2012-01-05 10:22:02 +00:00
Alexey Milovidov
7182920cec Metrage: allowed to write from different processes [#CONV-2546]. 2011-12-30 17:57:02 +00:00
Alexey Milovidov
4fc5030f04 ███████████: development [#CONV-3833]. 2011-12-28 20:01:41 +00:00
Alexey Milovidov
65b70d10ca dbms: development [#CONV-2944]. 2011-12-26 07:07:30 +00:00
Alexey Milovidov
f44f652c1f ███████████: addition to prev. revision [#CONV-2546]. 2011-12-12 01:06:13 +00:00
Alexey Milovidov
450be4a929 ███████████: fixed error with destructors when client closes connection without received all data [#CONV-2546]. 2011-12-12 00:38:01 +00:00
Alexey Milovidov
805b9a2f95 BLOBs: less redundant; using Read/WriteBuffers [#CONV-3722]. 2011-12-02 19:18:04 +00:00
Alexey Milovidov
18892ca839 RemoteWriteBuffer: tiny fix [#CONV-3632]. 2011-12-02 19:16:08 +00:00
Alexey Milovidov
1cde7d6ab5 blobs: fixed error [#CONV-3681]. 2011-11-29 18:53:44 +00:00
Alexey Milovidov
397bb71402 blobs: fixed error [#CONV-3681]. 2011-11-29 17:23:30 +00:00
Alexey Milovidov
b0cfa59a40 ClickMapBLOB: using DB::IO [#CONV-2807]. 2011-11-28 19:27:51 +00:00
Alexey Milovidov
895939a366 DBObject: added binary IO [#CONV-3632]. 2011-11-22 17:39:13 +00:00
Alexey Milovidov
39f8091165 RemoteWriteBuffer: fixed error [#CONV-3632]. 2011-11-21 18:17:53 +00:00
Alexey Milovidov
c4f54c92ab RemoteWriteBuffer: added [#CONV-3632]. 2011-11-21 17:19:25 +00:00
Alexey Milovidov
13d2f82f1b WriteHelpers: added comment [#CONV-3632]. 2011-11-21 10:52:05 +00:00
Alexey Milovidov
9166338e0b WriteHelpers: improvement [#CONV-3632]. 2011-11-21 10:50:01 +00:00
Alexey Milovidov
b595e61c03 SSQLS: added methods to read/write in tab-separated format with ReadBuffer/WriteBuffer [#CONV-3632]. 2011-11-21 10:09:22 +00:00
Alexey Milovidov
6c6eb83fa3 Added RemoteReadBuffer [#CONV-3632]. 2011-11-18 20:17:27 +00:00
Alexey Milovidov
aef03f0478 dbms: development [#CONV-2944]. 2011-11-06 20:47:07 +00:00
Alexey Milovidov
a5c139c325 dbms: development [#CONV-2944]. 2011-11-03 20:30:12 +00:00
Alexey Milovidov
d9e921a127 dbms: development [#CONV-2944]. 2011-11-01 17:57:37 +00:00
Alexey Milovidov
b1b0d3836a dbms: development [#CONV-2944]. 2011-10-31 06:37:12 +00:00
Alexey Milovidov
bdf0aee3c6 dbms: development [#CONV-2944]. 2011-10-30 05:19:41 +00:00
Alexey Milovidov
f2362b177f Improvement after prev. revision [#CONV-3467]. 2011-10-24 19:03:38 +00:00
Alexey Milovidov
1ce1e53ed9 dbms: development [#CONV-2944]. 2011-10-24 12:10:59 +00:00
Alexey Milovidov
55823163ab TimeZones: development [#CONV-357]. 2011-10-17 19:32:54 +00:00
Alexey Milovidov
db4ad9135e dbms: development [#CONV-2944]. 2011-10-17 08:28:39 +00:00
Alexey Milovidov
dea69c69c4 dbms: development [#CONV-2944]. 2011-10-16 03:05:15 +00:00
Alexey Milovidov
61e080f7b3 dbms: development [#CONV-2944]. 2011-10-16 01:57:10 +00:00
Alexey Milovidov
3843ff4078 dbms: development [#CONV-2944]. 2011-10-15 23:40:56 +00:00
Alexey Milovidov
0aa5f24113 dbms: development [#CONV-2944]. 2011-10-10 06:10:49 +00:00
Alexey Milovidov
c972f291cb dbms: development [#CONV-2944]. 2011-08-19 18:31:14 +00:00
Alexey Milovidov
cd7e317362 dbms: development [#CONV-2944]. 2011-08-09 17:24:17 +00:00
Alexey Milovidov
54808431ec dbms: development [#CONV-2944]. 2011-08-09 15:57:33 +00:00
Alexey Milovidov
b3bca9c160 dbms: development. 2011-08-07 03:42:36 +00:00
Alexey Milovidov
e1dca98ecb dbms: development. 2011-08-07 02:08:22 +00:00
Alexey Milovidov
8eb6ebbbc5 stats: development [#CONV-2546]. 2011-07-04 18:22:37 +00:00
Alexey Milovidov
13a70e05fe DB: fixed error; added comments [#CONV-2546]. 2011-06-30 15:21:35 +00:00
Alexey Milovidov
40c8f1e85e DB: fixed error [#CONV-2546]. 2011-06-27 19:34:03 +00:00
Alexey Milovidov
fa8fe600f1 DB: fixed error [#CONV-2546]. 2011-06-27 19:24:33 +00:00
Alexey Milovidov
c84358c259 DB: tiny modification [#CONV-2546]. 2011-06-27 19:10:43 +00:00
Alexey Milovidov
a6ec731e4c DB: unified compressed buffers and compressed iostreams [#CONV-2546]. 2011-06-27 18:33:23 +00:00
Alexey Milovidov
ea1a7d9192 DB: IO: allowed to use not own memory piece [#CONV-2546]. 2011-06-27 18:22:14 +00:00
Alexey Milovidov
054786a2a7 dbms: IO: modification [#CONV-2546]. 2011-06-27 16:41:02 +00:00
Alexey Milovidov
123e3f8e76 dbms: IO: fixed error [#CONV-2546]. 2011-06-26 21:30:59 +00:00
Alexey Milovidov
36e74d86b3 dbms: IO: modified count() and next() methods. [#CONV-2546]. 2011-06-24 21:08:26 +00:00
Alexey Milovidov
739361334f dbms: added checksums in compressed data [#CONV-2546]. 2011-06-24 20:18:09 +00:00
Alexey Milovidov
f488fbbff5 dbms: removed useless copy [#CONV-2546]. 2011-06-17 21:31:41 +00:00
Alexey Milovidov
e60253110a Merge 2011-06-17 21:19:39 +00:00
Alexey Milovidov
425fc839b0 dbms: using Snappy (experimental); removed compressed iostreams [#CONV-2546]. 2011-06-17 20:44:10 +00:00
Alexey Milovidov
36517e32a2 dbms: improvement [#CONV-2546]. 2011-06-15 18:54:18 +00:00
Alexey Milovidov
7b88ae65d8 ███████████: development. 2011-06-06 20:35:58 +00:00
Alexey Milovidov
bbcc26abf4 dbms: removed tiny garbage. 2011-05-30 20:32:13 +00:00
Alexey Milovidov
b57f60393e ReadHelpers: safer. 2011-05-27 18:46:29 +00:00
Alexey Milovidov
cb45d49d11 dbms: added copyData function for Read/Write buffers. 2011-05-16 16:31:19 +00:00
Alexey Milovidov
74e423663a dbms: fixed error. 2011-05-13 19:40:56 +00:00
Alexey Milovidov
4c8f946f70 ███████████: more info. 2011-05-11 17:27:08 +00:00
Alexey Milovidov
57e0a3a25a ███████████-appender: tiny modification. 2011-05-10 17:23:29 +00:00
Alexey Milovidov
b18bedd18c DB: IO: development. 2011-05-05 19:10:17 +00:00
Alexey Milovidov
50239f2c7c VarInt: added missing functions. 2011-03-22 20:36:01 +00:00
Alexey Milovidov
740df01db3 Using mysqlxx library. 2011-03-17 19:45:21 +00:00
Alexey Milovidov
6390f54f9f VarInt: added method getLengthOfVarInt(). 2010-07-06 18:50:24 +00:00
Alexey Milovidov
f409cf1540 dbms: development. 2010-06-07 17:14:13 +00:00
Alexey Milovidov
a10879ca79 dbms: development. 2010-06-07 12:48:32 +00:00
Alexey Milovidov
75545a34e1 dbms: development. 2010-06-04 19:06:32 +00:00
Alexey Milovidov
6951a0b7c1 dbms: development. 2010-06-04 18:34:25 +00:00
Alexey Milovidov
eea1ce1050 dbms: development. 2010-06-04 18:30:13 +00:00
Alexey Milovidov
10ed3da0d0 dbms: development. 2010-06-04 18:26:41 +00:00
Alexey Milovidov
e0f951245a dbms: development 2010-06-04 18:25:25 +00:00