Static Data: Are data that cannot be changed. For example, A file within your bucket cannot be changed.
Block Storage: Disk or drives are used to store data. Another name for it is called volume. Whenever you create a virtual machine in GCP it comes with a disk in which the data is stored inform of blocks.
Persistent Disk: This is a durable network storage device that your instance can access. It can serve as a data store and application and to maximize latency for data storage. When it comes with the existence, its durable, and cannot get corrupt. You can only assign one persistent disk to a virtual machine.You can create a snap shot. By default Google cloud ensure that the data stored inside the block storage is encrypted. for example, you provisioned 50GB after few months your workload increased you can resize the volume. Persistent disk volumes can be up to 64 TB in size. The maximum attached capacity for persistent disk is 257 TB per VM instance.
a. Regional Persistent Disk: This span across availability zones. As long as that disk is available in that region your data will available for disaster recovery.
Two types of persistent disk:
a. Hard disk disk blocked Persistent disk: This is streaming storage workload and throughout must be define by speed in which data can be transferred, translated in MB per seconds. The throughput provides the best latency to communicate from one region to another region in terms of data transfer.
b. Solid State drive: Google cloud provides you the ability to perform IOPS which means how quick a transaction can be processed to either read data or write data.
IOPS means Input and output operations per second.
No comments:
Post a Comment