https://www.linkedin.com/pulse/virtual-machine-disk-caching-azure-yos-vincenzo/
기본적으로 디스크 캐시로는 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/
[이호재] [8:49 PM] https://azure.microsoft.com/ko-kr/blog/azure-premium-storage-now-generally-available-2/
[이호재] [8:50 PM] https://docs.microsoft.com/en-us/azure/virtual-machines/premium-storage-performance#disk-caching
[이호재] [8:50 PM] https://docs.microsoft.com/ko-kr/azure/azure-sql/virtual-machines/windows/storage-configuration?tabs=windows2016
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 |
최근댓글