Storage selection for Database (Oracle Database, SQL server and other Database) in Azure
Azure Storage
A service that you can use to store files, messages, tables, and other types of information
it is Durable, secure, scalable, managed, accessible
Storage is for virtual machines, unstructured data and structured data
Two tiers: Premium and Standard
Azure Storage Services
Azure file shares can be used as persistent volumes for stateful containers. Containers deliver "build once, run anywhere" capabilities that enable developers to accelerate innovation.
For the containers that access raw data at every start, a shared file system is required to allow these containers to access the file system no matter which instance they run on.
Blob storage is optimized for storing massive amounts of unstructured data.
Queue storage is for storing messages in distributed applications
Table storage is for storing semi-structured data.
AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account.
Real -Time
STORAGE
Virtual Machine Storage
By default, VMs will
utilize Managed Disks
in line
with Microsoft best
practice and operational
experience.
To qualify for the
99.9% availability
SLA,
Production VMs will
be built with Premium disks.
Non-production
VMs that
do not require an availability SLA will
be built using Standard
disks to reduce cost, unless there is
a
requirement for
the VM to provide the
same disk performance capability.
No comments:
Post a Comment