简体   繁体   English

aws数据库服务与数据库引擎有什么区别

[英]what is difference between aws database service vs database engine

am looking to compare the aurora DB and RDS DB in aws.我希望比较 aws 中的极光数据库和 RDS 数据库。 I see that aurora can also use RDS behind the scenes.我看到极光在后台也可以使用RDS。

I have worked in sybase and sql server in the past.我过去曾在sybase和sql服务器工作过。 For these difference is clear as they are two different products with their own SQL and admin consoles.因为这些区别很明显,因为它们是两种不同的产品,具有自己的 SQL 和管理控制台。 I couldn't draw similar picture for aws databases.我无法为 aws 数据库绘制类似的图片。

The main difference is the deployment, escalation and managing tools that AWS (or GCP's Database) offers you.主要区别在于 AWS(或 GCP 的数据库)为您提供的部署、升级和管理工具。 The engine (Aurora in your case) is the component that those services use to CRUD data from the Databases they manage.引擎(在您的情况下为 Aurora)是这些服务用于从它们管理的数据库中增删改查数据的组件。

Amazon Relational Database Service (RDS) Google Cloud databases亚马逊关系数据库服务 (RDS) 谷歌云数据库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 App Engine 和 Compute Engine 中启动 docker 容器有什么区别? - What's the difference between launching a docker container in App Engine vs Compute Engine? Cloud Firestore 和 Firebase 实时数据库有什么区别? - What's the difference between Cloud Firestore and the Firebase Realtime Database? Kube.netes 和 Kube.netes Engine 有什么区别? - What's the difference between Kubernetes and Kubernetes Engine? Function.database 和 Firebase.database 有什么区别? 什么时候使用一个而不是另一个? - What is the difference between Function.database and Firebase.database? When to use one over the other? 实时数据库 Firebase 与 Firebase 云 function 的事件 child_added 之间的区别 - Difference between event child_added of Realtime Database Firebase vs Firebase Cloud function AWS 中的 ELB 和 ALB 有什么区别? - What is the difference between ELB and ALB in AWS? AWS Glue ETL 作业和 AWS EMR 有什么区别? - What is the difference between AWS Glue ETL Job and AWS EMR? aws-sdk 与@aws-sdk 之间的区别 - Difference between aws-sdk vs @aws-sdk AWS Amplify 中的 currentAuthenticatedUser() 和 currentUserPoolUser() 有什么区别? - what is difference between currentAuthenticatedUser() and currentUserPoolUser() in AWS Amplify? AWS Database Migration Service 中如何使用 MapBooleanAsBoolean? - How to use MapBooleanAsBoolean in AWS Database Migration Service?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM