Ivan Zlenko created IGNITE-25807:
------------------------------------
Summary: Support disabling auto scale in SQL
Key: IGNITE-25807
URL: https://issues.apache.org/jira/browse/IGNITE-25807
Project: Ignite
Issue Type: New Feature
Reporter: Ivan Zlenko
Right now customer does not have an ability to disable auto scale up for a
zone.
It will be a good idea to add an option to disable this feature for a zone on
zone create or alter:
{code}
create zone test_zone (auto scale up off, auto scale down off)
create zone test_zone (auto scale off)
{code}
auto scale option will disable auto scale for both up and down.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)