docs: add cbdb feature overview and architecture#13
Merged
TomShawn merged 23 commits intoapache:mainfrom Jul 3, 2023
Merged
Conversation
✅ Deploy Preview for cloudberrydb ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
my-ship-it
reviewed
Jun 9, 2023
|
|
||
| HashData 由如下组件构成: | ||
|
|
||
| - **控制节点 (Master)** 是 Cloudberry Database 数据库系统的入口,它接受客户端连接和 SQL 查询,并将工作分配给数据节点实例。用户与 Cloudberry Database 进行交互,使用客户端程序(例如 psql)或应用程序编程接口(API)(例如 JDBC、ODBC 或 libpq PostgreSQL C API)连接到控制节点。 |
Contributor
Author
There was a problem hiding this comment.
@my-ship-it 这里可以改,不过当前所有发出去的各类交付文档、白皮书都用的是 Master。如果要改名,可能需要和各部门相关同事拉齐信息,否则会造成各种交付物不统一。谢谢。
my-ship-it
reviewed
Jun 9, 2023
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
my-ship-it
reviewed
Jun 9, 2023
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
my-ship-it
reviewed
Jun 9, 2023
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
my-ship-it
reviewed
Jun 9, 2023
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
IdaLee666
reviewed
Jun 19, 2023
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
TomShawn
commented
Jun 19, 2023
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
Co-authored-by: IdaLee666 <59157379+IdaLee666@users.noreply.github.com>
Co-authored-by: IdaLee666 <59157379+IdaLee666@users.noreply.github.com>
my-ship-it
reviewed
Jun 26, 2023
|
|
||
| Cloudberry Database 采用 MPP 架构技术,通过在多个服务器或主机之间分配数据和处理工作负载来存储和处理大量数据。 | ||
|
|
||
| MPP 也称为无共享体系架构,是指具有多台主机的系统,这些主机协作执行一项操作。每台主机都有自己的处理器、内存、磁盘、网络资源和操作系统。Cloudberry Database使用这种高性能的系统架构来分配海量数据的负载,并且可以并行使用系统的所有资源来处理查询。 |
IdaLee666
reviewed
Jun 26, 2023
Co-authored-by: IdaLee666 <59157379+IdaLee666@users.noreply.github.com>
my-ship-it
approved these changes
Jun 30, 2023
|
LGTM |
1 similar comment
Contributor
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.