ClickHouse/dbms/src/Storages
2020-01-20 10:24:28 +03:00
..
Distributed Change initialization order for StorageDistributedDirectoryMonitor members. 2019-12-24 21:25:00 +03:00
Kafka Better alter 2019-12-26 21:17:05 +03:00
LiveView Removing tabs. 2020-01-06 08:23:05 -05:00
MergeTree Merge pull request #8588 from ClickHouse/fix_mutation_size_limit 2020-01-09 22:51:07 +03:00
System Do not add resize transform for SystemNumbers. 2020-01-20 10:24:28 +03:00
tests Stack trace for every exception (experimental) 2020-01-02 09:56:53 +03:00
AlterCommands.cpp More comments 2019-12-29 14:25:26 +03:00
AlterCommands.h More comments 2019-12-29 14:25:26 +03:00
CheckResults.h
CMakeLists.txt
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnsDescription.cpp
ColumnsDescription.h
CompressionCodecSelector.h
ConstraintsDescription.cpp
ConstraintsDescription.h
getStructureOfRemoteTable.cpp
getStructureOfRemoteTable.h
IndicesDescription.cpp
IndicesDescription.h
IStorage_fwd.h
IStorage.cpp Removed bad code around general compression methods 2020-01-04 10:31:00 +03:00
IStorage.h Do not add resize transform for SystemNumbers. 2020-01-20 10:24:28 +03:00
MarkCache.h Make "mark_cache_min_lifetime" setting obsolete 2019-12-31 05:47:10 +03:00
MutationCommands.cpp
MutationCommands.h Add parts_to_do_names column to system.mutations 2019-12-12 19:24:03 +03:00
PartitionCommands.cpp Renamed TTLDestinationType to PartDestinationType. 2019-12-11 13:24:20 +03:00
PartitionCommands.h
ReadInOrderOptimizer.cpp improve input order analyzing and turn on order by optimization with left/inner joins 2019-12-20 16:15:17 +03:00
ReadInOrderOptimizer.h improve input order analyzing and turn on order by optimization with left/inner joins 2019-12-20 16:15:17 +03:00
registerStorages.cpp Build fixes. Arm, minimal build 2019-12-20 17:46:00 +03:00
registerStorages.h Build fixes. Arm, minimal build 2019-12-20 17:46:00 +03:00
SelectQueryInfo.h Merge pull request #7769 from amosbird/betterprewhere 2019-12-31 09:07:02 +03:00
StorageBuffer.cpp Move check alter to alter interpreter 2019-12-29 14:09:10 +03:00
StorageBuffer.h Better alter 2019-12-26 21:17:05 +03:00
StorageDictionary.cpp
StorageDictionary.h
StorageDistributed.cpp Move check alter to alter interpreter 2019-12-29 14:09:10 +03:00
StorageDistributed.h Better alter 2019-12-26 21:17:05 +03:00
StorageFactory.cpp fixes 2019-12-24 20:41:24 +03:00
StorageFactory.h fixes 2019-12-24 20:41:24 +03:00
StorageFile.cpp Removed debug output 2020-01-07 15:26:44 +03:00
StorageFile.h Added method "truncate" to StorageFile 2020-01-05 05:57:09 +03:00
StorageHDFS.cpp Workaround for bug in zlib-ng; using zlib level 3 by default 2020-01-05 09:39:40 +03:00
StorageHDFS.h
StorageInMemoryMetadata.h More usage of StorageInMemoryMetadata 2019-12-27 22:04:30 +03:00
StorageInput.cpp
StorageInput.h
StorageJoin.cpp Update StorageJoin.cpp 2019-12-31 00:30:25 +03:00
StorageJoin.h Merge branch 'master' into relative_paths_in_storages 2019-12-24 19:58:34 +03:00
StorageLog.cpp use relative paths in IStorage::rename(...) 2019-12-24 16:35:50 +03:00
StorageLog.h use relative paths in IStorage::rename(...) 2019-12-24 16:35:50 +03:00
StorageMaterializedView.cpp Merge pull request #8130 from CurtizJ/optimize-storage-merge 2019-12-22 12:43:18 +03:00
StorageMaterializedView.h
StorageMemory.cpp
StorageMemory.h
StorageMerge.cpp Merge pull request #8447 from amosbird/c++20 2019-12-31 21:06:41 +03:00
StorageMerge.h Better alter 2019-12-26 21:17:05 +03:00
StorageMergeTree.cpp Merge pull request #8595 from ClickHouse/aku/merge-verbose-error 2020-01-10 10:12:04 +03:00
StorageMergeTree.h More usage of metadata 2019-12-27 19:34:50 +03:00
StorageMySQL.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
StorageMySQL.h
StorageNull.cpp Better alter 2019-12-26 21:17:05 +03:00
StorageNull.h Better alter 2019-12-26 21:17:05 +03:00
StorageReplicatedMergeTree.cpp Merge pull request #8314 from javisantana/fix/no_wait_for_no_active_replicas 2020-01-09 19:54:07 +03:00
StorageReplicatedMergeTree.h Merge pull request #8314 from javisantana/fix/no_wait_for_no_active_replicas 2020-01-09 19:54:07 +03:00
StorageS3.cpp Workaround for bug in zlib-ng; using zlib level 3 by default 2020-01-05 09:39:40 +03:00
StorageS3.h AWS SDK integration - code cleanup. 2019-12-11 17:21:48 +03:00
StorageSet.cpp use relative paths in IStorage::rename(...) 2019-12-24 16:35:50 +03:00
StorageSet.h use relative paths in IStorage::rename(...) 2019-12-24 16:35:50 +03:00
StorageStripeLog.cpp Added setting "min_bytes_to_use_mmap_io" (#8520) 2020-01-04 08:46:50 +03:00
StorageStripeLog.h use relative paths in IStorage::rename(...) 2019-12-24 16:35:50 +03:00
StorageTinyLog.cpp fixes 2019-12-24 20:41:24 +03:00
StorageTinyLog.h use relative paths in IStorage::rename(...) 2019-12-24 16:35:50 +03:00
StorageURL.cpp Workaround for bug in zlib-ng; using zlib level 3 by default 2020-01-05 09:39:40 +03:00
StorageURL.h
StorageValues.cpp
StorageValues.h
StorageView.cpp try fix some predicate optimizer bug 2020-01-02 21:14:48 +08:00
StorageView.h
StorageXDBC.cpp Removed bad code around general compression methods 2020-01-04 10:31:00 +03:00
StorageXDBC.h
TableStructureLockHolder.h
transformQueryForExternalDatabase.cpp
transformQueryForExternalDatabase.h
VirtualColumnUtils.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
VirtualColumnUtils.h