.. |
AbandonableLockInZooKeeper.h
|
Removed cyclic dependency [#DEVTOOLS-3381].
|
2017-06-19 23:06:35 +03:00 |
ActiveDataPartSet.cpp
|
Better code for parsing part names [#CLICKHOUSE-2].
|
2017-04-18 23:38:07 +03:00 |
ActiveDataPartSet.h
|
Removed obsolete code that was relevant only in extremely rare case of transforming CollapsingMergeTree to ReplicatedCollapsingMergeTree through ATTACHing data parts and while some considerations about data order in table is important [#CLICKHOUSE-3091].
|
2017-06-25 03:51:51 +03:00 |
AllMergeSelector.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
AllMergeSelector.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
BackgroundProcessingPool.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
BackgroundProcessingPool.h
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
BoolMask.h
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
DataPartsExchange.cpp
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
DataPartsExchange.h
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
DiskSpaceMonitor.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
DiskSpaceMonitor.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
LevelMergeSelector.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
LevelMergeSelector.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
MarkRange.h
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
MergedBlockOutputStream.cpp
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
MergedBlockOutputStream.h
|
Fixed translation errors, part 1 [#CLICKHOUSE-3].
|
2017-05-09 15:07:35 -04:00 |
MergeList.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
MergeList.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
MergeSelector.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
MergeTreeBaseBlockInputStream.cpp
|
set min block size as index granularity for max_block_size limit during reading [#CLICKHOUSE-3170]
|
2017-07-21 14:55:33 +03:00 |
MergeTreeBaseBlockInputStream.h
|
added preferred_max_column_in_block_size_bytes setting, added filtration ratio prediction [#CLICKHOUSE-3065]
|
2017-07-13 21:45:09 +03:00 |
MergeTreeBlockInputStream.cpp
|
added preferred_max_column_in_block_size_bytes setting, added filtration ratio prediction [#CLICKHOUSE-3065]
|
2017-07-13 21:45:09 +03:00 |
MergeTreeBlockInputStream.h
|
added preferred_max_column_in_block_size_bytes setting, added filtration ratio prediction [#CLICKHOUSE-3065]
|
2017-07-13 21:45:09 +03:00 |
MergeTreeBlockOutputStream.cpp
|
Preparation: locking block number only after write to filesystem; removed obsolete code [#CLICKHOUSE-3091].
|
2017-06-25 03:01:10 +03:00 |
MergeTreeBlockOutputStream.h
|
Preparation: locking block number only after write to filesystem; removed obsolete code [#CLICKHOUSE-3091].
|
2017-06-25 03:01:10 +03:00 |
MergeTreeBlockReadUtils.cpp
|
Fixed error after merge [#CLICKHOUSE-3150].
|
2017-07-21 09:40:05 +03:00 |
MergeTreeBlockReadUtils.h
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
MergeTreeData.cpp
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
MergeTreeData.h
|
Removed obsolete code that was relevant only in extremely rare case of transforming CollapsingMergeTree to ReplicatedCollapsingMergeTree through ATTACHing data parts and while some considerations about data order in table is important [#CLICKHOUSE-3091].
|
2017-06-25 03:51:51 +03:00 |
MergeTreeDataMerger.cpp
|
fixed vertical merge for ReplacingSortedBlockInputStream [#CLICKHOUSE-3131]
|
2017-07-17 22:40:30 +03:00 |
MergeTreeDataMerger.h
|
Stream row sources from disk for vertical merge [#CLICKHOUSE-3118]
|
2017-07-09 21:57:06 +03:00 |
MergeTreeDataPart.cpp
|
added IDataType::updateAvgValueSizeHints; renamed PODArray::allocated_size to PODArray::allocated_bytes; renamed renamed IColumn::allocatedSize to IColumn::allocatedBytes; removed IColumn.h from IDataType.h
|
2017-07-13 19:49:09 +03:00 |
MergeTreeDataPart.h
|
added IDataType::updateAvgValueSizeHints; renamed PODArray::allocated_size to PODArray::allocated_bytes; renamed renamed IColumn::allocatedSize to IColumn::allocatedBytes; removed IColumn.h from IDataType.h
|
2017-07-13 19:49:09 +03:00 |
MergeTreeDataSelectExecutor.cpp
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
MergeTreeDataSelectExecutor.h
|
Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148].
|
2017-07-15 06:48:36 +03:00 |
MergeTreeDataWriter.cpp
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
MergeTreeDataWriter.h
|
Preparation: locking block number only after write to filesystem; removed obsolete code [#CLICKHOUSE-3091].
|
2017-06-25 03:01:10 +03:00 |
MergeTreePartChecker.cpp
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
MergeTreePartChecker.h
|
Fixed translation errors [#CLICKHOUSE-3091].
|
2017-06-25 03:17:08 +03:00 |
MergeTreeRangeReader.cpp
|
fixed is_reading_finished status assignment in MergeTreeRangeReader [#CLICKHOUSE-3161]
|
2017-07-19 19:39:18 +03:00 |
MergeTreeRangeReader.h
|
Removed useless variable [#CLICKHOUSE-3161].
|
2017-07-19 04:05:39 +03:00 |
MergeTreeReader.cpp
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
MergeTreeReader.h
|
refactoring and more comments in MergeTreeBaseBlockInputStream [#CLICKHOUSE-3065]
|
2017-07-13 21:45:09 +03:00 |
MergeTreeReadPool.cpp
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
MergeTreeReadPool.h
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
MergeTreeSettings.h
|
introduce replicated_can_become_leader merge_tree setting [#CLICKHOUSE-3109]
|
2017-07-11 20:44:35 +03:00 |
MergeTreeSharder.cpp
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
MergeTreeSharder.h
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
MergeTreeThreadBlockInputStream.cpp
|
added preferred_max_column_in_block_size_bytes setting, added filtration ratio prediction [#CLICKHOUSE-3065]
|
2017-07-13 21:45:09 +03:00 |
MergeTreeThreadBlockInputStream.h
|
added preferred_max_column_in_block_size_bytes setting, added filtration ratio prediction [#CLICKHOUSE-3065]
|
2017-07-13 21:45:09 +03:00 |
MergeTreeWhereOptimizer.cpp
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
MergeTreeWhereOptimizer.h
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
PKCondition.cpp
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
PKCondition.h
|
Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148].
|
2017-07-15 06:48:36 +03:00 |
RangesInDataPart.h
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
RemoteDiskSpaceMonitor.cpp
|
fix http methods for ReadWriteBufferFromHTTP (#675)
|
2017-04-11 17:13:19 +03:00 |
RemoteDiskSpaceMonitor.h
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
RemotePartChecker.cpp
|
fix http methods for ReadWriteBufferFromHTTP (#675)
|
2017-04-11 17:13:19 +03:00 |
RemotePartChecker.h
|
ReplicatedMergeTree: Max streams to send data [#CLICKHOUSE-2878] (#656)
|
2017-04-06 16:03:23 +03:00 |
RemoteQueryExecutor.cpp
|
fix http methods for ReadWriteBufferFromHTTP (#675)
|
2017-04-11 17:13:19 +03:00 |
RemoteQueryExecutor.h
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
ReplicatedMergeTreeAddress.h
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
ReplicatedMergeTreeAlterThread.cpp
|
Preparation: removed support for unreplicated data in Replicated tables [#CLICKHOUSE-31].
|
2017-05-25 00:38:56 +03:00 |
ReplicatedMergeTreeAlterThread.h
|
Removed cyclic dependency [#DEVTOOLS-3381].
|
2017-06-19 23:06:35 +03:00 |
ReplicatedMergeTreeBlockOutputStream.cpp
|
Preparation [#CLICKHOUSE-2].
|
2017-06-25 06:43:59 +03:00 |
ReplicatedMergeTreeBlockOutputStream.h
|
Removed obsolete code that was relevant only in extremely rare case of transforming CollapsingMergeTree to ReplicatedCollapsingMergeTree through ATTACHing data parts and while some considerations about data order in table is important [#CLICKHOUSE-3091].
|
2017-06-25 03:51:51 +03:00 |
ReplicatedMergeTreeCleanupThread.cpp
|
Preparation: locking block number only after write to filesystem; removed obsolete code [#CLICKHOUSE-3091].
|
2017-06-25 03:01:10 +03:00 |
ReplicatedMergeTreeCleanupThread.h
|
Fix race condition between cleanup and fetch thread. [#CLICKHOUSE-2989]
|
2017-05-25 13:08:52 +03:00 |
ReplicatedMergeTreeLogEntry.cpp
|
Merge branch 'master' into CLICKHOUSE-2896
|
2017-06-26 11:54:58 +03:00 |
ReplicatedMergeTreeLogEntry.h
|
Merge branch 'master' into CLICKHOUSE-2896
|
2017-06-26 11:54:58 +03:00 |
ReplicatedMergeTreePartCheckThread.cpp
|
slightly more robust ReplicatedMergeTreePartCheckThread::TemporarilyStop [#CLICKHOUSE-3074]
|
2017-07-12 20:09:44 +03:00 |
ReplicatedMergeTreePartCheckThread.h
|
slightly more robust ReplicatedMergeTreePartCheckThread::TemporarilyStop [#CLICKHOUSE-3074]
|
2017-07-12 20:09:44 +03:00 |
ReplicatedMergeTreeQueue.cpp
|
Rename DROP COLUMN FROM PARTITION -> CLEAR COLUMN IN PARTITION. [#CLICKHOUSE-2896]
|
2017-06-22 16:18:19 +03:00 |
ReplicatedMergeTreeQueue.h
|
Add replicated DROP COLUMN FROM partition for optimistic case. [#CLICKHOUSE-2896]
|
2017-06-22 00:56:38 +03:00 |
ReplicatedMergeTreeQuorumEntry.h
|
Removed cyclic dependency [#DEVTOOLS-3381].
|
2017-06-19 23:06:35 +03:00 |
ReplicatedMergeTreeRestartingThread.cpp
|
introduce replicated_can_become_leader merge_tree setting [#CLICKHOUSE-3109]
|
2017-07-11 20:44:35 +03:00 |
ReplicatedMergeTreeRestartingThread.h
|
Fixed translation errors, part 1 [#CLICKHOUSE-3].
|
2017-05-09 15:07:35 -04:00 |
ReshardingJob.cpp
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
ReshardingJob.h
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
ReshardingWorker.cpp
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
ReshardingWorker.h
|
Removed cyclic dependency [#DEVTOOLS-3381].
|
2017-06-19 23:06:35 +03:00 |
ShardedPartitionUploader.cpp
|
Better [#DEVTOOLS-3381].
|
2017-06-21 04:24:05 +03:00 |
ShardedPartitionUploader.h
|
translate comments
|
2017-04-16 23:17:32 +03:00 |
SimpleMergeSelector.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
SimpleMergeSelector.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |