mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 00:50:35 +00:00
In issue #5283 we noted that the auto_snapshot option is not useful in Alternator (as we don't offer any API to restore the snapshot...), and suggested that we should automatically disable this option for Alternator tables. However, this issue has been open for more than three years, and we never changed this default. So until we solve that issue - if we ever do - let's add a paragraph in docs/alternator/alternator.md recommending to the user to disable this option in the configuration themselves. The text explains why, and also provides a link to the issue. Refs #5283 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Closes #13103