Clickhouse: [Question] Manually update clickhouse dictionary

Created on 14 Mar 2018  Â·  3Comments  Â·  Source: ClickHouse/ClickHouse

Hi.
Does it possible to update clickhouse external dictionary manually (forcibly) instead of scheduled settings ?
Or is there some info about the last dictionary update (some exact time) ?

comp-dictionary

Most helpful comment

Since v1.1.54289 you can use SYSTEM RELOAD DICTIONARY <dict_name> query or SYSTEM RELOAD DICTIONARIES query.

Last dictionary update is stored in system.dictionaries table.

All 3 comments

Since v1.1.54289 you can use SYSTEM RELOAD DICTIONARY <dict_name> query or SYSTEM RELOAD DICTIONARIES query.

Last dictionary update is stored in system.dictionaries table.

Great. It works for me. Thanks.

What to do if SYSTEM RELOAD DICTIONARIES query throws
Received from localhost:9000. DB::Exception: Poco::Exception. Code: 1000, e.code() = 0, e.displayText() = Exception: Connections to all replicas failed:
This error.

Was this page helpful?
0 / 5 - 0 ratings