Azure Relational Data Services

Introduction

Relational Azure Data Services

IaaS(Infrastructure-as-a-Service)

PaaS(Platform-as-a-service)

SaaS(Software-as-a-Service)

Azure Data Services

#### SQL Server on Azure Virtual Machines

##### Single Database : set up and run a single SQL Server database

Elastic Pool
Advantages:

Azure SQL Database Managed Instance

DIFFERENCE

PostgreSQL, MariaDB, and MySQL

DifferentDatabases

High availabilityAutomatic backups and point-in-time restore for the last 35 days.Enterprise-level security and compliance with legislationpay-as-you-go pricing
MySQLMariaDBPostgreSQL
High availabilitysimilar benefits as Azure Database for MySQL
Predictable performance.Predictable performancethree pricing tiers: Basic, General Purpose, and Memory Optimized
Easy scalingEasy scalingHyperscale (Citus) is a deployment option that scales queries across multiple server nodes to support large database loads. Your database is split across nodes. Data is split into chunks based on the value of a partition key or sharding key.
Secure data, both at rest and in motion.Secure data, both at rest and in motion.highly available service
Automatic backups and point-in-time restore for the last 35 days.pgAdmin tool
Enterprise-level security and compliance with legislation queries run against databases on the server, and saves them in a database named azure_sys.
----- monitor the queries that users are running

Migrate data to Azure

<- Back to Main Menu