ClickHouse/dbms/src/Storages
2018-01-31 23:56:52 +08:00
..
Distributed Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
MergeTree Add metric for duplicated inserts. [#CLICKHOUSE-2] 2018-01-25 21:47:44 +03:00
System ISSUES-117 fix failed test 2018-01-31 23:56:52 +08:00
tests Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
AlterCommands.cpp Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
AlterCommands.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
ColumnDefault.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ColumnDefault.h Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
ColumnsDescription.cpp Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
ColumnsDescription.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
CompressionSettingsSelector.h Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
IStorage.cpp Use FIFO lock in IStorage. [#CLICKHOUSE-3246] 2017-09-01 20:45:05 +03:00
IStorage.h Add comments. Improve method names. 2018-01-23 11:18:12 +03:00
ITableDeclaration.cpp Added more checks [#CLICKHOUSE-2]. 2018-01-23 21:49:15 +03:00
ITableDeclaration.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
MarkCache.h Unification [#CLICKHOUSE-2]. 2017-09-15 15:16:12 +03:00
registerStorages.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
registerStorages.h Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
SelectQueryInfo.h Fix missing includes 2017-07-24 18:04:49 +03:00
StorageBuffer.cpp ISSUES-957 update condition & test 2018-01-12 21:03:35 +08:00
StorageBuffer.h ISSUES-957 update condition & test 2018-01-12 21:03:35 +08:00
StorageCatBoostPool.cpp Inverted dependencies in StorageFactory (continued) [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageCatBoostPool.h Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
StorageDictionary.cpp Allow to create StorageDictionary with identifier in ENGINE parameter [#CLICKHOUSE-2]. 2018-01-12 21:56:13 +03:00
StorageDictionary.h Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageDistributed.cpp added macro for cluster name in Distributerd table and DDL [#CLICKHOUSE-3409] 2018-01-22 21:49:17 +03:00
StorageDistributed.h Inverted dependencies in StorageFactory (continued) [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageFactory.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageFactory.h Fixed comment [#CLICKHOUSE-2]. 2017-12-30 07:03:49 +03:00
StorageFile.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageFile.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
StorageJoin.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageJoin.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
StorageKafka.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageKafka.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
StorageLog.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
StorageLog.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
StorageMaterializedView.cpp Fixed error: if default user had readonly accesss, the server could not start [#CLICKHOUSE-2] 2018-01-19 02:40:32 +03:00
StorageMaterializedView.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
StorageMemory.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageMemory.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
StorageMerge.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageMerge.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
StorageMergeTree.cpp Better system.part_log. [#CLICKHOUSE-3342] 2018-01-25 21:40:02 +03:00
StorageMergeTree.h Replace subqueries and table expressions on the right side of the IN operator with their results in order to make MergeTree storage engines evaluate the corresponding conditions by using the index. 2018-01-21 11:22:52 +03:00
StorageMySQL.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageMySQL.h Build fixes (#1718) 2017-12-29 18:48:20 +03:00
StorageNull.cpp Add ALTER for null storage tables. 2018-01-11 22:13:19 +03:00
StorageNull.h Add ALTER for null storage tables. 2018-01-11 22:13:19 +03:00
StorageODBC.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageODBC.h Merging [#CLICKHOUSE-3114] 2017-12-28 00:45:05 +03:00
StorageReplicatedMergeTree.cpp Better system.part_log. [#CLICKHOUSE-3342] 2018-01-25 21:40:02 +03:00
StorageReplicatedMergeTree.h Better system.part_log. [#CLICKHOUSE-3342] 2018-01-25 21:40:02 +03:00
StorageSet.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
StorageSet.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
StorageStripeLog.cpp Inverted dependencies in StorageFactory (continued) [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageStripeLog.h Inverted dependencies in StorageFactory (continued) [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageTinyLog.cpp Unification of Nested: development [#CLICKHOUSE-2]. 2018-01-02 12:11:13 +03:00
StorageTinyLog.h Inverted dependencies in StorageFactory (continued) [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageView.cpp Inverted dependencies in StorageFactory [#CLICKHOUSE-2]. 2017-12-30 07:00:39 +03:00
StorageView.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
transformQueryForExternalDatabase.cpp Merging [#CLICKHOUSE-3114] 2017-12-28 00:45:05 +03:00
transformQueryForExternalDatabase.h Merging [#CLICKHOUSE-3114] 2017-12-28 00:45:05 +03:00
VirtualColumnFactory.cpp Preparation: removed support for unreplicated data in Replicated tables [#CLICKHOUSE-31]. 2017-05-25 00:38:56 +03:00
VirtualColumnFactory.h translate comments 2017-04-16 23:17:32 +03:00
VirtualColumnUtils.cpp Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
VirtualColumnUtils.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00