ClickHouse/src
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
..
Access Revert "Move CatBoost evaluation into clickhouse-library-bridge" 2022-08-31 20:54:43 +02:00
AggregateFunctions Merge branch 'master' into UniqSketch 2022-08-31 10:23:46 +08:00
Backups Merge pull request #40739 from ClickHouse/clang-tidy-for-headers 2022-09-02 07:54:50 +02:00
Bridge Fix clang-tidy 2022-08-20 17:09:20 +02:00
BridgeHelper chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
Client Fix typos with new codespell 2022-09-02 08:54:48 +00:00
Columns Merge pull request #40754 from CurtizJ/fix-fuzzer-with-object 2022-09-01 12:57:32 +02:00
Common chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
Compression Skip empty literals in lz4 decompression (#40142) 2022-09-06 13:58:26 +02:00
Coordination Fix typos with new codespell 2022-09-02 08:54:48 +00:00
Core Merge pull request #39418 from vdimir/join_and_sets 2022-09-02 13:57:06 +02:00
Daemon Structured-logging-custom-keys PR init 2022-08-30 23:20:19 -03:00
Databases Merge branch 'master' into fix-mysql-timeouts 2022-08-29 19:33:29 +02:00
DataTypes Merge pull request #40754 from CurtizJ/fix-fuzzer-with-object 2022-09-01 12:57:32 +02:00
Dictionaries Refactor 2022-09-05 20:08:22 +02:00
Disks Merge pull request #41008 from kssenii/refactor-merge-tree-read 2022-09-07 18:27:33 +02:00
Formats Fix nested JSON Objects schema inference 2022-08-31 14:10:29 +00:00
Functions chore: delete obsolete modelEvaluate() function + SYSTEM.MODELS view 2022-09-08 09:10:11 +00:00
Interpreters chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
IO Merge branch 'master' into one_more_logging 2022-09-06 19:40:24 +02:00
Loggers Ignore memory limits while logging 2022-09-05 12:20:15 +02:00
Parsers Fix typos with new codespell 2022-09-02 08:54:48 +00:00
Processors Merge pull request #41008 from kssenii/refactor-merge-tree-read 2022-09-07 18:27:33 +02:00
QueryPipeline Merge pull request #39418 from vdimir/join_and_sets 2022-09-02 13:57:06 +02:00
Server Merge 'origin/master' into tracing_context_propagation to resolve conflicts 2022-09-01 23:18:59 +08:00
Storages chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
TableFunctions Fix checking access rights for DESCRIBE TABLE url. 2022-09-04 18:58:39 +02:00
CMakeLists.txt fix: disable ENABLE_MULTITARGET_CODE for SSE2 builds 2022-09-07 10:52:31 +00:00
configure_config.cmake
NOTICE