Hi.
Does it possible to update clickhouse external dictionary manually (forcibly) instead of scheduled
Or is there some info about the last dictionary update (some exact time) ?
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.
Most helpful comment
Since v1.1.54289 you can use
SYSTEM RELOAD DICTIONARY <dict_name>query orSYSTEM RELOAD DICTIONARIESquery.Last dictionary update is stored in
system.dictionariestable.