I was checking the fact sheets for " Elasticsearch Service GCP default provider instance configurations" on elastic website and noticed that the storage type is "NVME" for the hot nodes instead of "Zonal SSD Persistent Disk".
Does this mean the recommended storage type is local SSD without network replica for the hot nodes? I guess this is because Elasticsearch has built-in replication in application layer but can someone confirm?
Also, if that's the case, why would the storage type for the warm nodes are network disks with replicas "Zonal standard persistent disk" instead of just "standard persistent disk"?
Persistent Disk volumes provide high-performance and redundant network storage. Each Persistent Disk volume is striped across hundreds of physical disks.
By default, VMs use zonal Persistent Disk, and store your data on volumes located within a single zone, such as us-west1-c.
So Zonal (volumes local to a zone) with striping as opposed to regional disk (replicated across regions), which makes sense.
then the I believe / pretty sure the underlying disk type is
Standard persistent disks (pd-standard )
Suitable for large data processing workloads that primarily use sequential I/Os.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.