Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add doc of 2.0.3 #375

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MatrixOne 现在支持通过以下几种数据库客户端工具的方式连接

```
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1031
Server version: 8.0.30-MatrixOne-v2.0.1 MatrixOne
Server version: 8.0.30-MatrixOne-v2.0.3 MatrixOne
Copyright (c) 2000, 2022, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PyMySQL 是一个 Python 的 MySQL 客户端库。

```
> python3 pymysql_connect_matrixonecloud.py
Database version : 8.0.30-MatrixOne-v2.0.1
Database version : 8.0.30-MatrixOne-v2.0.3
```

## 使用 sqlalchemy 连接 MatrixOne Intelligence
Expand Down
2 changes: 1 addition & 1 deletion docs/MatrixOne-Intelligence/Data-Explore/sql-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ MatrixOne Intelligence 在线数据导入支持两种导入方式:导入样例
- 你可以在 SQL 执行过程中,手动停止或关闭 Query Tab, Query 都将终止。

!!! note
在线 SQL 编辑器目前不支持以下语句:[`explain`](../Reference/SQL-Reference/Other/Explain/explain.md),[`Load data local`]( ../Migrate-Data/Load-Local-Data.md), [`source`](../App-Develop/import-data/bulk-load/using-source.md),[`SELECT INTO...OUTFILE`](https://docs.matrixorigin.cn/v24.2.0.1/MatrixOne/Develop/export-data/select-into-outfile/), [事务]( ../App-Develop/Transactions/matrixone-transaction-overview/how-to-use.md)以及[临时表](../App-Develop/schema-design/create-temporary-table.md)相关语句
在线 SQL 编辑器目前不支持以下语句:[`explain`](../Reference/SQL-Reference/Other/Explain/explain.md),[`Load data local`]( ../Migrate-Data/Load-Local-Data.md), [`source`](../App-Develop/import-data/bulk-load/using-source.md),[`SELECT INTO...OUTFILE`](https://docs.matrixorigin.cn/v25.2.0.3/MatrixOne/Develop/export-data/select-into-outfile/), [事务]( ../App-Develop/Transactions/matrixone-transaction-overview/how-to-use.md)以及[临时表](../App-Develop/schema-design/create-temporary-table.md)相关语句

### 查询结果

Expand Down
6 changes: 3 additions & 3 deletions docs/MatrixOne-Intelligence/FAQs/FAQ-Product.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

## Q:**MatrixOne Intelligence 是什么?**

A:MatrixOne Intelligence 是一个全托管的云原生数据平台,旨在为 HSTAP 数据库 MatrixOne 提供云上服务。这一云上服务显著降低了 MatrixOne 部署和运维的成本。如果您更喜欢纯私有化部署,也可以参考 [MatrixOne 产品介绍](https://docs.matrixorigin.cn/2.0.1/MatrixOne/FAQs/product-faqs/)以获取更多信息。
A:MatrixOne Intelligence 是一个全托管的云原生数据平台,旨在为 HSTAP 数据库 MatrixOne 提供云上服务。这一云上服务显著降低了 MatrixOne 部署和运维的成本。如果您更喜欢纯私有化部署,也可以参考 [MatrixOne 产品介绍](https://docs.matrixorigin.cn/2.0.3/MatrixOne/FAQs/product-faqs/)以获取更多信息。

## Q:**MatrixOne Intelligence 有免费版本吗?**

A:是的,MatrixOne Intelligence 目前为每位用户提供最多 5 个免费数据库实例。每个实例每月将赠送一定数量的计算和存储资源,总价值高达 500 元。这些资源会在每个月自动重置,而时间上没有设定限制。

## Q:**MatrixOne Intelligence 是否兼容 MySQL?**

A:是的,MatrixOne Intelligence 几乎完全兼容 MySQL,因此您可以轻松将 MySQL 数据迁移到 MatrixOne Intelligence 以进行试用或开发。有关更多具体信息,请参考 [MySQL 兼容性](https://docs.matrixorigin.cn/2.0.1/MatrixOne/FAQs/mysql-compatibility/)。
A:是的,MatrixOne Intelligence 几乎完全兼容 MySQL,因此您可以轻松将 MySQL 数据迁移到 MatrixOne Intelligence 以进行试用或开发。有关更多具体信息,请参考 [MySQL 兼容性](https://docs.matrixorigin.cn/2.0.3/MatrixOne/FAQs/mysql-compatibility/)。

## Q:**MatrixOne Intelligence 上的实例指的是什么?**

A:在 MatrixOne Intelligence 中,您可以创建多个 MatrixOne(MO) 实例。每个 MO 实例相当于一个传统数据库,包括库、表、视图、列等数据库对象。MatrixOne Intelligence 支持创建多种类型的 MO 实例,其中 Serverless 实例和 Standard 实例实际上是 MO 集群的租户。利用多租户能力,您可以快速创建(仅需秒级时间)和扩展或缩减实例,并享有高性价比。

## Q:**有哪些方式可以连接到 MatrixOne Intelligence 上的实例?**

A:MatrixOne(MO) 实例虽然部署在云上,但支持公网和公有云之间的私网两种访问方式。初期的调研和试用阶段,您可以使用公网直接连接 MO 实例。但在测试或进入生产环境时,建议使用私网访问 MO 实例。从工具访问角度来看,MO 支持多种工具和编程语言,包括 MySQL、JDBC、Python、Go 等。此外,MatrixOne Intelligence 还提供了一个直观的数据库管理平台,用于查看数据库的运行状态并执行 SQL 语句。获取更多详情,请参考[连接 MatrixOne 实例](https://docs.matrixorigin.cn/2.0.1/MatrixOne/FAQs/connect-to-mo/)。
A:MatrixOne(MO) 实例虽然部署在云上,但支持公网和公有云之间的私网两种访问方式。初期的调研和试用阶段,您可以使用公网直接连接 MO 实例。但在测试或进入生产环境时,建议使用私网访问 MO 实例。从工具访问角度来看,MO 支持多种工具和编程语言,包括 MySQL、JDBC、Python、Go 等。此外,MatrixOne Intelligence 还提供了一个直观的数据库管理平台,用于查看数据库的运行状态并执行 SQL 语句。获取更多详情,请参考[连接 MatrixOne 实例](https://docs.matrixorigin.cn/2.0.3/MatrixOne/FAQs/connect-to-mo/)。

## Q:**什么是 Serverless 实例?它有哪些特点?**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## **函数说明**

`VERSION()` 函数用于获取当前 MatrixOne 的版本信息。这个函数通常返回一个字符串,包含了 MatrixOne 的版本号。如 8.0.30-MatrixOne-v2.0.1,表示 MatrixOn 的版本号是 8.0.30-MatrixOne-v2.0.1, 它的定义是 MySQL 兼容版本号 (8.0.30) + MatrixOne + MatrixOne 内核版本 (v2.0.1)。
`VERSION()` 函数用于获取当前 MatrixOne 的版本信息。这个函数通常返回一个字符串,包含了 MatrixOne 的版本号。如 8.0.30-MatrixOne-v2.0.3,表示 MatrixOn 的版本号是 8.0.30-MatrixOne-v2.0.3, 它的定义是 MySQL 兼容版本号 (8.0.30) + MatrixOne + MatrixOne 内核版本 (v2.0.3)。

## **函数语法**

Expand All @@ -17,7 +17,7 @@ mysql> select version();
+-------------------------+
| version() |
+-------------------------+
| 8.0.30-MatrixOne-v2.0.1 |
| 8.0.30-MatrixOne-v2.0.3 |
+-------------------------+
1 row in set (0.00 sec)
```
2 changes: 1 addition & 1 deletion docs/MatrixOne-Intelligence/Release-Notes/2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**MatrixOne 内核版本更新**

由 v24.1.2.3 升级至 v24.2.0.1 版本,详情请参考[《MatrixOne v24.2.0.1 发布报告》](https://docs.matrixorigin.cn/v24.2.0.1/MatrixOne/Release-Notes/v24.2.0.1/)
由 v24.2.0.1 升级至 v25.2.0.3 版本,详情请参考[《MatrixOne v25.2.0.3 发布报告》](https://docs.matrixorigin.cn/v25.2.0.3/MatrixOne/Release-Notes/v25.2.0.3/)

**功能**

Expand Down
7 changes: 7 additions & 0 deletions docs/MatrixOne-Intelligence/Release-Notes/2025.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@

# **MatrixOne Intelligence 2025 发布报告**

## 2025 年 03 月 14 日

**MatrixOne 内核版本更新**

由 v24.2.0.1 升级至 v25.2.0.3 版本,详情请参考[《MatrixOne v25.2.0.3 发布报告》](https://docs.matrixorigin.cn/v25.2.0.3/MatrixOne/Release-Notes/v25.2.0.3/)

## 2025 年 02 月 21 日

**功能**
Expand Down
2 changes: 1 addition & 1 deletion docs/MatrixOne-Intelligence/Security/TLS-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MatrixOne Intelligence 采用默认的加密传输,支持 TLS 协议的加密
Current pager: less
Using outfile: ''
Using delimiter: ;
Server version: 8.0.30-MatrixOne-v2.0.1 MatrixOne
Server version: 8.0.30-MatrixOne-v2.0.3 MatrixOne
Protocol version: 10
Connection: freetier-01.cn-hangzhou.cluster.matrixonecloud.cn via TCP/IP
Server characterset: utf8mb4
Expand Down