Skip to content

Commit

Permalink
add class-9 related files
Browse files Browse the repository at this point in the history
  • Loading branch information
shezhiwei.szw committed May 31, 2022
1 parent 8b64fcb commit 24fb256
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [跟我学:如何在 PolarDB-X 中优化慢 SQL](https://developer.aliyun.com/live/248707)
* [跟我学:用 PolarDB-X + Flink 搭建实时数据大屏](https://developer.aliyun.com/live/248797)
* [跟我学:用 PolarDB-X 搭建一个高可用系统](https://developer.aliyun.com/live/248893)
* [跟我学:PolarDB-X Replica 原理和使用](https://developer.aliyun.com/live/249064)

该直播课程通过钉钉群直播、B站直播和阿里云开发者社区直播等多种方式进行。

Expand Down
28 changes: 28 additions & 0 deletions class-9/polardb-x.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: v1
type: polardbx
cluster:
name: pxc_test
gms:
image: polardbx/galaxyengine:latest
host_group: [127.0.0.1]
cn:
image: polardbx/galaxysql:latest
replica: 1
nodes:
- host: 127.0.0.1
resources:
mem_limit: 16G
dn:
image: polardbx/galaxyengine:latest
replica: 1
nodes:
- host_group: [127.0.0.1]
resources:
mem_limit: 16G
cdc:
image: polardbx/galaxycdc:latest
replica: 1
nodes:
- host: 127.0.0.1
resources:
mem_limit: 16G
Binary file added class-9/tpcc.tar.gz
Binary file not shown.
Binary file added class-9/transfer.tar.gz
Binary file not shown.

0 comments on commit 24fb256

Please sign in to comment.