Overview - Storage classes (Standard, Nearline, Coldline, Archive)
What is it?
Storage classes in Google Cloud Platform (GCP) are different ways to store data based on how often you need to access it and how long you want to keep it. Standard storage is for data you use frequently. Nearline is for data you access less often, about once a month. Coldline is for data accessed even less, like once a quarter. Archive is for data you rarely access but want to keep for a long time, like backups or archives.
Why it matters
Without storage classes, you would pay the same price for all data, even if you hardly ever use some of it. This would waste money and make managing data expensive. Storage classes help you save money by matching the cost to how often you use the data, while still keeping it safe and available when needed.
Where it fits
Before learning storage classes, you should understand basic cloud storage concepts like buckets and objects. After this, you can learn about lifecycle management to automate moving data between classes and about access controls to secure your data.