Alexey Milovidov
a8eedafcd0
Fixed error in cached dictionary when using C++11 ABI [#METR-23764].
2016-12-08 07:56:52 +03:00
Vladimir Smirnov
d36f52502e
Make it compilable on OS X
...
It's still hackish and dirty, but server and client compies.
Server starts, but throwes meaningless exception on any query.
Client seems to be working fine.
Linux compilation might (but shouldn't) be broken (not tested).
2016-11-01 17:59:21 +01:00
Alexey Milovidov
4c7eb03b63
Using std::shared_ptr for data types [#METR-21503].
2016-05-28 13:35:44 +03:00
Alexey Milovidov
43c73cf7ee
dbms: added support for CSV format [#METR-19957].
2016-02-07 11:42:21 +03:00
Alexey Milovidov
c103a4ec47
dbms: porting to aarch64 [#METR-19609].
2016-01-13 23:21:56 +03:00
Alexey Milovidov
13c7d0983a
dbms: cutting dependency [#METR-2944]..
2016-01-12 00:46:36 +03:00
Alexey Milovidov
00b43c9c46
dbms: added comment [#METR-19278].
2015-12-23 10:32:44 +03:00
Alexey Milovidov
d6ecae4588
dbms: fixed one of errors [#METR-19278].
2015-12-23 08:04:30 +03:00
Alexey Milovidov
0ef797d9f3
dbms: fixed error [#METR-17000].
2015-12-06 17:27:09 +03:00
Alexey Milovidov
4b7db2cc36
dbms: addition to prev. revision [#METR-18778].
2015-11-15 12:17:11 +03:00
Alexey Milovidov
2870fbb655
dbms: moved file [#METR-18778].
2015-11-15 12:06:53 +03:00
Alexey Milovidov
959ae7cd78
dbms: unified allocators [#METR-18778].
2015-11-15 06:09:40 +03:00
Alexey Milovidov
60054d177c
dbms: removed madvise because it is bad [#MTRSADMIN-1703].
2015-11-11 00:21:24 +03:00
Alexey Arno
c326cf8624
dbms: Server: Small improvement [#METR-17985]
2015-10-26 16:21:46 +03:00
Alexey Milovidov
918422ad48
Moved files [#METR-17973].
2015-10-05 04:35:28 +03:00
Alexey Milovidov
4a061b97cb
Moved file [#METR-17973].
2015-10-05 03:44:40 +03:00
Alexey Milovidov
1f6def094f
dbms: fixed build [#METR-18202].
2015-09-29 22:19:54 +03:00
Alexey Arno
437ca51ce8
dbms: Server: Bug fixes in the serialization/deserialization code. [#METR-17276]
2015-09-07 22:03:14 +03:00
Alexey Milovidov
2311c69d53
dbms: development of memory efficient distributed aggregation method [#METR-17536].
2015-09-07 10:40:14 +03:00
Alexey Milovidov
3d2a766964
Revert "dbms: using huge pages everywhere (experimental) [#METR-2944]."
...
This reverts commit a127a866704f95ef31684ef042d0765f7202677a.
2015-08-16 18:11:06 +03:00
Alexey Milovidov
f68478b638
dbms: using huge pages everywhere (experimental) [#METR-2944].
2015-08-16 17:44:02 +03:00
Alexey Milovidov
f0a5ec4736
dbms: unification; using huge pages (experimental) [#METR-2944].
2015-08-16 16:00:22 +03:00
Alexey Arno
ed2ec39899
dbms: Server: Fixes. [#METR-17276]
2015-08-07 20:35:34 +03:00
Alexey Arno
311a41e14f
Merge
2015-08-07 18:24:23 +03:00
Alexey Milovidov
b5b40a9a7a
dbms: added function arrayUniq [#METR-17429].
2015-07-23 14:11:10 +03:00
Alexey Milovidov
f4d5b5e3b8
dbms: arrayUniq: development [#METR-17429].
2015-07-23 12:39:21 +03:00
Alexey Arno
3314579909
Merge
2015-07-20 20:09:43 +03:00
Alexey Milovidov
97782b4855
dbms: fixed error with memory tracking [#METR-16433].
2015-06-08 07:59:45 +03:00
Andrey Mironov
8796aa8497
dbms: HashTable: grower getBufferSizeInCells
2015-03-24 20:04:03 +03:00
Alexey Milovidov
05401b901b
dbms: better exception safety [#METR-15530].
2015-03-23 04:10:06 +03:00
Alexey Milovidov
4985fb3563
dbms: fixed potential error [#METR-15352].
2015-03-07 04:03:14 +03:00
Alexey Milovidov
0828dba841
dbms: preparation [#METR-2944].
2015-03-02 04:10:58 +03:00
Alexey Milovidov
5070e7642d
dbms: added SmallSet and SmallMap [#METR-2944].
2015-02-21 03:28:53 +03:00
Alexey Milovidov
ea113f138f
dbms: preparation [#METR-2944].
2015-02-13 04:17:44 +03:00
Alexey Milovidov
81e42e4d90
dbms: fixed error in gcc 4.9 [#METR-2944].
2015-01-24 04:55:29 +03:00
Alexey Milovidov
0575c6fd24
dbms: improved performance of small queries [#METR-2944].
2015-01-11 05:30:33 +03:00
Alexey Milovidov
2abb0f3792
dbms: more scalable aggregator: development [#METR-2944].
2014-12-30 23:38:05 +03:00
Alexey Milovidov
e9232fc2fc
dbms: more scalable aggregator: development [#METR-2944].
2014-12-30 21:04:53 +03:00
Alexey Milovidov
716fad23d0
dbms: more scalable aggregator: development [#METR-2944].
2014-12-30 15:58:02 +03:00
Alexey Milovidov
01526513ae
dbms: more scalable aggregator: development [#METR-2944].
2014-12-30 14:27:58 +03:00
Alexey Milovidov
ef160102f6
dbms: more scalable aggregator: development [#METR-2944].
2014-12-27 09:29:20 +03:00
Alexey Milovidov
50032e1da5
dbms: more scalable aggregator: experiments [#METR-2944].
2014-12-26 23:42:35 +03:00
Alexey Milovidov
5f1d8ef06f
dbms: added crc32 hash functions [#METR-2944].
2014-12-26 06:41:31 +03:00
Alexey Milovidov
08b95c9e33
dbms: more scalable aggregator: development [#METR-2944].
2014-12-26 06:00:51 +03:00
Alexey Milovidov
5e343d0647
dbms: more scalable aggregator: development [#METR-2944].
2014-12-26 00:25:43 +03:00
Alexey Milovidov
f360f244eb
dbms: tiny modifications [#METR-2944].
2014-12-25 03:19:29 +03:00
Alexey Milovidov
32a2ec00d1
dbms: more scalable aggragator: preparation [#METR-2944].
2014-12-24 22:00:14 +03:00
Alexey Milovidov
530eb9f919
dbms: HashTable: more use of saved hash value - less string comparisons, improved performance of aggregation by string [#METR-2944].
2014-11-09 11:39:18 +03:00
Alexey Milovidov
37e599934f
dbms: further [#METR-2944].
2014-10-29 05:35:16 +03:00
Pavel Kartavyy
c60096564a
███████████: alloc fill memory with zeros at every call [#METR-11892]
2014-07-10 20:00:36 +04:00