Disk types in Managed Service for MySQL®
Managed Service for MySQL® allows you to use network and local storage drives for database clusters. Network drives are based on network blocks, which are virtual disks in the Yandex Cloud infrastructure. Local disks are physically located on the database host servers.
When creating a cluster, you can select the following disk types for data storage:
-
Network HDDs (
network-hdd
): Most cost-effective option for clusters that do not require high read/write performance. -
Network SSDs (
network-ssd
): Balanced solution. Such disks are slower than local SSD storage, but, unlike local disks, they ensure data integrity if Yandex Cloud hardware fails. -
Non-replicated SSDs (
network-ssd-nonreplicated
): Network disks with enhanced performance achieved by eliminating redundancy.The storage size can only be increased in 93 GB increments.
-
Ultra high-speed network SSDs with three replicas (
network-ssd-io-m3
): Network disks with the same performance characteristics as non-replicated ones. This disk type provides redundancy.Such disks can be increased in size only in 93 GB increments.
Access to high-performance SSDs is available on request. Contact support
or your account manager. -
Local SSDs (
local-ssd
): Disks with the best performance.The size of such a storage can be increased:
- For Intel Broadwell and Intel Cascade Lake: Only in 100 GB increments.
- For Intel Ice Lake: In 368 GB increments only.
Note
For clusters with hosts residing in the
ru-central1-d
availability zone, local SSD storage is not available if using the Intel Cascade Lake platform.
Selecting disk type during cluster creation
The number of hosts you can create together with a MySQL® cluster depends on the selected disk type:
-
You can create a cluster only with three or more hosts when using the following disk types:
- Local SSDs (
local-ssd
) - Non-replicated SSDs (
network-ssd-nonreplicated
)
This cluster will be fault-tolerant.
Local SSD storage has an effect on how much a cluster will cost: you pay for it even if it is stopped. For more information, refer to the pricing policy.
- Local SSDs (
-
You can add any number of hosts within the current quota when using the following disk types:
- Network HDDs (
network-hdd
) - Network SSDs (
network-ssd
) * Ultra high-speed network SSDs with three replicas (network-ssd-io-m3
)
- Network HDDs (
For more information about limits on the number of hosts per cluster, see Quotas and limits.