ClickHouse/programs
Robert Schulze fac1be9700
chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS
- This commit restores statements "SYSTEM RELOAD MODEL(S)" which provide
  a mechanism to update a model explicitly. It also saves potentially
  unnecessary reloads of a model from disk after it's initial load.

  To keep the complexity low, the semantics of "SYSTEM RELOAD MODEL(S)
  was changed from eager to lazy. This means that both statements
  previously immedately reloaded the specified/all models, whereas now
  the statements only trigger an unload and the first call to
  catboostEvaluate() does the actual load.

- Monitoring view SYSTEM.MODELS is also restored but with some obsolete
  fields removed. The view was not documented in the past and for now it
  remains undocumented. The commit is thus not considered a breach of
  ClickHouse's public interface.
2022-09-12 19:33:02 +00:00
..
bash-completion Update available formats for bash completion 2022-08-28 17:22:32 +02:00
benchmark Limit suppression to a specific warning 2022-08-21 18:24:17 +00:00
client Fix typos with new codespell 2022-09-02 08:54:48 +00:00
compressor fixed cosmetic issues 2022-07-15 17:23:37 -04:00
copier update tcp protocol, add quota_key 2022-08-03 15:44:08 -04:00
diagnostics Escape credentials for diagnostics tool 2022-07-29 12:25:03 +01:00
disks Added mkdir command 2022-09-02 19:30:35 +02:00
extract-from-config Allow globs in keys for clickhouse-extract-from-config tool (#38966) 2022-07-08 16:13:32 +02:00
format Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
git-import Fix typos with new codespell 2022-09-02 08:54:48 +00:00
install Limit suppression to a specific warning 2022-08-21 18:24:17 +00:00
keeper Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
keeper-converter Address PR comments 2022-07-27 07:51:30 +00:00
library-bridge chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
local Add "readpassphrase" as a dependency for clickhouse-local 2022-08-21 12:12:11 +02:00
obfuscator Better 2022-09-01 20:19:25 +00:00
odbc-bridge Assume unversioned server has version=0 and use tryParse() instead of from_chars() 2022-08-10 07:39:32 +00:00
self-extracting add native build for cross-compilation 2022-07-20 23:09:05 -04:00
server chore: delete obsolete modelEvaluate() function + SYSTEM.MODELS view 2022-09-08 09:10:11 +00:00
static-files-disk-uploader Limit suppression to a specific warning 2022-08-21 18:24:17 +00:00
su Limit suppression to a specific warning 2022-08-21 18:24:17 +00:00
clickhouse-split-helper Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt feat: implement catboost in library-bridge 2022-09-08 09:01:32 +00:00
config_tools.h.in Add basic commands for disk tool (list-disks, list, move, remove, link, copy, read, write) + tests 2022-06-06 16:52:58 +03:00
embed_binary.S.in Adds a better way to include binary resources 2021-06-09 14:03:30 -07:00
main.cpp Limit suppression to a specific warning 2022-08-21 18:24:17 +00:00