diff --git a/content/chinese/news/images/news-post-21-1.jpg b/content/chinese/news/images/news-post-21-1.jpg new file mode 100644 index 0000000..81956f3 Binary files /dev/null and b/content/chinese/news/images/news-post-21-1.jpg differ diff --git a/content/chinese/news/news-post-21.md b/content/chinese/news/news-post-21.md index 910515c..a212fa9 100644 --- a/content/chinese/news/news-post-21.md +++ b/content/chinese/news/news-post-21.md @@ -2,14 +2,14 @@ title: "Workshop投稿:OpenTenBase开源分布式数据库初探与实践" date: 2024-10-23T16:31:00+08:00 #image_webp: images/news/news-post-2.webp -image: images/news/news-post-20.jpg +image: images/news/news-post-21.jpg author: OpenTenBase description: "" --- 🛠️ Workshop:10月21日OpenTenBase济南场 📝 作者:zhaoyiheng -![微信图片_20241022131429.jpg](https://oss-emcsprod-public.modb.pro/image/editor/20241023-1849047697845739520_627144.jpg) +
======🐙🐚====== 1️⃣ 在本次课程当中,对于开源OpenTenBase的部署过程、运作过程、基本逻辑和算法优化有了基础的了解和认识;对一些原本陌生的概念,例如分布式数据库、分片、分片键、分区、冷热分区等术语,有了一定的了解;对于“冷热数据搬迁”课题进行了一些思考。 diff --git a/content/chinese/news/news-post-22.md b/content/chinese/news/news-post-22.md new file mode 100644 index 0000000..910515c --- /dev/null +++ b/content/chinese/news/news-post-22.md @@ -0,0 +1,48 @@ +--- +title: "Workshop投稿:OpenTenBase开源分布式数据库初探与实践" +date: 2024-10-23T16:31:00+08:00 +#image_webp: images/news/news-post-2.webp +image: images/news/news-post-20.jpg +author: OpenTenBase +description: "" +--- +🛠️ Workshop:10月21日OpenTenBase济南场 +📝 作者:zhaoyiheng + +![微信图片_20241022131429.jpg](https://oss-emcsprod-public.modb.pro/image/editor/20241023-1849047697845739520_627144.jpg) +======🐙🐚====== + +1️⃣ 在本次课程当中,对于开源OpenTenBase的部署过程、运作过程、基本逻辑和算法优化有了基础的了解和认识;对一些原本陌生的概念,例如分布式数据库、分片、分片键、分区、冷热分区等术语,有了一定的了解;对于“冷热数据搬迁”课题进行了一些思考。 + +![架构图](https://i0.hdslb.com/bfs/new_dyn/a53d9c96c90d81205771cd219ea26d841543475738.jpg@1192w_596h.avif) + +2️⃣ 在实践环节,了解了使用pgAdmin软件访问数据库的基本方法,进行用户的注册、模式(Schema)与表(Table)的创建。 + +![使用pgAdmin软件访问数据库](https://i0.hdslb.com/bfs/new_dyn/ab4bb3fdf92c4fa718613010703cf29d1543475738.png@1144w.avif) + +3️⃣ 应用课程中学到的知识完成分布式表创建、复制表创建、分区表创建、冷热表创建,插入、查询数据等一系列基于OpenTenBase数据库语法的基本操作。 + +![表创建](https://i0.hdslb.com/bfs/new_dyn/bc93dfabd353dd3be66a177c11495dcd1543475738.png@1192w.avif) + +4️⃣ 通过查询查询计划,可以更加深入地了解到冷热分区的工作过程,验证冷热分区的正确性和有效性。 + +![](https://i0.hdslb.com/bfs/new_dyn/bc93dfabd353dd3be66a177c11495dcd1543475738.png@1192w.avif) + +总体而言,本次课程收获颇丰,希望以后能够深入接触更多有关开源数据库的知识和技能。 + +
+ +我们目前正在积极征集OpenTenBase的用户使用案例,如果您有相关使用经验,欢迎提交给我们。也期待您加入OpenTenBase社区,跟我们共同推动项目发展! + +
+ +**官网:** https://www.opentenbase.org/ + +**贡献代码** + +* AtomGit + + https://atomgit.com/opentenbase/OpenTenBase +* GitHub + + https://github.com/OpenTenBase/OpenTenBase diff --git a/content/chinese/news/news-post-23.md b/content/chinese/news/news-post-23.md new file mode 100644 index 0000000..910515c --- /dev/null +++ b/content/chinese/news/news-post-23.md @@ -0,0 +1,48 @@ +--- +title: "Workshop投稿:OpenTenBase开源分布式数据库初探与实践" +date: 2024-10-23T16:31:00+08:00 +#image_webp: images/news/news-post-2.webp +image: images/news/news-post-20.jpg +author: OpenTenBase +description: "" +--- +🛠️ Workshop:10月21日OpenTenBase济南场 +📝 作者:zhaoyiheng + +![微信图片_20241022131429.jpg](https://oss-emcsprod-public.modb.pro/image/editor/20241023-1849047697845739520_627144.jpg) +======🐙🐚====== + +1️⃣ 在本次课程当中,对于开源OpenTenBase的部署过程、运作过程、基本逻辑和算法优化有了基础的了解和认识;对一些原本陌生的概念,例如分布式数据库、分片、分片键、分区、冷热分区等术语,有了一定的了解;对于“冷热数据搬迁”课题进行了一些思考。 + +![架构图](https://i0.hdslb.com/bfs/new_dyn/a53d9c96c90d81205771cd219ea26d841543475738.jpg@1192w_596h.avif) + +2️⃣ 在实践环节,了解了使用pgAdmin软件访问数据库的基本方法,进行用户的注册、模式(Schema)与表(Table)的创建。 + +![使用pgAdmin软件访问数据库](https://i0.hdslb.com/bfs/new_dyn/ab4bb3fdf92c4fa718613010703cf29d1543475738.png@1144w.avif) + +3️⃣ 应用课程中学到的知识完成分布式表创建、复制表创建、分区表创建、冷热表创建,插入、查询数据等一系列基于OpenTenBase数据库语法的基本操作。 + +![表创建](https://i0.hdslb.com/bfs/new_dyn/bc93dfabd353dd3be66a177c11495dcd1543475738.png@1192w.avif) + +4️⃣ 通过查询查询计划,可以更加深入地了解到冷热分区的工作过程,验证冷热分区的正确性和有效性。 + +![](https://i0.hdslb.com/bfs/new_dyn/bc93dfabd353dd3be66a177c11495dcd1543475738.png@1192w.avif) + +总体而言,本次课程收获颇丰,希望以后能够深入接触更多有关开源数据库的知识和技能。 + +
+ +我们目前正在积极征集OpenTenBase的用户使用案例,如果您有相关使用经验,欢迎提交给我们。也期待您加入OpenTenBase社区,跟我们共同推动项目发展! + +
+ +**官网:** https://www.opentenbase.org/ + +**贡献代码** + +* AtomGit + + https://atomgit.com/opentenbase/OpenTenBase +* GitHub + + https://github.com/OpenTenBase/OpenTenBase diff --git a/public/images/news/news-post-21.jpg b/public/images/news/news-post-21.jpg new file mode 100644 index 0000000..81956f3 Binary files /dev/null and b/public/images/news/news-post-21.jpg differ