- Google Cloud Platform for Architects
- Vitthal Srinivasan Janani Ravi Judy Raj
- 128字
- 2021-06-25 20:48:30
Understanding persistent disks and local SSDs
Standard HDD persistent disks are efficient and economical for handling sequential read/write operations, but are not optimized to handle high rates of random input/output operations per second (IOPS).
If your applications require high rates of random IOPS, use SSD persistent disks. Persistent disks can be attached to multiple instances in read-only mode for data sharing.

One might get confused between Persistent Disks and Cloud Storage Buckets (which we will explore later in this book) since both are cloud storage technologies accessible via a network. But it is important to remember that persistent disks are created for Compute Engine instances via Compute Engine APIs and are accessed via gsutil command line tool not gcloud. Further differences can be noticed in the following table:

- 數據庫技術與應用教程(Access)
- Google Visualization API Essentials
- 中國數字流域
- 數據庫原理與應用(Oracle版)
- Starling Game Development Essentials
- 跟老男孩學Linux運維:MySQL入門與提高實踐
- 編寫有效用例
- INSTANT Android Fragmentation Management How-to
- 區塊鏈技術應用與實踐案例
- SQL Server 2012實施與管理實戰指南
- 智能與數據重構世界
- 數據之美:一本書學會可視化設計
- 一類智能優化算法的改進及應用研究
- 從零進階!數據分析的統計基礎(第2版)
- Applying Math with Python