.. |
ActiveDataPartSet.cpp
|
New data path: disk_path + db_name + table_name. Removed default path from MergeTree Constructor
|
2019-04-21 21:38:44 +03:00 |
ActiveDataPartSet.h
|
New data path: disk_path + db_name + table_name. Removed default path from MergeTree Constructor
|
2019-04-21 21:38:44 +03:00 |
AllMergeSelector.cpp
|
Better [#CLICKHOUSE-2].
|
2017-12-02 00:13:25 +03:00 |
AllMergeSelector.h
|
dbms: Fixed misspells in comments
|
2019-01-23 04:56:53 +09:00 |
BackgroundProcessingPool.cpp
|
Fixed metrics in BackgroundProcessingPool .
|
2019-12-13 01:08:54 +03:00 |
BackgroundProcessingPool.h
|
Fixed metrics in BackgroundProcessingPool .
|
2019-12-13 01:08:54 +03:00 |
BoolMask.h
|
Resolved some of PVS-Studio warnings
|
2019-04-22 19:07:09 +03:00 |
checkDataPart.cpp
|
Fix bug in checkDataPart when last granule has same number of rows as in .mrk file
|
2019-12-05 15:01:36 +03:00 |
checkDataPart.h
|
More simple
|
2019-12-03 02:50:53 +03:00 |
DataPartsExchange.cpp
|
get rid of StorageWeakPtr
|
2020-01-14 19:54:25 +03:00 |
DataPartsExchange.h
|
get rid of StorageWeakPtr
|
2020-01-14 19:54:25 +03:00 |
EphemeralLockInZooKeeper.cpp
|
Attempt to generalize ZooKeeper interface [#CLICKHOUSE-2]
|
2018-08-25 04:58:14 +03:00 |
EphemeralLockInZooKeeper.h
|
Attempt to generalize ZooKeeper interface [#CLICKHOUSE-2]
|
2018-08-25 04:58:14 +03:00 |
IMergedBlockOutputStream.cpp
|
More GCC warnings
|
2019-12-16 23:19:50 +02:00 |
IMergedBlockOutputStream.h
|
Fix comment
|
2019-08-30 17:30:28 +03:00 |
KeyCondition.cpp
|
Update KeyCondition.cpp
|
2019-12-18 22:04:33 +03:00 |
KeyCondition.h
|
Revert "CHYT-142: extend KeyCondition interface so that it returns BoolMask."
|
2019-09-24 04:29:26 +03:00 |
LevelMergeSelector.cpp
|
CONTRIB-254 Arcadia fixes (#3475)
|
2018-11-01 20:07:20 +03:00 |
LevelMergeSelector.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MarkRange.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MergedBlockOutputStream.cpp
|
Minor fix.
|
2019-12-11 13:24:20 +03:00 |
MergedBlockOutputStream.h
|
const &
|
2019-07-28 14:45:50 +03:00 |
MergedColumnOnlyOutputStream.cpp
|
Move initialization of MergedColumnOnlyStream to constructor
|
2019-09-02 19:31:09 +03:00 |
MergedColumnOnlyOutputStream.h
|
Move initialization of MergedColumnOnlyStream to constructor
|
2019-09-02 19:31:09 +03:00 |
MergeList.cpp
|
Removed is_move from system.merges .
|
2019-12-05 12:31:45 +03:00 |
MergeList.h
|
Removed is_move from system.merges .
|
2019-12-05 12:31:45 +03:00 |
MergeSelector.h
|
TTL: Only drop altogether the expired parts and not partially prune them.
|
2019-07-28 13:30:46 +03:00 |
MergeTreeBaseSelectProcessor.cpp
|
Commented tons of debug prints
|
2020-01-17 17:48:56 +03:00 |
MergeTreeBaseSelectProcessor.h
|
Added setting "min_bytes_to_use_mmap_io" (#8520)
|
2020-01-04 08:46:50 +03:00 |
MergeTreeBlockOutputStream.cpp
|
Simplify code
|
2019-09-05 16:12:29 +03:00 |
MergeTreeBlockOutputStream.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MergeTreeBlockReadUtils.cpp
|
Not working state
|
2020-01-15 16:00:08 +03:00 |
MergeTreeBlockReadUtils.h
|
Update MergeTreeRangeReader.
|
2019-09-26 20:29:41 +03:00 |
MergeTreeData.cpp
|
Merge branch 'master' into alter_on_top_of_mutations
|
2020-01-28 17:10:34 +03:00 |
MergeTreeData.h
|
fix confusing logic (addition to #8800)
|
2020-01-24 13:47:19 +03:00 |
MergeTreeDataFormatVersion.h
|
Accident change
|
2019-03-27 17:14:27 +03:00 |
MergeTreeDataMergerMutator.cpp
|
Commented tons of debug prints
|
2020-01-17 17:48:56 +03:00 |
MergeTreeDataMergerMutator.h
|
Better working on files names
|
2020-01-17 16:54:22 +03:00 |
MergeTreeDataPart.cpp
|
Merge branch 'master' into alter_on_top_of_mutations
|
2020-01-28 17:10:34 +03:00 |
MergeTreeDataPart.h
|
Merge remote-tracking branch 'refs/remotes/upstream/master' into vfs_log
|
2019-12-26 17:03:32 +03:00 |
MergeTreeDataPartChecksum.cpp
|
Merge branch 'master' into zk-columns-compact-storage
|
2019-01-16 17:45:16 +03:00 |
MergeTreeDataPartChecksum.h
|
introduce ReplicatedMergeTreePartHeader [#CLICKHOUSE-4024]
|
2018-12-29 17:11:16 +03:00 |
MergeTreeDataPartTTLInfo.cpp
|
Removing expired rows shall not be triggered on move TTL expiration.
|
2019-12-11 13:24:20 +03:00 |
MergeTreeDataPartTTLInfo.h
|
Removing expired rows shall not be triggered on move TTL expiration.
|
2019-12-11 13:24:20 +03:00 |
MergeTreeDataSelectExecutor.cpp
|
Commented tons of debug prints
|
2020-01-17 17:48:56 +03:00 |
MergeTreeDataSelectExecutor.h
|
Update MergeTreeDataSelectExecutor.
|
2019-10-04 20:49:14 +03:00 |
MergeTreeDataWriter.cpp
|
fix alters if ttl is set
|
2020-01-23 16:04:06 +03:00 |
MergeTreeDataWriter.h
|
Implement "max_partitions_per_insert_block" setting #4700
|
2019-03-29 12:34:07 +03:00 |
MergeTreeIndexAggregatorBloomFilter.cpp
|
Integration of log storages with IDisk interface
|
2019-12-23 16:11:56 +03:00 |
MergeTreeIndexAggregatorBloomFilter.h
|
support bloom filter for any type
|
2019-06-19 23:12:05 +08:00 |
MergeTreeIndexBloomFilter.cpp
|
Code cleanup.
|
2019-11-01 18:31:02 +03:00 |
MergeTreeIndexBloomFilter.h
|
fix build and test failure
|
2019-06-20 08:33:37 +08:00 |
MergeTreeIndexConditionBloomFilter.cpp
|
Merge pull request #7561 from ClickHouse/achimbab-master
|
2019-11-02 00:57:13 +03:00 |
MergeTreeIndexConditionBloomFilter.h
|
Make bloom_filter-index support some types of Arrays.
|
2019-09-18 18:32:44 +09:00 |
MergeTreeIndexFullText.cpp
|
Removed useless code, added comments
|
2020-01-08 13:20:55 +03:00 |
MergeTreeIndexFullText.h
|
fix typos in docs and comment (#7385)
|
2019-10-20 12:43:54 +08:00 |
MergeTreeIndexGranularity.cpp
|
Remove average granularity logic from code
|
2019-04-01 13:34:22 +03:00 |
MergeTreeIndexGranularity.h
|
Fix bug in checkDataPart when last granule has same number of rows as in .mrk file
|
2019-12-05 15:01:36 +03:00 |
MergeTreeIndexGranularityInfo.cpp
|
Remove COW and add MultiVersion
|
2019-08-26 17:24:29 +03:00 |
MergeTreeIndexGranularityInfo.h
|
Mixed parts by setting
|
2019-06-19 17:46:06 +03:00 |
MergeTreeIndexGranularityInfo.h.gch
|
Mixed parts by setting
|
2019-06-19 17:46:06 +03:00 |
MergeTreeIndexGranuleBloomFilter.cpp
|
Integration of log storages with IDisk interface
|
2019-12-23 16:11:56 +03:00 |
MergeTreeIndexGranuleBloomFilter.h
|
Small fixes.
|
2019-11-01 12:41:20 +03:00 |
MergeTreeIndexMinMax.cpp
|
Revert "CHYT-142: extend KeyCondition interface so that it returns BoolMask."
|
2019-09-24 04:29:26 +03:00 |
MergeTreeIndexMinMax.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MergeTreeIndexReader.cpp
|
Added setting "min_bytes_to_use_mmap_io" (#8520)
|
2020-01-04 08:46:50 +03:00 |
MergeTreeIndexReader.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MergeTreeIndexSet.cpp
|
fix Set index check useless (#6651)
|
2019-08-25 01:01:36 +03:00 |
MergeTreeIndexSet.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
MergeTreeIndices.cpp
|
More GCC warnings
|
2019-12-16 23:19:50 +02:00 |
MergeTreeIndices.h
|
More GCC warnings
|
2019-12-16 23:19:50 +02:00 |
MergeTreeMutationEntry.cpp
|
save mutations to disk and load them on startup [#CLICKHOUSE-3748]
|
2018-07-16 06:22:22 +03:00 |
MergeTreeMutationEntry.h
|
Refactor
|
2019-09-04 20:26:53 +03:00 |
MergeTreeMutationStatus.h
|
Add parts_to_do_names column to system.mutations
|
2019-12-12 19:24:03 +03:00 |
MergeTreePartInfo.cpp
|
drop detached partition
|
2019-07-31 18:27:21 +03:00 |
MergeTreePartInfo.h
|
Added disk info to system.detached_parts .
|
2019-11-19 09:44:10 +03:00 |
MergeTreePartition.cpp
|
IPv4 and IPv6 Domain implementation.
|
2019-02-04 12:37:46 +03:00 |
MergeTreePartition.h
|
a tool to convert an old month-partition part to the custom-partitioned format [#CLICKHOUSE-4231]
|
2019-01-30 16:51:39 +03:00 |
MergeTreePartsMover.cpp
|
Merge branch 'master' into bettertestalterttl
|
2020-01-19 01:03:25 +03:00 |
MergeTreePartsMover.h
|
Fix some spelling mistakes
|
2020-01-11 17:51:33 +08:00 |
MergeTreeRangeReader.cpp
|
Less comments
|
2020-01-17 23:55:31 +03:00 |
MergeTreeRangeReader.h
|
Optimize PREWHERE
|
2019-11-18 22:59:03 +08:00 |
MergeTreeReader.cpp
|
Commented tons of debug prints
|
2020-01-17 17:48:56 +03:00 |
MergeTreeReader.h
|
Not working state
|
2020-01-15 16:00:08 +03:00 |
MergeTreeReaderStream.cpp
|
Added setting "min_bytes_to_use_mmap_io" (#8520)
|
2020-01-04 08:46:50 +03:00 |
MergeTreeReaderStream.h
|
Added setting "min_bytes_to_use_mmap_io" (#8520)
|
2020-01-04 08:46:50 +03:00 |
MergeTreeReadPool.cpp
|
Merge branch 'master' into alter_on_top_of_mutations
|
2020-01-28 17:10:34 +03:00 |
MergeTreeReadPool.h
|
Better handling of per_part_columns_lock .
|
2020-01-23 13:08:35 +03:00 |
MergeTreeReverseSelectProcessor.cpp
|
Added setting "min_bytes_to_use_mmap_io" (#8520)
|
2020-01-04 08:46:50 +03:00 |
MergeTreeReverseSelectProcessor.h
|
Added setting "min_bytes_to_use_mmap_io" (#8520)
|
2020-01-04 08:46:50 +03:00 |
MergeTreeSelectProcessor.cpp
|
Not working state
|
2020-01-15 16:00:08 +03:00 |
MergeTreeSelectProcessor.h
|
Added setting "min_bytes_to_use_mmap_io" (#8520)
|
2020-01-04 08:46:50 +03:00 |
MergeTreeSequentialBlockInputStream.cpp
|
Commented tons of debug prints
|
2020-01-17 17:48:56 +03:00 |
MergeTreeSequentialBlockInputStream.h
|
Merge IBlockInputStream and IProfilingBlockInputStream into one
|
2019-01-23 17:48:50 +03:00 |
MergeTreeSettings.cpp
|
Do not include Field.h everywhere through SettingsCommon.h.
|
2019-10-07 20:23:05 +03:00 |
MergeTreeSettings.h
|
typo fix
|
2020-01-15 14:30:21 +01:00 |
MergeTreeThreadSelectBlockInputProcessor.cpp
|
Added setting "min_bytes_to_use_mmap_io" (#8520)
|
2020-01-04 08:46:50 +03:00 |
MergeTreeThreadSelectBlockInputProcessor.h
|
Update MergeTreeDataSelectExecutor.
|
2019-10-04 20:49:14 +03:00 |
MergeTreeWhereOptimizer.cpp
|
extract more logic out of QueryNormalizer
|
2019-10-23 16:59:03 +03:00 |
MergeTreeWhereOptimizer.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
PartDestinationType.h
|
Add table as part destination type
|
2019-12-17 07:51:40 +01:00 |
RangesInDataPart.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
registerStorageMergeTree.cpp
|
Add replication and deduplication properties.
|
2020-01-27 17:14:49 +03:00 |
ReplicatedMergeTreeAddress.cpp
|
CLICKHOUSE-3863: Add more convinient exception message
|
2018-08-01 00:29:47 +03:00 |
ReplicatedMergeTreeAddress.h
|
CLICKHOUSE-3863: Add more convinient exception message
|
2018-08-01 00:29:47 +03:00 |
ReplicatedMergeTreeAlterThread.cpp
|
Merge pull request #8650 from ClickHouse/remove_istorage_weak_ptr
|
2020-01-18 20:28:53 +03:00 |
ReplicatedMergeTreeAlterThread.h
|
Restore recheck parts in ReplicatedMergeTreeAlterThread in case of error.
|
2019-03-22 20:24:35 +03:00 |
ReplicatedMergeTreeBlockOutputStream.cpp
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
ReplicatedMergeTreeBlockOutputStream.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
ReplicatedMergeTreeCleanupThread.cpp
|
refactor storage name
|
2019-12-26 19:23:38 +03:00 |
ReplicatedMergeTreeCleanupThread.h
|
Miscellaneous #2758
|
2018-08-28 02:59:49 +03:00 |
ReplicatedMergeTreeLogEntry.cpp
|
Mutate from alter metadata task
|
2020-01-29 20:28:39 +03:00 |
ReplicatedMergeTreeLogEntry.h
|
Broke things
|
2020-01-28 20:15:22 +03:00 |
ReplicatedMergeTreeMutationEntry.cpp
|
save mutations to disk and load them on startup [#CLICKHOUSE-3748]
|
2018-07-16 06:22:22 +03:00 |
ReplicatedMergeTreeMutationEntry.h
|
try to get rid of IAST::range #4058
|
2019-01-23 14:19:22 +03:00 |
ReplicatedMergeTreePartCheckThread.cpp
|
refactor storage name
|
2019-12-26 19:23:38 +03:00 |
ReplicatedMergeTreePartCheckThread.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
ReplicatedMergeTreePartHeader.cpp
|
Miscellaneous #3960
|
2019-01-17 17:45:02 +03:00 |
ReplicatedMergeTreePartHeader.h
|
introduce ReplicatedMergeTreePartHeader [#CLICKHOUSE-4024]
|
2018-12-29 17:11:16 +03:00 |
ReplicatedMergeTreeQueue.cpp
|
Broke things
|
2020-01-28 20:15:22 +03:00 |
ReplicatedMergeTreeQueue.h
|
Broke things
|
2020-01-28 20:15:22 +03:00 |
ReplicatedMergeTreeQuorumAddedParts.h
|
fix bug with merge part, wich us inserted with quorum
|
2018-10-18 17:14:07 +03:00 |
ReplicatedMergeTreeQuorumEntry.h
|
Various fixes for PVS-Studio
|
2019-06-16 21:13:39 +03:00 |
ReplicatedMergeTreeRestartingThread.cpp
|
Merge with master
|
2020-01-20 12:21:05 +03:00 |
ReplicatedMergeTreeRestartingThread.h
|
add BackgroundSchedulePool::TaskInfo::activateAndSchedule() method
|
2018-08-22 16:43:27 +03:00 |
ReplicatedMergeTreeTableMetadata.cpp
|
fix alters if ttl is set
|
2020-01-23 16:04:06 +03:00 |
ReplicatedMergeTreeTableMetadata.h
|
fix alters if ttl is set
|
2020-01-23 16:04:06 +03:00 |
RPNBuilder.h
|
minor fixes in includes
|
2019-08-14 17:06:16 +03:00 |
SimpleMergeSelector.cpp
|
CONTRIB-254 Arcadia fixes (#3475)
|
2018-11-01 20:07:20 +03:00 |
SimpleMergeSelector.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
StorageFromMergeTreeDataPart.h
|
Merge with master
|
2020-01-20 12:21:05 +03:00 |
TTLMergeSelector.cpp
|
TTL: Only drop altogether the expired parts and not partially prune them.
|
2019-07-28 13:30:46 +03:00 |
TTLMergeSelector.h
|
TTL: Only drop altogether the expired parts and not partially prune them.
|
2019-07-28 13:30:46 +03:00 |