Clarify storage location of ML Snapshots (#43437)
The existing language was misleading about the model snapshots and where they are located. Saying "to disk" sounds like files external to Elasticsearch IMO. It raises the obvious question, where on disk? which node? Is it in the Elasticsearch snapshot repo? The model snapshots are held in an internal index.
This commit is contained in:
parent
eb01208672
commit
0bcadbf846
|
@ -3,7 +3,7 @@
|
||||||
[[ml-snapshot-resource]]
|
[[ml-snapshot-resource]]
|
||||||
=== Model snapshot resources
|
=== Model snapshot resources
|
||||||
|
|
||||||
Model snapshots are saved to disk periodically.
|
Model snapshots are saved to an internal index within the Elasticsearch cluster.
|
||||||
By default, this is occurs approximately every 3 hours to 4 hours and is
|
By default, this is occurs approximately every 3 hours to 4 hours and is
|
||||||
configurable with the `background_persist_interval` property.
|
configurable with the `background_persist_interval` property.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue