From 66ff1ad27454cffb9dd1d92f25c1de4e71590a0c Mon Sep 17 00:00:00 2001 From: FenjuFu <92919259+FenjuFu@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/chinese/news/news-post-21.md | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 content/chinese/news/news-post-21.md diff --git a/content/chinese/news/news-post-21.md b/content/chinese/news/news-post-21.md new file mode 100644 index 0000000..910515c --- /dev/null +++ b/content/chinese/news/news-post-21.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