Elasticsearch有很多自带的和第三方的插件用于扩展其功能,其中elasticsearch-cloud-azure插件提供了在Azure storage上的进行索引备份的功能,它是Elasticsearch用于生产环境必不可少的利器。Azure Blob实际上有三种类型:Page,Block 和 Append,每种类型有着各自不同的适用场景。那么究竟elasticsearch-cloud-azure支持的是哪一种blob呢?之所以需要回答这个问题,是因为Azure storage分为类型:Standard 和Premium。其中,Premium有更高的性能(IOPS),但它现在仅支持Page blob :
" Premium Storage supports Azure Page Blobs, which are used to hold persistent disks for Azure Virtual Machines (VMs). Curr