ClickHouse/src/Dictionaries
2024-01-25 14:31:49 +03:00
..
Embedded Updated implementation 2024-01-25 14:31:49 +03:00
tests Optimise memory consumption during loading of hierarchical dictionaries (#55838) 2023-10-23 13:52:27 +02:00
CacheDictionary.cpp Updated implementation 2024-01-25 14:31:49 +03:00
CacheDictionary.h Updated implementation 2024-01-25 14:31:49 +03:00
CacheDictionaryStorage.h
CacheDictionaryUpdateQueue.cpp Add metrics for the number of queued jobs, which is useful for the IO thread pool 2023-11-18 19:07:59 +01:00
CacheDictionaryUpdateQueue.h
CassandraDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
CassandraDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
CassandraHelpers.cpp Updated implementation 2024-01-25 14:31:49 +03:00
CassandraHelpers.h
CassandraSource.cpp
CassandraSource.h Move some resources 2022-05-20 19:49:31 +00:00
ClickHouseDictionarySource.cpp Merge pull request #56776 from mkmkme/mkmkme/fix-typo 2023-11-15 12:30:25 +01:00
ClickHouseDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
CMakeLists.txt Split HashedDictionary CU 2023-11-22 19:00:40 +01:00
DictionaryFactory.cpp Updated implementation 2024-01-25 14:31:49 +03:00
DictionaryFactory.h Random changes in random files (#57642) 2023-12-14 12:47:11 +01:00
DictionaryHelpers.cpp
DictionaryHelpers.h
DictionarySource.cpp
DictionarySource.h
DictionarySourceFactory.cpp Updated implementation 2024-01-25 14:31:49 +03:00
DictionarySourceFactory.h Updated implementation 2024-01-25 14:31:49 +03:00
DictionarySourceHelpers.cpp Handle empty block in DictionaryPipelineExecutor 2023-10-20 12:30:21 +00:00
DictionarySourceHelpers.h Use AsyncPipelineExecutor for reading clickhouse dictionary source 2023-10-19 15:16:33 +00:00
DictionaryStructure.cpp Fix incorrect Exceptions 2023-12-24 21:26:32 +01:00
DictionaryStructure.h
DirectDictionary.cpp Updated implementation 2024-01-25 14:31:49 +03:00
DirectDictionary.h
ExecutableDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
ExecutableDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
ExecutablePoolDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
ExecutablePoolDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
ExternalQueryBuilder.cpp Fix ClickHouse-sourced dictionaries with explicit query 2023-11-02 04:31:01 +00:00
ExternalQueryBuilder.h
FileDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
FileDictionarySource.h
FlatDictionary.cpp Merge pull request #55839 from ClickHouse/vdimir/async_executor_for_dictionary_load 2023-10-24 11:31:36 +02:00
FlatDictionary.h More dictionaries support dictionary_use_async_executor 2023-10-20 13:14:15 +00:00
getDictionaryConfigurationFromAST.cpp Check dictionary source type on creation even if "dictionaries_lazy_load" is enabled. 2023-11-23 01:45:08 +01:00
getDictionaryConfigurationFromAST.h
HashedArrayDictionary.cpp Updated implementation 2024-01-25 14:31:49 +03:00
HashedArrayDictionary.h Updated implementation 2024-01-25 14:31:49 +03:00
HashedDictionary.cpp Split HashedDictionary CU 2023-11-22 19:00:40 +01:00
HashedDictionary.h Updated implementation 2024-01-25 14:31:49 +03:00
HashedDictionaryCollectionTraits.h Split HashedDictionary CU 2023-11-22 19:00:40 +01:00
HashedDictionaryCollectionType.h Split HashedDictionary CU 2023-11-22 19:00:40 +01:00
HashedDictionaryParallelLoader.h Replace std::iota with DB::iota where possible 2023-12-29 14:38:22 +01:00
HierarchyDictionariesUtils.cpp
HierarchyDictionariesUtils.h Optimise memory consumption during loading of hierarchical dictionaries (#55838) 2023-10-23 13:52:27 +02:00
HTTPDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
HTTPDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
ICacheDictionaryStorage.h
IDictionary.h
IDictionarySource.h
IPAddressDictionary.cpp Updated implementation 2024-01-25 14:31:49 +03:00
IPAddressDictionary.h Updated implementation 2024-01-25 14:31:49 +03:00
LibraryDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
LibraryDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
MongoDBDictionarySource.cpp
MongoDBDictionarySource.h
MySQLDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
MySQLDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
NullDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
NullDictionarySource.h
PolygonDictionary.cpp Replace std::iota with DB::iota where possible 2023-12-29 14:38:22 +01:00
PolygonDictionary.h More dictionaries support dictionary_use_async_executor 2023-10-20 13:14:15 +00:00
PolygonDictionaryImplementations.cpp More dictionaries support dictionary_use_async_executor 2023-10-20 13:14:15 +00:00
PolygonDictionaryImplementations.h
PolygonDictionaryUtils.cpp Updated implementation 2024-01-25 14:31:49 +03:00
PolygonDictionaryUtils.h Updated implementation 2024-01-25 14:31:49 +03:00
PostgreSQLDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
PostgreSQLDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
RangeHashedDictionary.h Fix incorrect Exceptions 2023-12-24 21:26:32 +01:00
RangeHashedDictionaryComplex.cpp
RangeHashedDictionarySimple.cpp
readInvalidateQuery.cpp
readInvalidateQuery.h
RedisDictionarySource.cpp
RedisDictionarySource.h
RedisSource.cpp
RedisSource.h
RegExpTreeDictionary.cpp Updated implementation 2024-01-25 14:31:49 +03:00
RegExpTreeDictionary.h Updated implementation 2024-01-25 14:31:49 +03:00
registerCacheDictionaries.cpp Use AsyncPipelineExecutor for reading clickhouse dictionary source 2023-10-19 15:16:33 +00:00
registerDictionaries.cpp
registerDictionaries.h
registerHashedDictionary.cpp Updated implementation 2024-01-25 14:31:49 +03:00
registerRangeHashedDictionary.cpp More dictionaries support dictionary_use_async_executor 2023-10-20 13:14:15 +00:00
SparseHashedDictionary.cpp Split HashedDictionary CU 2023-11-22 19:00:40 +01:00
SSDCacheDictionaryStorage.h Better text_log with ErrnoException 2023-12-15 19:27:56 +01:00
XDBCDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
XDBCDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00
YAMLRegExpTreeDictionarySource.cpp Updated implementation 2024-01-25 14:31:49 +03:00
YAMLRegExpTreeDictionarySource.h Updated implementation 2024-01-25 14:31:49 +03:00