Skip to content

Commit

Permalink
[zh] localize database_as_a_service.md (cncf#945)
Browse files Browse the repository at this point in the history
* localize database_as_a_service.md

* Update database_as_a_service.md

Co-authored-by: Brian Yan <44219737+Rocksnake@users.noreply.github.com>
Signed-off-by: Jacob953 <jacob953@csu.edu.cn>
  • Loading branch information
2 people authored and Jacob953 committed Jun 22, 2022
1 parent 327b012 commit 9360ebf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/zh-cn/database_as_a_service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 数据库即服务 (DBaaS)
status: Completed
category: 技术
---

## 是什么

数据库即服务 (DBaaS) 是由[](/zh-cn/cloud_computing/)运营商(公共或私有)管理的服务,它支持应用程序,而无需应用程序团队执行传统的数据库管理功能。 DBaaS 允许应用程序开发人员利用数据库,而无需成为专家或聘请数据库管理员 (DBA) 来保持数据库最新状态。

## 解决的问题

传统上,在本地设置中,组织必须定期投资额外的存储和处理能力,以适应可能昂贵的数据库扩展。 此外,开发人员在 IT 基础架构团队的帮助下配置和配置数据库,从而降低了数据库驱动应用程序的部署速度。 加载和执行它们也需要更长的时间。

## 如何帮助

DBaaS 允许开发人员将所有管理/行政操作外包给基于云的服务提供商。 服务提供商确保数据库顺利运行,包括配置管理、备份、补丁、升级、服务监控等,并通过用户友好的界面进行管理。 DBaaS 可帮助组织更快地开发企业级应用程序,同时最大限度地降低数据库成本。

0 comments on commit 9360ebf

Please sign in to comment.