ClickHouse/src/Storages
alesapin 6d6779f17a
Merge pull request #37139 from ClickHouse/i_object_storage
Separate object storage operations from disks
2022-05-27 13:59:50 +02:00
..
Cache use splitInto instead of Poco::Tokenizer 2022-05-17 19:31:59 +08:00
Distributed remove last mentions of data streams 2022-05-09 19:15:24 +00:00
examples Remove Arcadia 2022-04-16 00:20:47 +02:00
FileLog Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
fuzzers
HDFS cleanup StorageHDFS (unused variables) 2022-05-25 19:23:05 +05:00
Hive Fix comments 2022-05-20 14:57:27 +00:00
Kafka Remove group.id from StorageKafka::createWriteBuffer 2022-05-15 23:51:11 +04:00
LiveView remove last mentions of data streams 2022-05-09 19:15:24 +00:00
MeiliSearch Follow-up to PR #37300: semicolon warnings 2022-05-20 15:06:34 +02:00
MergeTree Merge pull request #37139 from ClickHouse/i_object_storage 2022-05-27 13:59:50 +02:00
MySQL
PostgreSQL Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
RabbitMQ Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
RocksDB Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
System Merge pull request #37139 from ClickHouse/i_object_storage 2022-05-27 13:59:50 +02:00
tests Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
WindowView update windowview create syntax 2022-05-22 10:18:34 +00:00
AlterCommands.cpp Require mutations for DROP COLUMN by root column name for nested columns 2022-04-29 07:09:34 +03:00
AlterCommands.h
CheckResults.h
CMakeLists.txt
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnDependency.h
ColumnsDescription.cpp Try fix tests 2022-05-20 17:48:24 +00:00
ColumnsDescription.h Try fix tests 2022-05-20 17:48:24 +00:00
CompressionCodecSelector.h
ConstraintsDescription.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
ConstraintsDescription.h
DataDestinationType.h
ExecutableSettings.cpp Follow-up to PR #37300: semicolon warnings 2022-05-20 15:06:34 +02:00
ExecutableSettings.h
ExternalDataSourceConfiguration.cpp Fix 2022-03-24 19:10:53 +01:00
ExternalDataSourceConfiguration.h Better s3 settings 2022-04-04 16:14:56 +02:00
extractKeyExpressionList.cpp
extractKeyExpressionList.h
getStructureOfRemoteTable.cpp
getStructureOfRemoteTable.h add more comments 2022-03-01 19:32:55 +03:00
getVirtualsForStorage.cpp Better 2022-03-28 22:40:27 +02:00
getVirtualsForStorage.h Fix clang-tidy, style check 2022-03-29 14:20:21 +02:00
IndicesDescription.cpp Follow-up to PR #37300: semicolon warnings 2022-05-20 15:06:34 +02:00
IndicesDescription.h add hints for column description 2022-04-04 07:24:42 +00:00
IStorage_fwd.h
IStorage.cpp Implement BACKUP/RESTORE ON CLUSTER. 2022-04-25 16:34:33 +02:00
IStorage.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into formats-with-names 2022-05-20 13:54:52 +00:00
KeyDescription.cpp
KeyDescription.h fix local metadata differ zk metadata 2022-01-27 16:33:40 +08:00
MarkCache.h
MemorySettings.cpp
MemorySettings.h
MutationCommands.cpp
MutationCommands.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
PartitionCommands.cpp
PartitionCommands.h
PartitionedSink.cpp Finalize write buffers in case of exception 2022-05-06 17:30:18 +00:00
PartitionedSink.h Finalize write buffers in case of exception 2022-05-06 17:30:18 +00:00
ProjectionsDescription.cpp Follow-up to PR #37300: semicolon warnings 2022-05-20 15:06:34 +02:00
ProjectionsDescription.h add hints for projections 2022-04-04 07:24:42 +00:00
ReadFinalForExternalReplicaStorage.cpp Merge pull request #36444 from rschu1ze/clang-tidy-fixes 2022-04-21 16:11:27 +02:00
ReadFinalForExternalReplicaStorage.h
ReadInOrderOptimizer.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
ReadInOrderOptimizer.h
registerStorages.cpp Merge branch 'master' into MeiliSearch 2022-04-06 17:07:55 +03:00
registerStorages.h
SelectQueryDescription.cpp
SelectQueryDescription.h
SelectQueryInfo.h Make SelectQueryInfo pseudo-copyable 2022-04-07 17:46:50 +08:00
SetSettings.cpp
SetSettings.h
StorageBuffer.cpp Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
StorageBuffer.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageDictionary.cpp Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
StorageDictionary.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageDistributed.cpp remove last mentions of data streams 2022-05-09 19:15:24 +00:00
StorageDistributed.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageExecutable.cpp Fixing some warnings 2022-05-16 20:59:27 +02:00
StorageExecutable.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageExternalDistributed.cpp Fix build, pt. IV 2022-05-04 12:01:29 +02:00
StorageExternalDistributed.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageFactory.cpp
StorageFactory.h
StorageFile.cpp Merge branch 'master' into formats-with-names 2022-05-23 12:14:20 +02:00
StorageFile.h Fix comments 2022-05-20 14:57:27 +00:00
StorageGenerateRandom.cpp Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
StorageGenerateRandom.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageInMemoryMetadata.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
StorageInMemoryMetadata.h
StorageInput.cpp
StorageInput.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageJoin.cpp remove last mentions of data streams 2022-05-09 19:15:24 +00:00
StorageJoin.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageLog.cpp Use query scopes for async backup/restore. 2022-05-13 10:35:02 +02:00
StorageLog.h Merge pull request #36864 from vitlibar/backup-improvements-4 2022-05-05 15:37:51 +02:00
StorageLogSettings.cpp
StorageLogSettings.h
StorageMaterializedMySQL.cpp
StorageMaterializedMySQL.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageMaterializedView.cpp do not addDependency when table is dropped 2022-05-16 09:04:37 +00:00
StorageMaterializedView.h do not addDependency when table is dropped 2022-05-16 09:04:37 +00:00
StorageMemory.cpp Use query scopes for async backup/restore. 2022-05-13 10:35:02 +02:00
StorageMemory.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageMerge.cpp remove last mentions of data streams 2022-05-09 19:15:24 +00:00
StorageMerge.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageMergeTree.cpp Merge pull request #37547 from ClickHouse/followup_37398 2022-05-26 20:29:41 +03:00
StorageMergeTree.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageMongoDB.cpp Enable clang-tidy readability-misleading-indentation 2022-05-08 19:12:01 +02:00
StorageMongoDB.h Fix build, pt. III 2022-05-04 11:20:56 +02:00
StorageMongoDBSocketFactory.cpp
StorageMongoDBSocketFactory.h
StorageMySQL.cpp Fix build, pt. IV 2022-05-04 12:01:29 +02:00
StorageMySQL.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageNull.cpp Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
StorageNull.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StoragePostgreSQL.cpp Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
StoragePostgreSQL.h remove last mentions of data streams 2022-05-09 19:15:24 +00:00
StorageProxy.h
StorageReplicatedMergeTree.cpp Merge pull request #37139 from ClickHouse/i_object_storage 2022-05-27 13:59:50 +02:00
StorageReplicatedMergeTree.h fix logical error on truncate table 2022-05-06 16:12:31 +02:00
StorageS3.cpp Merge with master 2022-05-25 21:47:05 +02:00
StorageS3.h Merge with master 2022-05-25 21:47:05 +02:00
StorageS3Cluster.cpp partition pruning for s3 2022-05-24 18:57:55 +08:00
StorageS3Cluster.h partition pruning for s3 2022-05-24 18:57:55 +08:00
StorageS3Settings.cpp Fix 2022-04-19 11:31:27 +02:00
StorageS3Settings.h Fix 2022-04-08 12:30:24 +02:00
StorageSet.cpp Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
StorageSet.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageSnapshot.cpp Fix failed thread stateless tests 2022-05-23 15:15:45 +02:00
StorageSnapshot.h Fix inserting defaults for missing values in columnar formats 2022-05-16 14:19:44 +00:00
StorageSQLite.cpp Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
StorageSQLite.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageStripeLog.cpp Merge pull request #37168 from vitlibar/backup-improvements-5 2022-05-16 21:25:54 +02:00
StorageStripeLog.h Merge pull request #36864 from vitlibar/backup-improvements-4 2022-05-05 15:37:51 +02:00
StorageTableFunction.h
StorageURL.cpp Merge branch 'master' into formats-with-names 2022-05-23 12:14:20 +02:00
StorageURL.h Better naming 2022-05-13 18:39:19 +00:00
StorageValues.cpp
StorageValues.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageView.cpp Remove inherited create() method + disallow copying 2022-05-02 08:46:52 +02:00
StorageView.h Don't let storages inherit from boost::noncopyable 2022-05-03 09:07:08 +02:00
StorageXDBC.cpp Better naming 2022-05-13 18:39:19 +00:00
StorageXDBC.h Better naming 2022-05-13 18:39:19 +00:00
TableLockHolder.h
transformQueryForExternalDatabase.cpp
transformQueryForExternalDatabase.h
TTLDescription.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
TTLDescription.h
TTLMode.h
VirtualColumnUtils.cpp
VirtualColumnUtils.h