From b0b942d949b26965c22938b7ee8fe0d36709f2ab Mon Sep 17 00:00:00 2001 From: faweizhao26 Date: Thu, 12 Feb 2026 15:55:53 +0800 Subject: [PATCH 1/3] fix the issue of language switch Signed-off-by: faweizhao26 --- .../news/index.mdx | 37 +++++++++--------- .../webinars-page.mdx | 38 +++++++++---------- src/pages/news/index.mdx | 2 +- src/pages/webinars-page.mdx | 6 +-- 4 files changed, 38 insertions(+), 45 deletions(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx b/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx index 2feccd5..1c643c3 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-pages/news/index.mdx @@ -13,7 +13,7 @@ export const NewsData = [ date: "2025-12-18", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-v5-1-released", + link: "/news/ivorysql-v5-1-released", img: "/img/news/ivorysql-v5-1-released.png" }, { @@ -22,7 +22,7 @@ export const NewsData = [ date: "2025-11-25", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-v5-0-released", + link: "/news/ivorysql-v5-0-released", img: "/img/news/ivorysql-v5-0-released.png" }, { @@ -31,7 +31,7 @@ export const NewsData = [ date: "2025-11-13", category: "community", categoryLabel: "社区动态", - link: "/zh-cn/news/ivorysql-ospp-2025", + link: "/news/ivorysql-ospp-2025", img: "/img/news/ivorysql-ospp-2025.png" }, { @@ -40,7 +40,7 @@ export const NewsData = [ date: "2025-10-20", category: "community", categoryLabel: "社区动态", - link: "/zh-cn/news/detail-pg18-contributors", + link: "/news/detail-pg18-contributors", img: "/img/news/detail-pg18-contributors.png" }, { @@ -49,7 +49,7 @@ export const NewsData = [ date: "2025-09-26", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-kylin-cert", + link: "/news/ivorysql-kylin-cert", img: "/img/news/ivorysql-kylin-cert.png" }, { @@ -58,7 +58,7 @@ export const NewsData = [ date: "2025-09-17", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-deepin-cert", + link: "/news/ivorysql-deepin-cert", img: "/img/news/ivorysql-deepin-cert.png" }, { @@ -67,7 +67,7 @@ export const NewsData = [ date: "2025-09-12", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-loongarch-cert", + link: "/news/ivorysql-loongarch-cert", img: "/img/news/ivorysql-loongarch-cert.png" }, { @@ -76,7 +76,7 @@ export const NewsData = [ date: "2025-09-11", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-v4-6-released", + link: "/news/ivorysql-v4-6-released", img: "/img/news/ivorysql-v4-6-released.png" }, { @@ -85,7 +85,7 @@ export const NewsData = [ date: "2025-08-04", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-navicat", + link: "/news/ivorysql-navicat", img: "/img/news/ivorysql-navicat.png" }, { @@ -94,7 +94,7 @@ export const NewsData = [ date: "2025-07-15", category: "community", categoryLabel: "社区动态", - link: "/zh-cn/news/ivorysql-expert-advisory-committee", + link: "/news/ivorysql-expert-advisory-committee", img: "/img/news/ivorysql-expert-advisory-committee.png" }, { @@ -103,7 +103,7 @@ export const NewsData = [ date: "2025-06-28", category: "community", categoryLabel: "社区动态", - link: "/zh-cn/news/ivorysql-ospp-students", + link: "/news/ivorysql-ospp-students", img: "/img/news/ivorysql-ospp-students.png" }, { @@ -112,7 +112,7 @@ export const NewsData = [ date: "2025-06-05", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-v4-5-released", + link: "/news/ivorysql-v4-5-released", img: "/img/news/ivorysql-v4-5-released.png" }, { @@ -121,7 +121,7 @@ export const NewsData = [ date: "2025-05-07", category: "community", categoryLabel: "社区动态", - link: "/zh-cn/news/ivorysql-pku-course", + link: "/news/ivorysql-pku-course", img: "/img/news/ivorysql-pku-course.png" }, { @@ -130,7 +130,7 @@ export const NewsData = [ date: "2025-03-14", category: "community", categoryLabel: "社区动态", - link: "/zh-cn/news/ivorysql-deepseek-assistant", + link: "/news/ivorysql-deepseek-assistant", img: "/img/news/ivorysql-deepseek-assistant.png" }, { @@ -139,7 +139,7 @@ export const NewsData = [ date: "2025-03-10", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-v4-4-released", + link: "/news/ivorysql-v4-4-released", img: "/img/news/ivorysql-v4-4-released.png" }, { @@ -148,7 +148,7 @@ export const NewsData = [ date: "2025-01-13", category: "product", categoryLabel: "产品动态", - link: "/zh-cn/news/ivorysql-v4-2-released", + link: "/news/ivorysql-v4-2-released", img: "/img/news/ivorysql-v4-2-released.png" } ]; @@ -156,7 +156,7 @@ export const NewsData = [ export const NewsCard = ({ news }) => { const { title, desc, date, category, categoryLabel, link, img } = news; return ( - +
{title}
@@ -225,12 +225,10 @@ export const NewsList = () => { .banner-text { position: relative; z-index: 2; max-width: 50%; } .banner-text h1 { font-size: 3rem; font-weight: bold; margin: 0; color: white !important; } .banner-text p { font-size: 1.2rem; opacity: 0.9; margin-top: 15px; color: white !important; } - .news-container { max-width: 1200px; margin: 0 auto; padding: 0 20px 80px; } .filter-container { display: flex; gap: 12px; margin-bottom: 30px; } .filter-btn { padding: 10px 24px; border-radius: 30px; border: 1px solid #f0f0f0; background: #fff; color: #666; cursor: pointer; transition: all 0.3s; font-weight: 500; } .filter-btn.active { background: #7D52F4; color: #fff; border-color: #7D52F4; } - .news-list { display: flex; flex-direction: column; gap: 20px; } .news-card { display: flex; background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; overflow: hidden; text-decoration: none !important; color: inherit !important; transition: all 0.3s; } .news-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); } @@ -246,7 +244,6 @@ export const NewsList = () => { .pagination { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 50px; } .pager-btn { padding: 8px 20px; border-radius: 20px; border: 1px solid #7D52F4; color: #7D52F4; background: transparent; cursor: pointer; } .pager-btn:disabled { color: #ccc; border-color: #eee; cursor: not-allowed; } - @media (max-width: 996px) { .news-banner { min-height: 240px; padding: 2rem 1.5rem; background-position: bottom center; } .banner-text { max-width: 100%; text-align: center; margin-bottom: 80px; } diff --git a/i18n/zh-CN/docusaurus-plugin-content-pages/webinars-page.mdx b/i18n/zh-CN/docusaurus-plugin-content-pages/webinars-page.mdx index 870aa58..f9eb51c 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-pages/webinars-page.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-pages/webinars-page.mdx @@ -13,7 +13,7 @@ export const EventsData = [ startTime: "2025-12-25", endTime: "2025-12-25", location: "线上活动", - link: "/zh-cn/webinars/event-202517", + link: "/webinars/event-202517", img: "/img/events/event-202517.jpg" }, { @@ -22,7 +22,7 @@ export const EventsData = [ startTime: "2025-12-13", endTime: "2025-12-13", location: "线上活动", - link: "/zh-cn/webinars/event-202516", + link: "/webinars/event-202516", img: "/img/events/event-202516.png" }, { @@ -31,7 +31,7 @@ export const EventsData = [ startTime: "2025-11-29", endTime: "2025-11-29", location: "线下活动", - link: "/zh-cn/webinars/event-202515", + link: "/webinars/event-202515", img: "/img/events/event-202515.png" }, { @@ -40,7 +40,7 @@ export const EventsData = [ startTime: "2025-10-16", endTime: "2025-10-16", location: "线上活动", - link: "/zh-cn/webinars/event-202514", + link: "/webinars/event-202514", img: "/img/events/event-202514.png" }, { @@ -49,7 +49,7 @@ export const EventsData = [ startTime: "2025-09-29", endTime: "2025-09-29", location: "线上活动", - link: "/zh-cn/webinars/event-202513", + link: "/webinars/event-202513", img: "/img/events/event-202513.png" }, { @@ -58,7 +58,7 @@ export const EventsData = [ startTime: "2025-09-23", endTime: "2026-12-23", location: "线上活动", - link: "/zh-cn/webinars/event-202512", + link: "/webinars/event-202512", img: "/img/events/event-202512.png" }, { @@ -67,7 +67,7 @@ export const EventsData = [ startTime: "2025-09-16", endTime: "2026-02-28", location: "线上活动", - link: "/zh-cn/webinars/event-202511", + link: "/webinars/event-202511", img: "/img/events/event-202511.png" }, { @@ -76,7 +76,7 @@ export const EventsData = [ startTime: "2025-08-30", endTime: "2025-08-30", location: "线下活动", - link: "/zh-cn/webinars/event-202510", + link: "/webinars/event-202510", img: "/img/events/event-202510.png" }, { @@ -85,7 +85,7 @@ export const EventsData = [ startTime: "2025-07-18", endTime: "2025-07-18", location: "线下活动", - link: "/zh-cn/webinars/event-202509", + link: "/webinars/event-202509", img: "/img/events/event-202509.png" }, { @@ -94,7 +94,7 @@ export const EventsData = [ startTime: "2025-06-27", endTime: "2025-06-28", location: "线下活动", - link: "/zh-cn/webinars/event-202508", + link: "/webinars/event-202508", img: "/img/events/event-202508.jpg" }, { @@ -103,7 +103,7 @@ export const EventsData = [ startTime: "2025-06-07", endTime: "2025-06-07", location: "线下活动", - link: "/zh-cn/webinars/event-202507", + link: "/webinars/event-202507", img: "/img/events/event-202507.png" }, { @@ -112,7 +112,7 @@ export const EventsData = [ startTime: "2025-05-13", endTime: "2025-05-16", location: "线下活动", - link: "/zh-cn/webinars/event-202506", + link: "/webinars/event-202506", img: "/img/events/event-202506.png" }, { @@ -121,7 +121,7 @@ export const EventsData = [ startTime: "2025-05-09", endTime: "2025-06-09", location: "线上活动", - link: "/zh-cn/webinars/event-202505", + link: "/webinars/event-202505", img: "/img/events/event-202505.png" }, { @@ -130,7 +130,7 @@ export const EventsData = [ startTime: "2025-04-24", endTime: "2025-04-24", location: "线上活动", - link: "/zh-cn/webinars/event-202504", + link: "/webinars/event-202504", img: "/img/events/event-202504.png" }, { @@ -139,7 +139,7 @@ export const EventsData = [ startTime: "2025-04-19", endTime: "2025-04-19", location: "线下活动", - link: "/zh-cn/webinars/event-202503", + link: "/webinars/event-202503", img: "/img/events/event-202503.png" }, { @@ -148,7 +148,7 @@ export const EventsData = [ startTime: "2025-02-26", endTime: "2026-12-31", location: "线上活动", - link: "/zh-cn/webinars/event-202502", + link: "/webinars/event-202502", img: "/img/events/event-202502.png" }, { @@ -157,7 +157,7 @@ export const EventsData = [ startTime: "2025-01-04", endTime: "2025-01-04", location: "线下活动", - link: "/zh-cn/webinars/event-202501", + link: "/webinars/event-202501", img: "/img/events/event-202501.png" } ]; @@ -177,10 +177,8 @@ export const EventCard = ({ event }) => { return (
{title} diff --git a/src/pages/news/index.mdx b/src/pages/news/index.mdx index f49edde..883c08b 100644 --- a/src/pages/news/index.mdx +++ b/src/pages/news/index.mdx @@ -156,7 +156,7 @@ export const NewsData = [ export const NewsCard = ({ news }) => { const { title, desc, date, category, categoryLabel, link, img } = news; return ( - +
{title}
diff --git a/src/pages/webinars-page.mdx b/src/pages/webinars-page.mdx index 8f4124c..f2bfbe4 100644 --- a/src/pages/webinars-page.mdx +++ b/src/pages/webinars-page.mdx @@ -114,10 +114,8 @@ export const EventCard = ({ event }) => { return (
{title} From 91e4bc33a44d4441f7bc7fdb82ea9e90f5e6ac45 Mon Sep 17 00:00:00 2001 From: faweizhao26 Date: Thu, 12 Feb 2026 17:33:01 +0800 Subject: [PATCH 2/3] ix the issue of language switch Signed-off-by: faweizhao26 --- src/pages/news/detail-pg18-contributors.mdx | 3 ++- src/pages/news/index.mdx | 5 +++-- src/pages/news/ivorysql-deepin-cert.mdx | 3 ++- src/pages/news/ivorysql-deepseek-assistant.mdx | 3 ++- .../news/ivorysql-expert-advisory-committee.mdx | 12 ++++++------ src/pages/news/ivorysql-kylin-cert.mdx | 3 ++- src/pages/news/ivorysql-loongarch-cert.mdx | 3 ++- src/pages/news/ivorysql-navicat.mdx | 3 ++- src/pages/news/ivorysql-ospp-2025.mdx | 3 ++- src/pages/news/ivorysql-ospp-students.mdx | 3 ++- src/pages/news/ivorysql-pku-course.mdx | 3 ++- src/pages/news/ivorysql-v4-2-released.mdx | 3 ++- src/pages/news/ivorysql-v4-4-released.mdx | 3 ++- src/pages/news/ivorysql-v4-5-released.mdx | 3 ++- src/pages/news/ivorysql-v4-6-released.mdx | 3 ++- src/pages/news/ivorysql-v5-0-released.mdx | 3 ++- src/pages/news/ivorysql-v5-1-released.mdx | 3 ++- 17 files changed, 39 insertions(+), 23 deletions(-) diff --git a/src/pages/news/detail-pg18-contributors.mdx b/src/pages/news/detail-pg18-contributors.mdx index bd3d1b3..2d92b03 100644 --- a/src/pages/news/detail-pg18-contributors.mdx +++ b/src/pages/news/detail-pg18-contributors.mdx @@ -4,6 +4,7 @@ hide_table_of_contents: true --- import useBaseUrl from '@docusaurus/useBaseUrl'; +import Link from '@docusaurus/Link'; -
-
-

News & Updates

-
● ○ ●
-
-
+
+
+
+ News > Community News +
diff --git a/src/pages/news/ivorysql-kylin-cert.mdx b/src/pages/news/ivorysql-kylin-cert.mdx index e78a688..5e20c55 100644 --- a/src/pages/news/ivorysql-kylin-cert.mdx +++ b/src/pages/news/ivorysql-kylin-cert.mdx @@ -4,6 +4,7 @@ hide_table_of_contents: true --- import useBaseUrl from '@docusaurus/useBaseUrl'; +import Link from '@docusaurus/Link'; -
-
-
- News > Community News -
+
+
+

News & Updates

+
● ○ ●
+
+
- News > Article Content + News > Community News
@@ -99,59 +100,58 @@ import Link from '@docusaurus/Link';

The list of the IvorySQL Expert Advisory Committee is as follows (in no particular order):

Luo Min

-

Former senior technical consultant of Oracle Corporation, with 36 years of industry experience. He joined Oracle China in 2001, focusing on database solutions. As a technical leader of the Advanced Customer Services (ACS) team, Luo Min led the database implementation and performance optimization of several national key projects, including the Modern Payment and Settlement System of the People's Bank of China and the National Credit Reference System. He has made outstanding contributions not only in database architecture design, performance optimization, and data warehouse construction but also actively participated in the research and development of open-source and domestic databases. He has published multiple monographs on Oracle technology and performance optimization, including *Insights into Oracle Performance Optimization*, *Understanding Oracle Core Technologies*, and *Selected Cases of Oracle Database Technical Services*. In addition, Mr. Luo Min's fourth monograph will be published in the autumn of this year (2025).

+

Former senior technical consultant of Oracle Corporation, with 36 years of industry experience. He joined Oracle China in 2001, focusing on database solutions. As a technical leader of the Advanced Customer Services (ACS) team, Luo Min led the database implementation and performance optimization of several national key projects, including the Modern Payment and Settlement System of the People's Bank of China and the National Credit Reference System. He has made outstanding contributions not only in database architecture design, performance optimization, and data warehouse construction but also actively participated in the research and development of open-source and domestic databases. He has published multiple monographs on Oracle technology and performance optimization, including *Insights into Oracle Performance Optimization*, *Understanding Oracle Core Technologies*, and *Selected Cases of Oracle Database Technical Services*.

Xu Ji (Baishan)

-

PostgreSQL ACE Director, a renowned domestic system optimization expert, and author of technical monographs on Oracle databases such as *DBA Optimization Diary*, *DBA RAC Diary*, and *The Ideological Sky of DBA*. With more than 20 years of experience in the IT industry, he has worked for DEC (USA), SEG Group, Changtian Group, Lenovo Financial Services Division, etc., and has rich experience in the construction of large-scale information systems. He has been engaged in application software development and information system construction in the telecommunications, government, finance, and energy industries. He once presided over the development of China's first telecom-level online real-time billing system, the first comprehensive inspection and quarantine management system integrating three inspections, and the EDP electronic declaration system. The bank's large front-end platform IPP developed under his leadership is currently used by more than a dozen domestic commercial banks. Since 2002, he has been professionally engaged in IT consulting services, providing high-level technical consulting services for customers in the finance, operator, State Grid and other industries. Currently, he is engaged in the research of key technologies related to the localization of information systems, the introduction of open-source products into large state-owned enterprises, and the evolution of information system architecture in state-owned enterprises.

+

PostgreSQL ACE Director, a renowned domestic system optimization expert, and author of technical monographs on Oracle databases such as *DBA Optimization Diary*, *DBA RAC Diary*, and *The Ideological Sky of DBA*.

A Technical Expert

-

PostgreSQL ACE, a senior blogger of the PGFans forum, and a PG technology enthusiast. Proficient in mainstream database technologies such as PG and Oracle, with rich experience in implementation, maintenance, and management, having served customers in the communications, finance, e-commerce, medical and other fields. Keen on the research and promotion of open-source PG technology, and active in PG technology groups and communities.

+

PostgreSQL ACE, a senior blogger of the PGFans forum, and a PG technology enthusiast. Proficient in mainstream database technologies such as PG and Oracle, with rich experience in implementation, maintenance, and management.

Liu Huayang

-

PostgreSQL ACE, Chairman of the Beijing-Tianjin User Group of China PG Branch. With 20 years of professional experience in databases, he has worked in large Internet enterprises and financial enterprises, and has been engaged in the overall heterogeneous database migration of large-scale projects for many times. He has experience in managing super-large PostgreSQL databases over 10T and dozens of related sets, and has certain research and practical experience in databases such as MySQL, MongoDB, Redis, SQL Server, as well as practical experience and research on new-type data such as PolarDB. Personal official WeChat account: Austindatabases, where he publishes experience sharing on databases, and also has a professional WeChat group of nearly 2,500 database practitioners. He has participated in various technical sharing sessions and annual conferences of the PG Branch for many times and won the title of "PG Gold Lecturer".

+

PostgreSQL ACE, Chairman of the Beijing-Tianjin User Group of China PG Branch. With 20 years of professional experience in databases.

Xue Xiaogang

-

PostgreSQL ACE, Chairman of the Shanghai User Group of China PG Branch, and host of the 7th China PostgreSQL Database Ecological Conference. He holds Oracle OCP, MySQL OCP, PGCP and PCP certifications. He is the moderator of the In-Memory Database section of the ITPUB forum, a core expert, a gold consultant, and one of the Top 10 Outstanding Contribution Figures of Motianlun in 2021. He is also an MVA of the Motianlun forum and a member of the Hundred Talents Group of Domestic Database Influential Figures.

+

PostgreSQL ACE, Chairman of the Shanghai User Group of China PG Branch, and host of the 7th China PostgreSQL Database Ecological Conference.

Zhou Zhengzhong (Dege)

-

PostgreSQL ACE Director, online alias Dege (digoal), works in the Alibaba Cloud Database Team, is the person in charge of the open-source community of Alibaba Cloud PolarDB database, and one of the founders of the PostgreSQL China Community, with more than 40 database patents. He has held positions such as DBA, architect, product manager, and open-source community operation and ecological construction. He has long been committed to promoting the development of open-source database technology and ecology in China and the cultivation of talents in the open-source industry. He has won the title of Alibaba Qilin Evangelist and the 2018 OSCAR Open Source Pinnacle Figure. He has written PG-related technical articles covering documents related to the entire database life cycle such as "open-source product usage, cases, application development practice, kernel development practice, management practice, and tuning practice". As of June 2019, he has published more than 2,000 PG technical articles with over 20 million page views.

+

PostgreSQL ACE Director, online alias Dege (digoal), works in the Alibaba Cloud Database Team, is the person in charge of the open-source community of Alibaba Cloud PolarDB database, and one of the founders of the PostgreSQL China Community.

Yin Haiwen

-

PostgreSQL ACE, enthusiastic about the promotion of the PG ecosystem. Oracle ACE, OCM, proficient in Oracle, PostgreSQL, MySQL and other databases. Mainly engaged in the database service industry. Technical consultant of the PolarDB open-source community, actively participating in PG community activities and promoting PG-based database products.

+

PostgreSQL ACE, enthusiastic about the promotion of the PG ecosystem. Oracle ACE, OCM, proficient in Oracle, PostgreSQL, MySQL and other databases.

Wu Yang

-

PostgreSQL ACE Partner, engaged in the medical informatization industry, once worked for Neusoft Group, and is a database technology enthusiast. He has obtained multiple certifications such as 12c OCM, PGCE, OBCP, KCP. He has a special passion for knowledge related to database optimization and fault handling, and is willing to discuss issues in depth and share experience and insights with other database enthusiasts.

+

PostgreSQL ACE Partner, engaged in the medical informatization industry, once worked for Neusoft Group, and is a database technology enthusiast.

Xiong Cancan

-

PostgreSQL ACE, Chairman of the Chengdu User Group of China PG Branch, author of the official WeChat account "PostgreSQL 学徒", and co-initiated the "PostgreSQL Technology Summit Chengdu Station" in 2023. He has participated in various PG conferences and won various awards for many times. He was the host of the "2023 China PG Ecological Conference" and a guest of the Training Day hosted by the PG Branch. He has an in-depth understanding of PostgreSQL system architecture, operating principles, etc. He has personally guaranteed major projects such as the "Seventh National Population Census", with rich practical experience, and is good at tuning and troubleshooting.

+

PostgreSQL ACE, Chairman of the Chengdu User Group of China PG Branch, author of the official WeChat account "PostgreSQL 学徒".

Peng Chong

-

PostgreSQL ACE, chief editor of *Mastering New Features of PostgreSQL Versions Quickly*. He is a columnist of PG Lezhi Lexiang on Motianlun, likes to research open-source databases, and has rich practical research on new features of PostgreSQL versions. He initially engaged in application software research and development in the public transport industry, and later engaged in merchant transaction data processing in the UnionPay system. In 2019, he joined Enmotech and engaged in the research of open-source and domestic databases in the Technology Research Institute.

+

PostgreSQL ACE, chief editor of *Mastering New Features of PostgreSQL Versions Quickly*. He is a columnist of PG Lezhi Lexiang on Motianlun.

Leng Bo

-

PostgreSQL ACE Partner, a senior DBA & database architect with more than 10 years of experience; OpenGauss technology evangelist; promoter of PG/MySQL kernel technology; author of *Oracle High-Performance Automated Operation and Maintenance*; holder of multiple official certifications of domestic databases; committed to the promotion of open-source MySQL/PG technology, the delivery and implementation of domestic independent innovation, and the exploration of best practices; once worked for Huawei, responsible for GaussDB ecological construction and Oracle maintenance related to international business; currently responsible for database independent innovation adaptation, architecture design, performance tuning and architecture reconstruction inside and outside the group.

+

PostgreSQL ACE Partner, a senior DBA & database architect with more than 10 years of experience; OpenGauss technology evangelist.

Zhang Dagang, Author of DBCS

Founder of the DESKUI community, who has independently developed the following well-known software products:

    -
  1. General database management desktop software - DBCS: supports running on X86\ARM\Loongson\Shenwei architecture CPUs, and is a management tool that supports managing more than 20 mainstream domestic and foreign databases.
  2. -
  3. General operation and maintenance desktop tool set - DESK: an integrated desktop tool software with common functions for office, operation and maintenance, and development scenarios, supporting file management (running, editing, compressing, searching, copying, deleting), management of operating systems, switches, firewalls and other devices, graphical FTP/SFTP file upload and download, and sharing local files with others.
  4. -
  5. Full resource control platform - XGuard: can supplement and replace the functions of traditional bastion hosts, and overcome the three security drawbacks of bastion hosts: "relying on clients", "insufficient audit granularity", and "not supporting in-event interception". It can meet the security control needs of data operation and maintenance and development such as supporting more than 20 mainstream domestic and foreign databases, file upload and download, and remote access to operating systems, and can be deployed in independent innovation environments.
  6. +
  7. General database management desktop software - DBCS
  8. +
  9. General operation and maintenance desktop tool set - DESK
  10. +
  11. Full resource control platform - XGuard

Li Chuancheng

-

Author of WALMiner, a senior kernel R&D engineer, whose main research direction is database backup and recovery, with a deep understanding of the principles and applications of wal logs. He independently developed the wal log parsing tool walminer and the pg block recovery tool pg_lightool.

+

Author of WALMiner, a senior kernel R&D engineer, whose main research direction is database backup and recovery.

Xu Xiaoqiang

Holder of 11g OCP and 11g OCM certifications, a full-time DBA, and author of the official WeChat account "JiekeXu DBA 之路".

Feng Ruohang

-

Author of Pigsty, a PostgreSQL expert and full-stack developer, CEO of Panji Yunsu Technology Co., Ltd., once worked for Alibaba, Apple, and Tantan. He has translated and published the Chinese versions of *PostgreSQL Guide: Inside the Database* and *Designing Data-Intensive Applications*.

+

Author of Pigsty, a PostgreSQL expert and full-stack developer, CEO of Panji Yunsu Technology Co., Ltd.

Xiao Shaocong

Independent technical consultant, co-founder of the PG Chinese Community.

@@ -163,51 +163,48 @@ import Link from '@docusaurus/Link';

Author of the well-known software PDU (PostgreSQL Data Unloader, a PG data rescue tool).

Tang Cheng

-

PostgreSQL ACE Director, founder of Zhongqi Chengshu Technology (Hangzhou) Co., Ltd., author of *PostgreSQL Practicing Road: From Novice to Expert*, and author of the PostgreSQL open-source connection pool software ZQPool. With more than 20 years of industry experience, he has engaged in research work in operating systems, storage fields, databases, database high availability, high performance, and database cloudification. He has served as a senior database expert at Alibaba, engaged in the architecture design and operation and maintenance of Oracle, Greenplum, and PostgreSQL databases online at Alibaba, and was the evangelist of PostgreSQL database at Alibaba, promoting the provision of PostgreSQL database services in Alibaba Cloud's Relational Database Service (RDS), and was the technical leader of Alibaba's PostgreSQL database. He also once served as a development expert at NetEase Hangzhou Research Institute, leading the design and development of the cloud disk product (similar to Amazon's EBS) in NetEase Cloud Computing.

+

PostgreSQL ACE Director, founder of Zhongqi Chengshu Technology (Hangzhou) Co., Ltd., author of *PostgreSQL Practicing Road: From Novice to Expert*.

Denis Lussier

-

Denis is a software developer, architect, and serial entrepreneur with decades of in-depth PostgreSQL experience. He is a co-founder of EnterpriseDB (EDB), one of the leading commercial companies in the PostgreSQL field, and served as the Chief Technology Officer for the first five years of the company's establishment. During this period, EDB became an important supporter of the PostgreSQL community, and he and the company developed or supported the development of many enterprise-level features of PostgreSQL.

-

Subsequently, Denis founded and served as the CEO of OpenSCG, a company focused on PostgreSQL products and consulting, which was acquired by Amazon Web Services (AWS) in 2018. Later, he worked as a PostgreSQL Product Manager at AWS, responsible for Aurora and RDS—the world's largest PostgreSQL cloud services.

-

Denis is currently the co-founder and Chief Technology Officer of pgEdge, an innovative company focused on PostgreSQL. As a serial entrepreneur in the PostgreSQL field, he has delivered speeches at multiple PostgreSQL conferences, mentored numerous members of the PostgreSQL developer community over the years, and has significant influence in the PostgreSQL ecosystem.

+

Denis is a software developer, architect, and serial entrepreneur with decades of in-depth PostgreSQL experience.

Michael Meskes

-

Michael is currently an independent consultant/angel investor. Michael Meskes has focused on the open-source field throughout his career. He founded and operated credativ, a pure open-source technology company (the company was acquired by Instaclustr in 2021 and is now part of NetApp Instaclustr, continuing to provide professional open-source technical services and support to enterprises worldwide). For more than 20 years, he led this team of open-source enthusiasts to expand the company's business to three different continents through self-reliance.

-

Michael has been engaged in open-source work since 1993 and is still active as a developer and committer in multiple open-source projects. He actively participates in open-source technology promotion and has taught open-source infrastructure courses at local universities.

+

Michael is currently an independent consultant/angel investor. Michael Meskes has focused on the open-source field throughout his career.

Cédric Villemain

-

Cedric is the Chief Executive Officer of Data Bene, a French company. Cédric first came into contact with PostgreSQL in 2004 and has been exploring all aspects of it ever since. He is the founder of Data Bene (formerly 2ndQuadrant France), a global company dedicated to open-source technologies, PostgreSQL and its extensions. As a senior expert in the PostgreSQL field, Cédric has nearly 20 years of rich experience in database technology, focusing on providing professional PostgreSQL-related services and solutions to customers worldwide.

+

Cedric is the Chief Executive Officer of Data Bene, a French company. Cédric first came into contact with PostgreSQL in 2004.

Alvaro Hernandez

-

Álvaro is a passionate database and software developer, and as the founder of OnGres ("ON postGRES"), he has focused on PostgreSQL and database R&D for more than 20 years. As an open-source advocate and developer, he has created well-known software projects such as StackGres (a platform for running PostgreSQL on Kubernetes) and ToroDB (a MongoDB solution based on PostgreSQL), and founded the non-profit PostgreSQL Foundation and the Spanish PostgreSQL User Group. He contributed important features such as the SCRAM authentication library to the PostgreSQL JDBC driver, frequently delivers speeches at PostgreSQL, database, cloud computing and Java conferences, having completed more than 140 technical speeches in the past 10 years, and won the "AWS Data Hero" title from Amazon in 2019. As an important contributor and technical expert in the PostgreSQL ecosystem, he is committed to promoting the development and popularization of open-source database technologies.

+

Álvaro is a passionate database and software developer, and as the founder of OnGres ("ON postGRES").

Outlook

-

The establishment of the IvorySQL Expert Advisory Committee marks a new stage in the IvorySQL ecosystem. With the wisdom and experience of top global experts, IvorySQL will further integrate open-source technology with enterprise-level requirements, build high-performance and highly compatible database products, provide better solutions for global users, and promote the prosperity and development of the open-source database ecosystem.

+

The establishment of the IvorySQL Expert Advisory Committee marks a new stage in the IvorySQL ecosystem.