ClickHouse/dbms/src/Dictionaries
Marek Vavruša d88450db4d DictionarySourceFactory: fix mistaken connect timeout for read timeout
It looks like this was accidental, as XDBCStorage and bridges use
http_receive_timeout, but the dictionary passes http_connection_timeout,
so it times out on long queries.
2018-10-31 16:21:23 -07:00
..
Embedded Style #2913 2018-08-24 08:25:00 +03:00
tests CLICKHOUSE-3878: Build fixes 2018-08-16 01:00:28 +03:00
CacheDictionary.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
CacheDictionary.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
CatBoostModel.cpp Get rid of useless std::move to get NRVO 2018-08-27 22:15:48 +08:00
CatBoostModel.h Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
ClickHouseDictionarySource.cpp Update ClickHouseDictionarySource.cpp 2018-09-14 21:14:17 +03:00
ClickHouseDictionarySource.h CLICKHOUSE-3476 2018-09-11 12:29:02 +03:00
CMakeLists.txt CLICKHOUSE-3878: Move connection string validation to common, remove redundant headers, fix compilation issues 2018-08-14 13:33:41 +03:00
ComplexKeyCacheDictionary_createAttributeWithType.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
ComplexKeyCacheDictionary_generate1.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
ComplexKeyCacheDictionary_generate2.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
ComplexKeyCacheDictionary_generate3.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
ComplexKeyCacheDictionary_setAttributeValue.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
ComplexKeyCacheDictionary_setDefaultAttributeValue.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
ComplexKeyCacheDictionary.cpp Fixed style a bit [#CLICKHOUSE-2] 2018-05-07 05:01:11 +03:00
ComplexKeyCacheDictionary.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
ComplexKeyHashedDictionary.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
ComplexKeyHashedDictionary.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
DictionaryBlockInputStream.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
DictionaryBlockInputStreamBase.cpp Miscellaneous #2913 2018-08-24 08:37:06 +03:00
DictionaryBlockInputStreamBase.h Miscellaneous #2913 2018-08-24 08:37:06 +03:00
DictionaryFactory.h added ExternalLoader [#CLICKHOUSE-3305] 2017-10-06 13:31:06 +03:00
DictionarySourceFactory.cpp DictionarySourceFactory: fix mistaken connect timeout for read timeout 2018-10-31 16:21:23 -07:00
DictionarySourceFactory.h Update DictionarySourceFactory.h 2017-11-27 22:08:40 +03:00
DictionarySourceHelpers.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-15 06:04:33 +03:00
DictionarySourceHelpers.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
DictionaryStructure.cpp Merge pull request #3324 from 4ertus2/decimal 2018-10-10 00:49:37 +03:00
DictionaryStructure.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
ExecutableDictionarySource.cpp Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
ExecutableDictionarySource.h Improvements done according to requested changes 2018-02-15 17:08:23 +04:00
ExternalQueryBuilder.cpp CLICKHOUSE-4067: Fixes in odbc dictionaries. Now dictionaries receives bridge path from global config (as it was before). Quotation performed on table and schema independently. Add tests with postgres interaction. Update documentation 2018-10-15 17:49:23 +03:00
ExternalQueryBuilder.h CLICKHOUSE-4067: Fixes in odbc dictionaries. Now dictionaries receives bridge path from global config (as it was before). Quotation performed on table and schema independently. Add tests with postgres interaction. Update documentation 2018-10-15 17:49:23 +03:00
ExternalResultDescription.cpp Allow Nullable types in MySQL, ODBC and MongoDB external sources #3284 2018-10-12 05:26:48 +03:00
ExternalResultDescription.h Allow Nullable types in MySQL, ODBC and MongoDB external sources #3284 2018-10-12 05:26:48 +03:00
FileDictionarySource.cpp Miscellaneous [#CLICKHOUSE-3039]. 2017-05-25 22:26:17 +03:00
FileDictionarySource.h Improvements done according to requested changes 2018-02-15 17:08:23 +04:00
FlatDictionary.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
FlatDictionary.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
HashedDictionary.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
HashedDictionary.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
HTTPDictionarySource.cpp Now uses Poco::URI::addQueryParameter for "update_field" parameter 2018-05-18 19:22:28 +03:00
HTTPDictionarySource.h Now uses Poco::URI::addQueryParameter for "update_field" parameter 2018-05-18 19:22:28 +03:00
IDictionary.h added system.models [#CLICKHOUSE-3477] 2017-12-04 16:32:49 +03:00
IDictionarySource.h Improvements done according to requested changes 2018-02-15 17:08:23 +04:00
LibraryDictionarySource.cpp CLICKHOUSE-4055: LibraryDictionarySource -- set null_value from config for absent values 2018-10-11 18:21:12 +03:00
LibraryDictionarySource.h Remove unused include 2018-06-07 12:22:27 +03:00
LibraryDictionarySourceExternal.cpp 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
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 Allow Nullable types in MySQL, ODBC and MongoDB external sources #3284 2018-10-12 05:26:48 +03:00
MongoDBBlockInputStream.h Allow Nullable types in MySQL, ODBC and MongoDB external sources #3284 2018-10-12 05:41:54 +03:00
MongoDBDictionarySource.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
MongoDBDictionarySource.h Improvements done according to requested changes 2018-02-15 17:08:23 +04:00
MySQLBlockInputStream.cpp Allow Nullable types in MySQL, ODBC and MongoDB external sources #3284 2018-10-12 05:26:48 +03:00
MySQLBlockInputStream.h Allow Nullable types in MySQL, ODBC and MongoDB external sources #3284 2018-10-12 05:41:54 +03:00
MySQLDictionarySource.cpp Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
MySQLDictionarySource.h Improvements done according to requested changes 2018-02-15 17:08:23 +04:00
ODBCBlockInputStream.cpp Allow Nullable types in MySQL, ODBC and MongoDB external sources #3284 2018-10-12 05:26:48 +03:00
ODBCBlockInputStream.h Allow Nullable types in MySQL, ODBC and MongoDB external sources #3284 2018-10-12 05:41:54 +03:00
RangeDictionaryBlockInputStream.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
RangeHashedDictionary.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
RangeHashedDictionary.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
readInvalidateQuery.cpp Fixed wording #245 2018-03-10 02:23:15 +03:00
readInvalidateQuery.h New bridge interaction, quote identifier via api 2018-09-28 05:46:33 +03:00
TrieDictionary.cpp Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
TrieDictionary.h Decimal dictionaries support [CLICKHOUSE-4045] 2018-10-08 22:45:17 +03:00
writeParenthesisedString.cpp Moved headers and sources to same place (part 2) [#CLICKHOUSE-3]. 2017-04-01 13:08:56 +03:00
writeParenthesisedString.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
XDBCDictionarySource.cpp Added error codes, bridge startup, fixed destructor in XDBC stuff 2018-10-03 15:10:57 +03:00
XDBCDictionarySource.h Added error codes, bridge startup, fixed destructor in XDBC stuff 2018-10-03 15:10:57 +03:00