.. |
tests
|
Improvement [#METR-2807].
|
2014-07-01 05:03:16 +04:00 |
AggregatingBlockInputStream.cpp
|
clickhouse: totals mode: development. [#METR-9365]
|
2014-02-27 16:53:38 +04:00 |
AggregatingSortedBlockInputStream.cpp
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
BinaryRowInputStream.cpp
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
BinaryRowOutputStream.cpp
|
dbms: added 'RowBinary' format [#CONV-2944].
|
2012-11-10 04:43:53 +00:00 |
BlockInputStreamFromRowInputStream.cpp
|
dbms: better exception messages [#METR-8224].
|
2013-10-26 03:20:51 +00:00 |
BlockOutputStreamFromRowOutputStream.cpp
|
dbms: added calculation of min/max [#CONV-8691].
|
2013-09-07 02:03:13 +00:00 |
CollapsingFinalBlockInputStream.cpp
|
ClickHouse: fixed FINAL behavior with deleted visits; added test for it. [#METR-9072]
|
2013-10-30 09:15:41 +00:00 |
CollapsingSortedBlockInputStream.cpp
|
Tiny piece of logging. [#METR-2807]
|
2014-04-07 23:02:45 +04:00 |
copyData.cpp
|
dbms: added expression calculation on totals [#CONV-8366].
|
2013-09-08 08:27:06 +00:00 |
CreatingSetsBlockInputStream.cpp
|
dbms: JOINs: development [#METR-11370].
|
2014-06-12 08:04:47 +04:00 |
FilterBlockInputStream.cpp
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
FormatFactory.cpp
|
PrettyCompactMonoBlock format [#CONV-6723]
|
2013-06-17 12:40:44 +00:00 |
glueBlockInputStreams.cpp
|
dbms: development of one-pass processing of multiple queries [#CONV-2944].
|
2013-05-04 06:09:23 +00:00 |
IBlockInputStream.cpp
|
dbms: improvement [#CONV-2944].
|
2013-06-21 20:34:19 +00:00 |
IProfilingBlockInputStream.cpp
|
Improvement [#METR-2807].
|
2014-04-08 11:31:51 +04:00 |
IRowOutputStream.cpp
|
dbms: development.
|
2010-03-04 19:20:28 +00:00 |
JSONCompactRowOutputStream.cpp
|
dbms: added calculation of min/max [#CONV-8691].
|
2013-09-07 02:03:13 +00:00 |
JSONRowOutputStream.cpp
|
dbms: added calculation of min/max [#CONV-8691].
|
2013-09-07 02:03:13 +00:00 |
LimitBlockInputStream.cpp
|
works with HTTP [#CONV-7549]
|
2013-05-22 12:10:33 +00:00 |
MergeSortingBlockInputStream.cpp
|
dbms: optimized ORDER BY with LIMIT; rows_before_limit_at_least is temporarily broken [#CONV-2944].
|
2013-09-16 05:44:47 +00:00 |
MergingAggregatedBlockInputStream.cpp
|
clickhouse: totals mode: development. [#METR-9365]
|
2014-02-27 16:53:38 +04:00 |
MergingSortedBlockInputStream.cpp
|
dbms: optimized ORDER BY with LIMIT; rows_before_limit_at_least is temporarily broken [#CONV-2944].
|
2013-09-16 05:44:47 +00:00 |
narrowBlockInputStreams.cpp
|
dbms: development [#CONV-2944].
|
2012-08-21 18:34:55 +00:00 |
NativeBlockInputStream.cpp
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
NativeBlockOutputStream.cpp
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
PartialSortingBlockInputStream.cpp
|
dbms: optimized ORDER BY with LIMIT; rows_before_limit_at_least is temporarily broken [#CONV-2944].
|
2013-09-16 05:44:47 +00:00 |
PrettyBlockOutputStream.cpp
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
PrettyCompactBlockOutputStream.cpp
|
PrettyCompact and PrettyCompactMonoBlock use common code actively now [#CONV-6723]
|
2013-06-18 09:56:11 +00:00 |
PrettyCompactMonoBlockOutputStream.cpp
|
dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365].
|
2014-03-02 23:16:45 +04:00 |
PrettySpaceBlockOutputStream.cpp
|
dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365].
|
2014-03-02 23:16:45 +04:00 |
RowInputStreamFromBlockInputStream.cpp
|
dbms: development [#CONV-2944].
|
2013-05-03 02:25:50 +00:00 |
SummingSortedBlockInputStream.cpp
|
Merge
|
2014-05-07 15:44:14 +04:00 |
TabSeparatedBlockOutputStream.cpp
|
dbms: added missing files [#CONV-2944].
|
2011-08-15 21:50:08 +00:00 |
TabSeparatedRowInputStream.cpp
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
TabSeparatedRowOutputStream.cpp
|
dbms: added totals and extremes to Pretty* and TabSeparated* formats [#METR-9365].
|
2014-03-02 23:16:45 +04:00 |
TotalsHavingBlockInputStream.cpp
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
ValuesRowInputStream.cpp
|
dbms: using special array for Row and instead of std::vector<AggregateFunctionPlainPtrs> (experimental) [#CONV-2944].
|
2013-01-07 00:57:43 +00:00 |
ValuesRowOutputStream.cpp
|
DB/IO: improved writing strings [#CONV-2807].
|
2013-05-15 22:58:57 +00:00 |
VerticalRowOutputStream.cpp
|
DB/IO: improved writing strings [#CONV-2807].
|
2013-05-15 22:58:57 +00:00 |