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에 저장
'CLOUD > Azure Cloud' 카테고리의 다른 글
Azure Cache for Redis 지원 시나리오 (0) | 2022.04.25 |
---|---|
Azure Database 차이 (공부 해야됨) (0) | 2022.04.21 |
powershell의 az cli를 통해 aks에 접속하는 방법 (0) | 2022.04.05 |
Resource 생성할 때, 네이밍 규칙 잘 지켜야댐... (0) | 2022.04.05 |
Private endpoint의 Private IP는 동적이지만 변하지 않는다..(????!!) (0) | 2022.04.01 |
최근댓글