https://www.linkedin.com/pulse/virtual-machine-disk-caching-azure-yos-vincenzo/

 

Virtual Machine Disk Caching in Azure

Azure disks (operating system and data) have configurable cache settings that you should be aware of when designing systems for durability and performance. The caching behavior differs whether you are using Standard storage or Premium storage.

www.linkedin.com

기본적으로 디스크 캐시로는 RAM이나 NVME를 써서 SSD보다 더 빠르다.

 

각 디스크 캐싱 옵션을 언제 쓸까?

read only : Configure host cache as readonly for read-only and read-write disks.

-> 일반적인 데이터 디스크의 default option

read/write : Configure host-cache as ReadWrite only if your application properly handles writing cached data to persistent disks when needed.

-> OS 디스크의 default option

none : Configure host-cache as None for write-only and write-heavy disks.

-> log 작성 용도

 

랜덤 엑세스가 보통 긴 순차적인 read보다는 더 느린 경향이 있다.

 

https://docs.microsoft.com/en-us/learn/modules/caching-and-performance-azure-storage-and-disks/

 

Caching and performance in Azure storage disks - Learn

Learn about Azure VM disk performance and how to enable caching to help optimize read and write access to storage.

docs.microsoft.com

 

 

 

 

[이호재] [8:49 PM] https://azure.microsoft.com/ko-kr/blog/azure-premium-storage-now-generally-available-2/

 

Azure Premium Storage, now generally available | Azure 블로그 및 업데이트 | Microsoft Azure

Today, we are excited to announce General Availability (GA) of Microsoft Azure Premium Storage!

azure.microsoft.com

[이호재] [8:50 PM] https://docs.microsoft.com/en-us/azure/virtual-machines/premium-storage-performance#disk-caching

 

Azure Premium Storage: Design for high performance - Azure Virtual Machines

Design high-performance applications using Azure premium SSD managed disks. Premium Storage offers high-performance, low-latency disk support for I/O-intensive workloads running on Azure Virtual Machines.

docs.microsoft.com

 [이호재] [8:50 PM] https://docs.microsoft.com/ko-kr/azure/azure-sql/virtual-machines/windows/storage-configuration?tabs=windows2016 

 

SQL Server VM용 스토리지 구성 - SQL Server on Azure VMs

이 항목에서는 Azure가 프로비저닝(Azure Resource Manager 배포 모델) 중에 SQL Server VM용 스토리지를 구성하는 방법을 설명합니다. 또한 기존 SQL Server VM에 대한 스토리지를 구성하는 방법을 설명합니다.

docs.microsoft.com

 

SQL 서버의 Disk Caching에 관한 게시글.

태훈씨가 물어봐서 찾아봤음.

 

OS Disk는 Read/Write

Data Disk는 Read Only

Block Storage는 Azure에서 모두 Page Blob에 저장

  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기