Skip to content

Commit

Permalink
Merge pull request #398 from ApsaraDB/POLARDB_11_DEV
Browse files Browse the repository at this point in the history
merge: 20230713
  • Loading branch information
mrdrivingduck authored Jul 13, 2023
2 parents 512dc5b + 30c702b commit 5c5e5ae
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 169 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ psql -h 127.0.0.1 -c 'select version();'

## 参与贡献

我们诚挚欢迎社区参与 PolarDB 的贡献,无论是代码还是文档。在线文档中的 [参与社区](https://apsaradb.github.io/PolarDB-for-PostgreSQL/zh/contributing/code-of-conduct.html) 提供了关于贡献流程与规范的更多信息。
我们诚挚欢迎社区参与 PolarDB 的贡献,无论是代码还是文档。

以下是贡献者列表(由 [contrib.rocks](https://contrib.rocks) 支持):

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If you want to explore or develop documentation locally, see [Document Contribut

## Contributing

You are welcome to make contributions to PolarDB, no matter code or documentation. We appreciate all the contributions. For more information about how to start development and pull requests, see [Community](https://apsaradb.github.io/PolarDB-for-PostgreSQL/contributing/code-of-conduct.html).
You are welcome to make contributions to PolarDB, no matter code or documentation.

Here are the contributors:

Expand Down
4 changes: 0 additions & 4 deletions docs/.vuepress/configs/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ export const en: NavbarConfig = [
text: "Contributing",
link: "/contributing/",
children: [
{
text: "Code of Conduct",
link: "/contributing/code-of-conduct.html",
},
{
text: "Contributing Docs",
link: "/contributing/contributing-polardb-docs.html",
Expand Down
4 changes: 0 additions & 4 deletions docs/.vuepress/configs/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ export const zh: NavbarConfig = [
text: "参与社区",
link: "/zh/contributing/",
children: [
{
text: "行为准则",
link: "/zh/contributing/code-of-conduct.html",
},
{
text: "贡献文档",
link: "/zh/contributing/contributing-polardb-docs.html",
Expand Down
1 change: 0 additions & 1 deletion docs/.vuepress/configs/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export const en: SidebarConfig = {
"/contributing/contributing-polardb-kernel.md",
"/contributing/contributing-polardb-docs.md",
"/contributing/coding-style.md",
"/contributing/code-of-conduct.md",
],
},
],
Expand Down
1 change: 0 additions & 1 deletion docs/.vuepress/configs/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export const zh: SidebarConfig = {
"/zh/contributing/contributing-polardb-kernel.md",
"/zh/contributing/contributing-polardb-docs.md",
"/zh/contributing/coding-style.md",
"/zh/contributing/code-of-conduct.md",
],
},
],
Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ psql -h 127.0.0.1 -c 'select version();'
<div class="feature">
<h3>Contributing</h3>
<ul style="position: relative;z-index: 10;">
<li><a href="./contributing/code-of-conduct.html">Code of Conduct</a></li>
<li><a href="./contributing/contributing-polardb-docs.html">Contributing Documentation</a></li>
<li><a href="./contributing/contributing-polardb-kernel.html">Contributing Code</a></li>
<li><a href="./contributing/coding-style">Coding Style</a></li>
Expand Down
72 changes: 0 additions & 72 deletions docs/contributing/code-of-conduct.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/contributing/contributing-polardb-kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ New features will be merged to `POLARDB_11_DEV`, and will be merged to `POLARDB_

## Before Contributing

- Read and follow our [Code of Conduct](./code-of-conduct.md).
- Sign the [CLA](https://gist.github.com/alibaba-oss/151a13b0a72e44ba471119c7eb737d74) of PolarDB for PostgreSQL

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion docs/deploying/storage-curvebs.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ chunkserver_services:
config:
listen.ip: ${service_host}
listen.port: 82${format_replicas_sequence} # 8200,8201,8202
data_dir: /data/chunkserver${service_replicas_sequence} # /data/chunkserver0, /data/chunksever1
data_dir: /data/chunkserver${service_replicas_sequence} # /data/chunkserver0, /data/chunkserver1
copysets: 100
deploy:
- host: ${machine1}
Expand Down
2 changes: 1 addition & 1 deletion docs/theory/arch-htap.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PxScan 算子扫描出来的数据会通过 Shuffle 算子来重分布。重分

![image.png](../imgs/htap-4-1-consistency.png)

任意选择一个节点作为 Coordinator 节点,它的 ReadLSN 会作为约定的 LSN,从所有 MPP 节点的快照版本号中选择最小的版本号作为全局约定的快照版本号。通过 LSN 的回放等待和 Global Snaphot 同步机制,确保在任何一个节点发起 MPP 查询时,数据和快照均能达到一致可用的状态。
任意选择一个节点作为 Coordinator 节点,它的 ReadLSN 会作为约定的 LSN,从所有 MPP 节点的快照版本号中选择最小的版本号作为全局约定的快照版本号。通过 LSN 的回放等待和 Global Snapshot 同步机制,确保在任何一个节点发起 MPP 查询时,数据和快照均能达到一致可用的状态。

![image.png](../imgs/htap-4-2-serverless.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/theory/arch-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minute: 35

<ArticleInfo :frontmatter=$frontmatter></ArticleInfo>

PolarDB PostgreSQL (hereafter simplified as PolarDB) is a stable, reliable, scalable, highly available, and secure enterprise-grade database service that is independently developed by Alibaba Cloud to help you increase security compliance and cost-effectiveness. PolarDB is compatible with PostgreSQL and Oracle. It runs in a proprietary compute-storage separation architecture of Alibaba Cloud to support the horizontal scaling of the storage and computing capabilities.
PolarDB for PostgreSQL (hereafter simplified as PolarDB) is a stable, reliable, scalable, highly available, and secure enterprise-grade database service that is independently developed by Alibaba Cloud to help you increase security compliance and cost-effectiveness. PolarDB is 100% compatible with PostgreSQL. It runs in a proprietary compute-storage separation architecture of Alibaba Cloud to support the horizontal scaling of the storage and computing capabilities.

PolarDB can process a mix of online transaction processing (OLTP) workloads and online analytical processing (OLAP) workloads in parallel. PolarDB also provides a wide range of innovative multi-model database capabilities to help you process, analyze, and search for diversified data, such as spatio-temporal, GIS, image, vector, and graph data.

Expand Down
1 change: 0 additions & 1 deletion docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ psql -h 127.0.0.1 -c 'select version();'
<div class="feature">
<h3>社区贡献</h3>
<ul style="position: relative;z-index: 10;">
<li><a href="./contributing/code-of-conduct.html">行为准则</a></li>
<li><a href="./contributing/contributing-polardb-docs.html">贡献文档</a></li>
<li><a href="./contributing/contributing-polardb-kernel.html">贡献代码</a></li>
<li><a href="./contributing/coding-style">编码风格</a></li>
Expand Down
76 changes: 0 additions & 76 deletions docs/zh/contributing/code-of-conduct.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/zh/contributing/contributing-polardb-kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ PolarDB for PostgreSQL 基于 PostgreSQL 和其它开源项目进行开发,我

## 贡献代码之前

- 阅读并遵守我们的 [行为准则](./code-of-conduct.md)
- 签署 PolarDB for PostgreSQL 的 [CLA](https://gist.github.com/alibaba-oss/151a13b0a72e44ba471119c7eb737d74)

## 贡献流程
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/deploying/storage-curvebs.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ chunkserver_services:
config:
listen.ip: ${service_host}
listen.port: 82${format_replicas_sequence} # 8200,8201,8202
data_dir: /data/chunkserver${service_replicas_sequence} # /data/chunkserver0, /data/chunksever1
data_dir: /data/chunkserver${service_replicas_sequence} # /data/chunkserver0, /data/chunkserver1
copysets: 100
deploy:
- host: ${machine1}
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/theory/arch-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minute: 35

<ArticleInfo :frontmatter=$frontmatter></ArticleInfo>

PolarDB PostgreSQL(以下简称 PolarDB)是一款阿里云自主研发的企业级数据库产品,采用计算存储分离架构,兼容 PostgreSQL 与 Oracle。PolarDB 的存储与计算能力均可横向扩展,具有高可靠、高可用、弹性扩展等企业级数据库特性。同时,PolarDB 具有大规模并行计算能力,可以应对 OLTP 与 OLAP 混合负载;还具有时空、向量、搜索、图谱等多模创新特性,可以满足企业对数据处理日新月异的新需求。
PolarDB for PostgreSQL(以下简称 PolarDB)是一款阿里云自主研发的企业级数据库产品,采用计算存储分离架构,100% 兼容 PostgreSQL。PolarDB 的存储与计算能力均可横向扩展,具有高可靠、高可用、弹性扩展等企业级数据库特性。同时,PolarDB 具有大规模并行计算能力,可以应对 OLTP 与 OLAP 混合负载;还具有时空、向量、搜索、图谱等多模创新特性,可以满足企业对数据处理日新月异的新需求。

PolarDB 支持多种部署形态:存储计算分离部署、X-Paxos 三节点部署、本地盘部署。

Expand Down

0 comments on commit 5c5e5ae

Please sign in to comment.