Skip to content

Commit

Permalink
update overview.md (pingcap#415)
Browse files Browse the repository at this point in the history
add three articles on the principles of TiDB
  • Loading branch information
sunhao2017 authored Oct 22, 2017
1 parent eb85e75 commit e98e2cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ TiDB 的设计目标是 100% 的 OLTP 场景和 80% 的 OLAP 场景。

TiDB 对业务没有任何侵入性,能优雅的替换传统的数据库中间件、数据库分库分表等 Sharding 方案。同时它也让开发运维人员不用关注数据库 Scale 的细节问题,专注于业务开发,极大的提升研发的生产力。

三篇文章了解 TiDB 技术内幕:

- [说存储](https://pingcap.com/blog-tidb-internal-1-zh)
- [说计算](https://pingcap.com/blog-tidb-internal-2-zh)
- [谈调度](https://pingcap.com/blog-tidb-internal-3-zh)

## TiDB 整体架构

要深入了解 TiDB 的水平扩展和高可用特点,首先需要了解 TiDB 的整体架构。
Expand Down
6 changes: 6 additions & 0 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ TiDB 的设计目标是 100% 的 OLTP 场景和 80% 的 OLAP 场景。

TiDB 对业务没有任何侵入性,能优雅的替换传统的数据库中间件、数据库分库分表等 Sharding 方案。同时它也让开发运维人员不用关注数据库 Scale 的细节问题,专注于业务开发,极大的提升研发的生产力。

三篇文章了解 TiDB 技术内幕:

- [说存储](https://pingcap.com/blog-tidb-internal-1-zh)
- [说计算](https://pingcap.com/blog-tidb-internal-2-zh)
- [谈调度](https://pingcap.com/blog-tidb-internal-3-zh)

## TiDB 整体架构

要深入了解 TiDB 的水平扩展和高可用特点,首先需要了解 TiDB 的整体架构。
Expand Down

0 comments on commit e98e2cd

Please sign in to comment.