.. |
Embedded
|
|
|
tests
|
Optimise memory consumption during loading of hierarchical dictionaries (#55838)
|
2023-10-23 13:52:27 +02:00 |
CacheDictionary.cpp
|
Handle empty block in DictionaryPipelineExecutor
|
2023-10-20 12:30:21 +00:00 |
CacheDictionary.h
|
Use AsyncPipelineExecutor for reading clickhouse dictionary source
|
2023-10-19 15:16:33 +00: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
|
|
|
CassandraDictionarySource.h
|
|
|
CassandraHelpers.cpp
|
|
|
CassandraHelpers.h
|
|
|
CassandraSource.cpp
|
|
|
CassandraSource.h
|
|
|
ClickHouseDictionarySource.cpp
|
Merge pull request #56776 from mkmkme/mkmkme/fix-typo
|
2023-11-15 12:30:25 +01:00 |
ClickHouseDictionarySource.h
|
Use AsyncPipelineExecutor for reading clickhouse dictionary source
|
2023-10-19 15:16:33 +00:00 |
CMakeLists.txt
|
Split HashedDictionary CU
|
2023-11-22 19:00:40 +01:00 |
DictionaryFactory.cpp
|
If a dictionary is created with a complex key, automatically choose the "complex key" layout variant.
|
2023-05-06 11:09:45 +08:00 |
DictionaryFactory.h
|
Fixed a lowercase initial letter and removed needless data
|
2023-05-07 19:06:06 +08:00 |
DictionaryHelpers.cpp
|
|
|
DictionaryHelpers.h
|
|
|
DictionarySource.cpp
|
|
|
DictionarySource.h
|
|
|
DictionarySourceFactory.cpp
|
Check dictionary source type on creation even if "dictionaries_lazy_load" is enabled.
|
2023-11-23 01:45:08 +01:00 |
DictionarySourceFactory.h
|
Check dictionary source type on creation even if "dictionaries_lazy_load" is enabled.
|
2023-11-23 01:45:08 +01: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
|
FunctionHelpers remove areTypesEqual function
|
2023-09-14 13:51:06 +03:00 |
DictionaryStructure.h
|
support IPv4 and IPv6 as dictionary attributes
|
2023-07-04 02:19:45 +00:00 |
DirectDictionary.cpp
|
Use AsyncPipelineExecutor for reading clickhouse dictionary source
|
2023-10-19 15:16:33 +00:00 |
DirectDictionary.h
|
|
|
ExecutableDictionarySource.cpp
|
Refactor
|
2023-08-18 15:38:46 +08:00 |
ExecutableDictionarySource.h
|
|
|
ExecutablePoolDictionarySource.cpp
|
Refactor
|
2023-08-18 15:38:46 +08:00 |
ExecutablePoolDictionarySource.h
|
|
|
ExternalQueryBuilder.cpp
|
Fix ClickHouse-sourced dictionaries with explicit query
|
2023-11-02 04:31:01 +00:00 |
ExternalQueryBuilder.h
|
refine table source for regexp tree dictionary
|
2023-05-09 20:17:54 +02:00 |
FileDictionarySource.cpp
|
|
|
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
|
fix another issue with dependencies
|
2023-05-05 16:27:12 +02:00 |
HashedArrayDictionary.cpp
|
Remove useless using
|
2023-11-09 23:37:39 +01:00 |
HashedArrayDictionary.h
|
Use AsyncPipelineExecutor for HashedArrayDictionary
|
2023-10-19 15:16:33 +00:00 |
HashedDictionary.cpp
|
Split HashedDictionary CU
|
2023-11-22 19:00:40 +01:00 |
HashedDictionary.h
|
Split HashedDictionary CU
|
2023-11-22 19:00:40 +01: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
|
Split HashedDictionary CU
|
2023-11-22 19:00:40 +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
|
Merge branch 'master' into headers-blacklist
|
2023-07-03 16:54:50 +02:00 |
HTTPDictionarySource.h
|
|
|
ICacheDictionaryStorage.h
|
|
|
IDictionary.h
|
Add dictGetAll function for RegExpTreeDictionary
|
2023-06-04 23:46:04 -05:00 |
IDictionarySource.h
|
|
|
IPAddressDictionary.cpp
|
More dictionaries support dictionary_use_async_executor
|
2023-10-20 13:14:15 +00:00 |
IPAddressDictionary.h
|
More dictionaries support dictionary_use_async_executor
|
2023-10-20 13:14:15 +00:00 |
LibraryDictionarySource.cpp
|
|
|
LibraryDictionarySource.h
|
|
|
MongoDBDictionarySource.cpp
|
Update MongoDB protocol
|
2023-05-22 09:05:23 +00:00 |
MongoDBDictionarySource.h
|
Update MongoDB protocol
|
2023-05-22 09:05:23 +00:00 |
MySQLDictionarySource.cpp
|
Add USE NAMED COLLECTION access
|
2023-06-06 14:46:34 +02:00 |
MySQLDictionarySource.h
|
|
|
NullDictionarySource.cpp
|
|
|
NullDictionarySource.h
|
|
|
PolygonDictionary.cpp
|
More dictionaries support dictionary_use_async_executor
|
2023-10-20 13:14:15 +00: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
|
|
|
PolygonDictionaryUtils.h
|
Ditch tons of garbage
|
2023-08-09 02:19:02 +02:00 |
PostgreSQLDictionarySource.cpp
|
|
|
PostgreSQLDictionarySource.h
|
|
|
RangeHashedDictionary.h
|
Remove C++ templates
|
2023-11-10 05:25:02 +01:00 |
RangeHashedDictionaryComplex.cpp
|
|
|
RangeHashedDictionarySimple.cpp
|
|
|
readInvalidateQuery.cpp
|
|
|
readInvalidateQuery.h
|
|
|
RedisDictionarySource.cpp
|
little fix
|
2023-06-02 10:05:54 +08:00 |
RedisDictionarySource.h
|
unify storage type
|
2023-06-02 10:05:54 +08:00 |
RedisSource.cpp
|
little fix
|
2023-06-02 10:05:54 +08:00 |
RedisSource.h
|
new redis engine schema design
|
2023-06-02 10:05:54 +08:00 |
RegExpTreeDictionary.cpp
|
More dictionaries support dictionary_use_async_executor
|
2023-10-20 13:14:15 +00:00 |
RegExpTreeDictionary.h
|
More dictionaries support dictionary_use_async_executor
|
2023-10-20 13:14:15 +00:00 |
registerCacheDictionaries.cpp
|
Use AsyncPipelineExecutor for reading clickhouse dictionary source
|
2023-10-19 15:16:33 +00:00 |
registerDictionaries.cpp
|
|
|
registerDictionaries.h
|
|
|
registerHashedDictionary.cpp
|
Split HashedDictionary CU
|
2023-11-22 19:00:40 +01: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
|
|
|
XDBCDictionarySource.cpp
|
|
|
XDBCDictionarySource.h
|
|
|
YAMLRegExpTreeDictionarySource.cpp
|
|
|
YAMLRegExpTreeDictionarySource.h
|
|
|