ClickHouse/src/Storages
alesapin 427e5f295c
Merge pull request #21007 from CurtizJ/alter-bad-conversions
Do not start mutation for alters with wrong type conversion
2021-02-24 10:08:15 +03:00
..
Distributed Add proper checks while parsing directory names for async INSERT (fixes SIGSEGV) 2021-02-15 10:53:41 +03:00
HDFS
Kafka Improved serialization for data types combined of Arrays and Tuples. 2021-02-17 20:50:09 +03:00
LiveView Whitespaces 2021-02-11 23:59:00 +03:00
MergeTree Merge pull request #21007 from CurtizJ/alter-bad-conversions 2021-02-24 10:08:15 +03:00
PostgreSQL Update PostgreSQLConnection.h 2021-01-16 15:26:21 +03:00
RabbitMQ Merge pull request #20545 from kssenii/rabbit-format-settings 2021-02-19 20:24:17 +03:00
RocksDB Fix missing type check in StorageEmbeddedRocksDB 2021-02-03 20:35:23 +03:00
System Merge pull request #20996 from azat/system-stack-trace-diagnostics 2021-02-21 22:18:13 +03:00
tests Fix backoff for failed background tasks in replicated merge tree 2021-02-11 14:46:18 +03:00
AlterCommands.cpp
AlterCommands.h
CheckResults.h
CMakeLists.txt
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnDependency.h
ColumnsDescription.cpp Merge pull request #19358 from CurtizJ/fix-subcolumns 2021-01-25 20:26:07 +03:00
ColumnsDescription.h fix several cases, while reading subcolumns 2021-01-21 15:34:11 +03:00
CompressionCodecSelector.h
ConstraintsDescription.cpp
ConstraintsDescription.h
DataDestinationType.h
extractKeyExpressionList.cpp
extractKeyExpressionList.h
getStructureOfRemoteTable.cpp
getStructureOfRemoteTable.h
IndicesDescription.cpp
IndicesDescription.h
IStorage_fwd.h
IStorage.cpp
IStorage.h Disable excessive squashing of blocks for StorageMemory #13052 2021-02-07 04:57:17 +03:00
JoinSettings.cpp
JoinSettings.h
KeyDescription.cpp
KeyDescription.h
MarkCache.h
MemorySettings.cpp In memory compression: a prototype 2021-02-11 16:40:15 +03:00
MemorySettings.h Disable in-memory compression by default 2021-02-19 12:02:18 +03:00
MutationCommands.cpp
MutationCommands.h
PartitionCommands.cpp
PartitionCommands.h
ReadInOrderOptimizer.cpp
ReadInOrderOptimizer.h
registerStorages.cpp
registerStorages.h
SelectQueryDescription.cpp
SelectQueryDescription.h
SelectQueryInfo.h
SetSettings.cpp
SetSettings.h
StorageBuffer.cpp Merge pull request #19721 from azat/buffer-profile 2021-02-13 02:43:41 +03:00
StorageBuffer.h Add separate config directive for Buffer profile 2021-02-10 21:40:26 +03:00
StorageDictionary.cpp
StorageDictionary.h
StorageDistributed.cpp Sync SYSTEM FLUSH DISTRIBUTED with TRUNCATE 2021-02-10 23:10:37 +03:00
StorageDistributed.h Sync SYSTEM FLUSH DISTRIBUTED with TRUNCATE 2021-02-10 23:10:37 +03:00
StorageFactory.cpp Better 2021-01-21 21:15:11 +00:00
StorageFactory.h
StorageFile.cpp Replace direct truncate with O_TRUNC flag 2021-02-20 03:27:23 +04:00
StorageFile.h
StorageGenerateRandom.cpp
StorageGenerateRandom.h
StorageInMemoryMetadata.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-27 19:48:55 +03:00
StorageInMemoryMetadata.h
StorageInput.cpp
StorageInput.h
StorageJoin.cpp
StorageJoin.h
StorageLog.cpp
StorageLog.h
StorageLogSettings.cpp
StorageLogSettings.h
StorageMaterializedView.cpp review suggestions 2021-02-20 02:41:58 +03:00
StorageMaterializedView.h fix 2021-02-02 13:32:42 +03:00
StorageMaterializeMySQL.cpp Show details of MaterializeMySQL tables in system.tables 2021-02-05 21:37:29 +08:00
StorageMaterializeMySQL.h fix sync 2021-02-01 12:32:36 +03:00
StorageMemory.cpp Fix clang-tidy 2021-02-13 00:26:12 +03:00
StorageMemory.h Performance improvement by Nikolai Kochetov 2021-02-13 22:51:38 +03:00
StorageMerge.cpp Remove AddingConstColumn step and transform. 2021-02-04 17:25:11 +03:00
StorageMerge.h
StorageMergeTree.cpp Fix backoff for failed background tasks in replicated merge tree 2021-02-11 14:46:18 +03:00
StorageMergeTree.h
StorageMongoDB.cpp MongoDB table engine now establishes connection only when it reads data. 2021-02-05 11:47:31 +03:00
StorageMongoDB.h Add comment 2021-02-09 18:55:36 +03:00
StorageMySQL.cpp
StorageMySQL.h
StorageNull.cpp
StorageNull.h
StoragePostgreSQL.cpp Add TODO 2021-01-16 11:43:59 +03:00
StoragePostgreSQL.h
StorageProxy.h
StorageReplicatedMergeTree.cpp review suggestions 2021-02-20 02:41:58 +03:00
StorageReplicatedMergeTree.h better code 2021-02-08 22:36:17 +03:00
StorageS3.cpp Merge pull request #19748 from excitoon-favorites/s3ssec 2021-02-15 15:23:14 +03:00
StorageS3.h
StorageS3Settings.cpp Added SSE-C support in S3 client. 2021-01-28 09:32:41 +03:00
StorageS3Settings.h Added SSE-C support in S3 client. 2021-01-28 09:32:41 +03:00
StorageSet.cpp In memory compression: a prototype 2021-02-11 16:40:15 +03:00
StorageSet.h
StorageStripeLog.cpp
StorageStripeLog.h
StorageTableFunction.h
StorageTinyLog.cpp Update StorageTinyLog.cpp 2021-01-16 11:53:28 +03:00
StorageTinyLog.h
StorageURL.cpp
StorageURL.h
StorageValues.cpp
StorageValues.h
StorageView.cpp
StorageView.h
StorageXDBC.cpp
StorageXDBC.h
TableLockHolder.h
transformQueryForExternalDatabase.cpp
transformQueryForExternalDatabase.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
TTLDescription.cpp add comments and test for compatibility 2021-01-28 02:39:15 +03:00
TTLDescription.h
TTLMode.h
VirtualColumnUtils.cpp
VirtualColumnUtils.h
ya.make Generate ya.make 2021-02-12 05:33:39 +03:00
ya.make.in