Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS RDS - 关系型数据库服务


云关系型数据库 - Amazon RDS

AWS RDS 也称为 AWS 关系型数据库服务。

RDS 是一种自动化数据库任务的服务。

它使您能够在 AWS 云中运行关系型数据库。

它支持以下数据库引擎

  • AWS Aurora
  • PostgreSQL
  • MySQL
  • MariaDB
  • Oracle 数据库
  • Microsoft SQL Server

AWS RDS 数据库引擎在数据存储、发送和接收时提供数据加密。

AWS RDS 帮助您更快地完成管理任务。

减少管理任务所需的时间,让您有更多时间开发应用程序功能。


AWS 关系型数据库服务视频

W3schools.com 与 Amazon Web Services 合作,为我们的学生提供数字培训内容。


什么是关系型数据库?

在关系型数据库中,数据存储的方式允许它与其他数据链接。

关系型数据库通常使用 SQL(结构化查询语言) 来存储和查询数据。

关系型数据库示例

ID 产品名称 价格
1 T 恤 $20
2 牛仔裤 $35
3 鞋子 $50

SQL(结构化查询语言) 使存储的数据一致且易于理解。



什么是 Amazon Aurora?

Amazon Aurora 是一种关系型数据库,非常适合大型组织和企业。

它提供数据的高可用性。

它非常适合管理大量数据。

它比 MySQL 数据库快五倍。

它比 PostgreSQL 数据库快三倍。

Amazon Aurora 在三个可用区中创建数据的六个副本,并在 Amazon S3 上创建数据备份。

它确保数据始终可用。


AWS 云练习

通过练习测试自己

练习

AWS RDS 的缩写是什么?

AWS  Database Service

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.