-
Notifications
You must be signed in to change notification settings - Fork 27
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
Conversation
✅ Deploy Preview for cloudberrydb ready!
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)连接到控制节点。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
咱们要不要把Master 一律称为Coordinator?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@my-ship-it 这里可以改,不过当前所有发出去的各类交付文档、白皮书都用的是 Master。如果要改名,可能需要和各部门相关同事拉齐信息,否则会造成各种交付物不统一。谢谢。
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/cbdb-overview.md
Outdated
Show resolved
Hide resolved
Co-authored-by: IdaLee666 <[email protected]>
Co-authored-by: IdaLee666 <[email protected]>
|
||
Cloudberry Database 采用 MPP 架构技术,通过在多个服务器或主机之间分配数据和处理工作负载来存储和处理大量数据。 | ||
|
||
MPP 也称为无共享体系架构,是指具有多台主机的系统,这些主机协作执行一项操作。每台主机都有自己的处理器、内存、磁盘、网络资源和操作系统。Cloudberry Database使用这种高性能的系统架构来分配海量数据的负载,并且可以并行使用系统的所有资源来处理查询。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MPP 也称为大规模并行处理架构
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这些主机协作执行一项操作 改为 “这些主机协作执行同一操作”
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
谢谢,已在 92db885 中修改。
Co-authored-by: IdaLee666 <[email protected]>
LGTM |
1 similar comment
LGTM |
No description provided.