ClickHouse/dbms/src/Dictionaries
Vitaly Baranov da8f67123f Improve error handling in cache dictionaries:
allow using expired values while the source of a cache dictionary doesn't respond;
clone the source after an error to reset connections;
don't ask the source for a little time after error;
show the last exception in system.dictionaries for a cache dictionary too.
2019-08-30 12:50:38 +03:00
..
Embedded adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
tests CLICKHOUSE-3878: Build fixes 2018-08-16 01:00:28 +03:00
CacheDictionary_generate1.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CacheDictionary_generate2.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CacheDictionary_generate3.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CacheDictionary.cpp Improve error handling in cache dictionaries: 2019-08-30 12:50:38 +03:00
CacheDictionary.h Improve error handling in cache dictionaries: 2019-08-30 12:50:38 +03:00
CacheDictionary.inc.h Improve error handling in cache dictionaries: 2019-08-30 12:50:38 +03:00
ClickHouseDictionarySource.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ClickHouseDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CMakeLists.txt Make a better build scheme (#6500) 2019-08-28 23:49:37 +03:00
ComplexKeyCacheDictionary_createAttributeWithType.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary_generate1.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary_generate2.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary_generate3.cpp.in adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary_setAttributeValue.cpp Fix bug with memory allocation for string fields in complex key cache dictionary 2019-08-12 12:37:48 +03:00
ComplexKeyCacheDictionary_setDefaultAttributeValue.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyCacheDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyHashedDictionary.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ComplexKeyHashedDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryBlockInputStreamBase.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryBlockInputStreamBase.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryFactory.cpp Setting user when doing in-process loading of dictionaries (incomplete) 2019-01-29 22:05:32 +03:00
DictionaryFactory.h Fixed potential deadlock in ExternalDictionaries 2019-03-15 03:29:53 +03:00
DictionarySourceFactory.cpp Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
DictionarySourceFactory.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
DictionarySourceHelpers.cpp clang-format of dbms/src/Dictionaries/* 2018-12-10 18:25:45 +03:00
DictionarySourceHelpers.h clang-format of dbms/src/Dictionaries/* 2018-12-10 18:25:45 +03:00
DictionaryStructure.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DictionaryStructure.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ExecutableDictionarySource.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ExecutableDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ExternalQueryBuilder.cpp Better fix: removed old and bad code #6069 2019-07-20 02:10:55 +03:00
ExternalQueryBuilder.h Better fix: removed old and bad code #6069 2019-07-20 02:10:55 +03:00
FileDictionarySource.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
FileDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
FlatDictionary.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
FlatDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
HashedDictionary.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
HashedDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
HTTPDictionarySource.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
HTTPDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
IDictionary.h Improve error handling in cache dictionaries: 2019-08-30 12:50:38 +03:00
IDictionarySource.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
LibraryDictionarySource.cpp Allow to use library dictionary source with ASan. May impose troubles. 2019-08-14 03:26:38 +03:00
LibraryDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
LibraryDictionarySourceExternal.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
LibraryDictionarySourceExternal.h Shared Library Dict Logging: Replace multiple functions with single one and add logging examples into test libraries 2018-06-06 23:21:16 +03:00
MongoDBBlockInputStream.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
MongoDBBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MongoDBDictionarySource.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MongoDBDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MySQLDictionarySource.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MySQLDictionarySource.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
RangeDictionaryBlockInputStream.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
RangeHashedDictionary.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
RangeHashedDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
readInvalidateQuery.cpp Fixed error 2019-03-04 22:04:35 +03:00
readInvalidateQuery.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
registerDictionaries.cpp CLICKHOUSE-4137 DictionaryFactory, DictionarySourceFactory (#3653) 2018-11-28 14:37:12 +03:00
registerDictionaries.h CLICKHOUSE-4137 DictionaryFactory, DictionarySourceFactory (#3653) 2018-11-28 14:37:12 +03:00
TrieDictionary.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
TrieDictionary.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
writeParenthesisedString.cpp clang-format of dbms/src/Dictionaries/* 2018-12-10 18:25:45 +03:00
writeParenthesisedString.h clang-format of dbms/src/Dictionaries/* 2018-12-10 18:25:45 +03:00
XDBCDictionarySource.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
XDBCDictionarySource.h Two more fixes for PVS-Studio 2019-07-08 03:51:43 +03:00