Summary of "Lec-12: Storage in Cloud 🌧️| Microsoft Azure Storage 🗃️Services with Real life examples"

Main ideas / concepts covered


Methodology / instruction-like steps (detailed)

  1. On incoming data:

    • Identify data type/variety (e.g., images/videos/binary, files/text, messages/requests, key-value style data, structured sequential data).
  2. Choose the appropriate storage service based on data type:

    • Use the corresponding category:
      • object-style for media/binary,
      • file storage for shared files,
      • queue storage for async messages,
      • table storage for schema-less key-value data,
      • disk storage for structured/sequential data.
  3. Ensure redundancy by design:

    • Store multiple copies:
      • At least three copies within the same region,
      • plus additional copies across zones and other geographic regions (intra- and inter-region redundancy).
  4. Apply tiering based on access frequency:

    • Label data by priority/importance.
    • Keep frequently accessed data in hot tier.
    • Move moderately accessed data to cold tier.
    • Move rarely accessed data to archive tier.
  5. Use caching to speed access for high-frequency data:

    • Cache data on the nearest server to reduce response time.
  6. Match storage media to demand to control cost:

    • Use SSD for hot/high-demand data,
    • hard disks for medium-demand data,
    • tape drives/magnetic tapes for archive/low-demand data.
  7. Aim for high availability (“nines”):

    • Maintain infrastructure and redundancy so the service remains available even during disasters.

Speakers / sources featured

Category ?

Educational


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video