ClickHouse/docs/ru/sql-reference
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
..
aggregate-functions update links 2022-08-28 20:41:29 -04:00
data-types update links 2022-08-28 20:41:29 -04:00
dictionaries Update external-dicts-dict-layout.md 2022-08-29 15:20:46 -03:00
functions Fix formatting of notes box in documentation 2022-09-03 17:25:14 +00:00
operators add slugs to all docs 2022-08-26 13:37:11 -04:00
statements chore: restore SYSTEM RELOAD MODEL(S) and moniting view SYSTEM.MODELS 2022-09-12 19:33:02 +00:00
table-functions add slugs to all docs 2022-08-26 13:37:11 -04:00
window-functions replace symlinks 2022-08-28 17:27:24 -04:00
ansi.mdx replace symlinks 2022-08-28 17:27:24 -04:00
distributed-ddl.md add slugs to all docs 2022-08-26 13:37:11 -04:00
index.md add slugs to all docs 2022-08-26 13:37:11 -04:00
syntax.md add slugs to all docs 2022-08-26 13:37:11 -04:00