Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add cbdb feature overview and architecture #13

Merged
merged 23 commits into from
Jul 3, 2023

Conversation

TomShawn
Copy link
Contributor

@TomShawn TomShawn commented Jun 9, 2023

No description provided.

@netlify
Copy link

netlify bot commented Jun 9, 2023

Deploy Preview for cloudberrydb ready!

Name Link
🔨 Latest commit 1785a5a
🔍 Latest deploy log https://app.netlify.com/sites/cloudberrydb/deploys/649d4832ce6a670007c5ae3f
😎 Deploy Preview https://deploy-preview-13--cloudberrydb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


HashData 由如下组件构成:

- **控制节点 (Master)** 是 Cloudberry Database 数据库系统的入口,它接受客户端连接和 SQL 查询,并将工作分配给数据节点实例。用户与 Cloudberry Database 进行交互,使用客户端程序(例如 psql)或应用程序编程接口(API)(例如 JDBC、ODBC 或 libpq PostgreSQL C API)连接到控制节点。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

咱们要不要把Master 一律称为Coordinator?

Copy link
Contributor Author

@TomShawn TomShawn Jun 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@my-ship-it 这里可以改,不过当前所有发出去的各类交付文档、白皮书都用的是 Master。如果要改名,可能需要和各部门相关同事拉齐信息,否则会造成各种交付物不统一。谢谢。

@TomShawn TomShawn changed the title docs: add cbdb feature overview and architecture zh, en docs: add cbdb feature overview and architecture Jun 9, 2023
@TomShawn TomShawn added the work in progress This PR is still in progress and not ready for review. label Jun 9, 2023
@TomShawn TomShawn changed the title zh, en docs: add cbdb feature overview and architecture [WIP] docs: add cbdb feature overview and architecture Jun 9, 2023

Cloudberry Database 采用 MPP 架构技术,通过在多个服务器或主机之间分配数据和处理工作负载来存储和处理大量数据。

MPP 也称为无共享体系架构,是指具有多台主机的系统,这些主机协作执行一项操作。每台主机都有自己的处理器、内存、磁盘、网络资源和操作系统。Cloudberry Database使用这种高性能的系统架构来分配海量数据的负载,并且可以并行使用系统的所有资源来处理查询。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MPP 也称为大规模并行处理架构

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这些主机协作执行一项操作 改为 “这些主机协作执行同一操作”

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

谢谢,已在 92db885 中修改。

@TomShawn TomShawn marked this pull request as ready for review June 27, 2023 01:57
@TomShawn TomShawn mentioned this pull request Jun 29, 2023
9 tasks
@TomShawn TomShawn removed the work in progress This PR is still in progress and not ready for review. label Jun 29, 2023
@TomShawn TomShawn changed the title [WIP] docs: add cbdb feature overview and architecture docs: add cbdb feature overview and architecture Jun 29, 2023
@my-ship-it
Copy link

LGTM

1 similar comment
@IdaLee666
Copy link
Contributor

LGTM

@TomShawn TomShawn merged commit 7e15c79 into apache:main Jul 3, 2023
@TomShawn TomShawn deleted the cbdb-feature-overview branch July 3, 2023 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants