forked from matrixorigin/matrixorigin.io.cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
511 lines (511 loc) · 37.9 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
site_name: MatrixOne 中文文档
repo_name: matrixorigin/matrixone
repo_url: https://github.com/matrixorigin/matrixorigin.io.cn
theme:
name: material
logo: assets/new-logo.png
icon:
admonition:
note: fontawesome/solid/sticky-note
info: fontawesome/solid/info-circle
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
palette:
scheme: mo
font:
text: Ubuntu
edit_uri: edit/main/docs/
extra_css:
- stylesheets/extra.css
extra:
homepage: https://www.matrixorigin.cn
version:
provider: mike
alternate:
- name: English
link: /en/
lang: en
- name: 中文简体
link: /
lang: zh
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
nav:
- MatrixOne:
- 主页: README.md
- 关于 MatrixOne:
- MatrixOne 简介: MatrixOne/Overview/matrixone-introduction.md
- MatrixOne 功能清单: MatrixOne/Overview/matrixone-feature-list.md
- MatrixOne 功能概述:
- 功能概述: MatrixOne/Overview/feature/feature-overview.md
- 混合负载 HTAP: MatrixOne/Overview/feature/key-feature-htap.md
- 多租户: MatrixOne/Overview/feature/key-feature-multi-accounts.md
- 极致扩展性: MatrixOne/Overview/feature/scalability.md
- 高性价比: MatrixOne/Overview/feature/cost-effective.md
- 高可用: MatrixOne/Overview/feature/high-availability.md
- MySQL 兼容性: MatrixOne/Overview/feature/mysql-compatibility.md
- MatrixOne 技术架构:
- 整体架构概述: MatrixOne/Overview/architecture/matrixone-architecture-design.md
- Logservice 架构详解: MatrixOne/Overview/architecture/architecture-logservice.md
- Proxy 架构详解: MatrixOne/Overview/architecture/architecture-proxy.md
- 数据缓存及冷热数据分离架构详解: MatrixOne/Overview/architecture/architecture-cold-hot-data-separation.md
- 最新动态: MatrixOne/Overview/whats-new.md
- 快速开始:
- 单机部署 MatrixOne:
- 单机部署 MatrixOne 概述: MatrixOne/Get-Started/install-standalone-matrixone.md
- 在 macOS 上部署:
- 使用源代码部署: MatrixOne/Get-Started/install-on-macos/install-on-macos-method1.md
- 使用二进制包部署: MatrixOne/Get-Started/install-on-macos/install-on-macos-method2.md
- 使用 Docker 部署: MatrixOne/Get-Started/install-on-macos/install-on-macos-method3.md
- 在 Linux 上部署:
- 使用源代码部署: MatrixOne/Get-Started/install-on-linux/install-on-linux-method1.md
- 使用二进制包部署: MatrixOne/Get-Started/install-on-linux/install-on-linux-method2.md
- 使用 Docker 部署: MatrixOne/Get-Started/install-on-linux/install-on-linux-method3.md
- SQL 的基本操作: MatrixOne/Get-Started/basic-sql.md
- 开发指南:
- 概述: MatrixOne/Develop/develop-overview.md
- 连接到 MatrixOne:
- 客户端工具连接: MatrixOne/Develop/connect-mo/database-client-tools.md
- Java 连接:
- JDBC 连接: MatrixOne/Develop/connect-mo/java-connect-to-matrixone/connect-mo-with-jdbc.md
- Java ORMs 连接: MatrixOne/Develop/connect-mo/java-connect-to-matrixone/connect-mo-with-orm.md
- Python 连接: MatrixOne/Develop/connect-mo/python-connect-to-matrixone.md
- Golang 连接: MatrixOne/Develop/connect-mo/connect-to-matrixone-with-go.md
- 配置 MatrixOne SSL: MatrixOne/Develop/connect-mo/configure-mo-ssl-connection.md
- 数据库模式设计:
- 概述: MatrixOne/Develop/schema-design/overview.md
- 创建数据库: MatrixOne/Develop/schema-design/create-database.md
- 创建表: MatrixOne/Develop/schema-design/create-table.md
- 创建视图: MatrixOne/Develop/schema-design/create-view.md
- 创建临时表: MatrixOne/Develop/schema-design/create-temporary-table.md
- 创建次级索引: MatrixOne/Develop/schema-design/create-secondary-index.md
- 创建约束:
- 约束概述: MatrixOne/Develop/schema-design/data-integrity/overview-of-integrity-constraint-types.md
- NOT NULL 非空约束: MatrixOne/Develop/schema-design/data-integrity/not-null-constraints.md
- UNIQUE KEY 唯一约束: MatrixOne/Develop/schema-design/data-integrity/unique-key-constraints.md
- PRIMARY KEY 主键约束: MatrixOne/Develop/schema-design/data-integrity/primary-key-constraints.md
- FOREIGN KEY 外键约束: MatrixOne/Develop/schema-design/data-integrity/foreign-key-constraints.md
- 数据写入:
- 插入数据:
- INSERT 插入: MatrixOne/Develop/import-data/insert-data.md
- 批量插入:
- 批量插入概述: MatrixOne/Develop/import-data/bulk-load/bulk-load-overview.md
- 插入 csv 文件: MatrixOne/Develop/import-data/bulk-load/load-csv.md
- 插入 jsonlines 文件: MatrixOne/Develop/import-data/bulk-load/load-jsonline.md
- 从对象存储导入文件: MatrixOne/Develop/import-data/bulk-load/load-s3.md
- Source 插入: MatrixOne/Develop/import-data/bulk-load/using-source.md
- 数据写出:
- SELECT INTO 写出: MatrixOne/Develop/export-data/select-into-outfile.md
- MODUMP 工具写出: MatrixOne/Develop/export-data/modump.md
- 数据读取:
- 单表读取: MatrixOne/Develop/read-data/query-data-single-table.md
- 多表连接查询: MatrixOne/Develop/read-data/multitable-join-query.md
- 子查询: MatrixOne/Develop/read-data/subquery.md
- 视图: MatrixOne/Develop/read-data/views.md
- 公共表表达式: MatrixOne/Develop/read-data/cte.md
- 租户设计:
- 发布订阅: MatrixOne/Develop/Publish-Subscribe/pub-sub-overview.md
- 事务:
- 事务通用概念: MatrixOne/Develop/Transactions/common-transaction-overview.md
- MatrixOne 的事务:
- 概述: MatrixOne/Develop/Transactions/matrixone-transaction-overview/overview.md
- 显式事务: MatrixOne/Develop/Transactions/matrixone-transaction-overview/explicit-transaction.md
- 隐式事务: MatrixOne/Develop/Transactions/matrixone-transaction-overview/implicit-transaction.md
- 悲观事务: MatrixOne/Develop/Transactions/matrixone-transaction-overview/pessimistic-transaction.md
- 乐观事务: MatrixOne/Develop/Transactions/matrixone-transaction-overview/optimistic-transaction.md
- 隔离级别: MatrixOne/Develop/Transactions/matrixone-transaction-overview/isolation-level.md
- MVCC: MatrixOne/Develop/Transactions/matrixone-transaction-overview/mvcc.md
- 如何使用 MatrixOne 事务:
- 使用指南: MatrixOne/Develop/Transactions/matrixone-transaction-overview/how-to-use.md
- 应用场景: MatrixOne/Develop/Transactions/matrixone-transaction-overview/scenario.md
- 应用开发实例:
- Java 基础示例: MatrixOne/Tutorial/develop-java-crud-demo.md
- SpringBoot 和 JPA 基础示例: MatrixOne/Tutorial/springboot-hibernate-crud-demo.md
- SpringBoot 和 MyBatis 基础示例: MatrixOne/Tutorial/springboot-mybatis-crud-demo.md
- Python 基础示例: MatrixOne/Tutorial/develop-python-crud-demo.md
- SQLAlchemy 基础示例: MatrixOne/Tutorial/sqlalchemy-python-crud-demo.md
- Golang 基础示例: MatrixOne/Tutorial/develop-golang-crud-demo.md
- 部署指南:
- 集群拓扑规划:
- 体验环境: MatrixOne/Deploy/deployment-topology/experience-deployment-topology.md
- 最小生产环境: MatrixOne/Deploy/deployment-topology/minimal-deployment-topology.md
- 推荐生产环境: MatrixOne/Deploy/deployment-topology/recommended-prd-deployment-topology.md
- 集群部署指南: MatrixOne/Deploy/deploy-MatrixOne-cluster.md
- 集群运维管理:
- 启动与停服下线: MatrixOne/Deploy/MatrixOne-start-stop.md
- 版本升级: MatrixOne/Deploy/update-MatrixOne-cluster.md
- 健康检查与资源监控: MatrixOne/Deploy/health-check-resource-monitoring.md
- 集群扩缩容: MatrixOne/Deploy/MatrixOne-cluster-Scale.md
- 负载与租户隔离: MatrixOne/Deploy/mgmt-cn-group-using-proxy.md
- 本地对象存储导入数据: MatrixOne/Deploy/import-data-from-minio-to-mo.md
- Operator 管理: MatrixOne/Deploy/MatrixOne-Operator-mgmt.md
- 运维:
- 备份与恢复: MatrixOne/Maintain/backup-restore.md
- 数据挂载:
- 挂载目录到 Docker 容器: MatrixOne/Maintain/mount-data-by-docker.md
- 数据迁移:
- 将数据迁移至 MatrixOne 概述: MatrixOne/Migrate/migrate-overview.md
- 将数据从 MySQL 迁移至 MatrixOne: MatrixOne/Migrate/migrate-from-mysql-to-matrixone.md
- 将数据从 Oracle 迁移至 MatrixOne: MatrixOne/Migrate/migrate-from-oracle-to-matrixone.md
- 将数据从 SQL Server 迁移至 MatrixOne: MatrixOne/Migrate/migrate-from-sqlserver-to-matrixone.md
- 测试:
- 性能测试:
- SSB 测试: MatrixOne/Test/performance-testing/SSB-test-with-matrixone.md
- TPCH 测试: MatrixOne/Test/performance-testing/TPCH-test-with-matrixone.md
- TPCC 测试: MatrixOne/Test/performance-testing/TPCC-test-with-matrixone.md
- 测试工具:
- MO-Tester: MatrixOne/Test/testing-tool/mo-tester.md
- MO-Tester 规范要求: MatrixOne/Test/testing-tool/mo-tester-reference.md
- 性能调优:
- SQL 性能调优方法概述: MatrixOne/Performance-Tuning/performance-tuning-overview.md
- MatrixOne 执行计划:
- MatrixOne 执行计划概述: MatrixOne/Performance-Tuning/explain/explain-overview.md
- 使用 EXPLAIN 理解执行计划: MatrixOne/Performance-Tuning/explain/explain-walkthrough.md
- JOIN 查询的执行计划: MatrixOne/Performance-Tuning/explain/explain-joins.md
- 子查询的执行计划: MatrixOne/Performance-Tuning/explain/explain-subqueries.md
- 聚合查询的执行计划: MatrixOne/Performance-Tuning/explain/explain-aggregation.md
- 视图的执行计划: MatrixOne/Performance-Tuning/explain/explain-views.md
- 性能调优最佳实践:
- 使用 Cluster by 语句调优: MatrixOne/Performance-Tuning/optimization-concepts/through-cluster-by.md
- 通过扩展 CN 提升性能: MatrixOne/Performance-Tuning/optimization-concepts/through-CN-extensions.md
- 使用分区表调优: MatrixOne/Performance-Tuning/optimization-concepts/through-partition-by.md
- Optimizer Hints: MatrixOne/Performance-Tuning/control-execution-plan/optimizer-hints.md
- 权限:
- TLS 安全连接: MatrixOne/Security/TLS-introduction.md
- 密码管理: MatrixOne/Security/password-mgmt.md
- 什么是权限管理:
- 关于 MatrixOne 权限管理: MatrixOne/Security/about-privilege-management.md
- 最佳实践: MatrixOne/Security/best-practice.md
- 操作指南:
- 快速开始:
- 创建租户,验证资源隔离: MatrixOne/Security/how-tos/quick-start-create-account.md
- 新租户创建用户、创建角色和授权: MatrixOne/Security/how-tos/quick-start-create-user.md
- 权限管理操作: MatrixOne/Security/how-tos/user-guide.md
- 应用场景: MatrixOne/Security/app-scenarios.md
- 参考手册:
- 系统变量:
- 系统变量概述: MatrixOne/Reference/Variable/system-variables/system-variables-overview.md
- 系统变量参数:
- SQL 模式: MatrixOne/Reference/Variable/system-variables/sql-mode.md
- 保存查询结果支持: MatrixOne/Reference/Variable/system-variables/save_query_result.md
- 时区支持: MatrixOne/Reference/Variable/system-variables/timezone.md
- 大小写敏感支持: MatrixOne/Reference/Variable/system-variables/lower_case_tables_name.md
- 自定义变量: MatrixOne/Reference/Variable/custom-variable.md
- SQL 结构与语法:
- 关键字: MatrixOne/Reference/Language-Structure/keywords.md
- 注释: MatrixOne/Reference/Language-Structure/comment.md
- 数据类型:
- 数据类型概览: MatrixOne/Reference/Data-Types/data-types.md
- 数据类型转换: MatrixOne/Reference/Data-Types/data-type-conversion.md
- TIMESTAMP 和 DATETIME 的自动初始化和更新: MatrixOne/Reference/Data-Types/timestamp-initialization.md
- JSON 数据类型: MatrixOne/Reference/Data-Types/json-type.md
- BLOB 和 TEXT 数据类型: MatrixOne/Reference/Data-Types/blob-text-type.md
- 精确数值类型-DECIMAL: MatrixOne/Reference/Data-Types/fixed-point-types.md
- SQL 目录:
- 数据定义语言(DDL):
- CREATE DATABASE: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/create-database.md
- CREATE INDEX: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/create-index.md
- CREATE TABLE: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/create-table.md
- CREATE EXTERNAL TABLE: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/create-external-table.md
- CREATE PUBLICATION: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/create-publication.md
- CREATE SEQUENCE: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/create-sequence.md
- CREATE...FROM...PUBLICATION...: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/create-subscription.md
- CREATE VIEW: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/create-view.md
- ALTER TABLE: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/alter-table.md
- ALTER PUBLICATION: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/alter-publication.md
- ALTER VIEW: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/alter-view.md
- DROP DATABASE: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/drop-database.md
- DROP INDEX: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/drop-index.md
- DROP TABLE: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/drop-table.md
- DROP PUBLICATION: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/drop-publication.md
- DROP SEQUENCE: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/drop-sequence.md
- DROP VIEW: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/drop-view.md
- TRUNCATE TABLE: MatrixOne/Reference/SQL-Reference/Data-Definition-Language/truncate-table.md
- 数据修改语言(DML):
- INSERT: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/insert.md
- INSERT INTO SELECT: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/insert-into-select.md
- INSERT ON DUPLICATE KEY UPDATE: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/insert-on-duplicate.md
- DELETE: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/delete.md
- UPDATE: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/update.md
- LOAD DATA: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/load-data.md
- Information Functions:
- CURRENT_USER(): MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/information-functions/current_user.md
- CURRENT_ROLE(): MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/information-functions/current_role.md
- LAST_QUERY_ID(): MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/information-functions/last-query-id.md
- LAST_INSERT_ID(): MatrixOne/Reference/SQL-Reference/Data-Manipulation-Language/information-functions/last-insert-id.md
- 数据查询语言(DQL):
- SELECT: MatrixOne/Reference/SQL-Reference/Data-Query-Language/select.md
- SUBQUERY:
- SUBQUERY 概述: MatrixOne/Reference/SQL-Reference/Data-Query-Language/subqueries/subquery.md
- Derived Tables: MatrixOne/Reference/SQL-Reference/Data-Query-Language/subqueries/derived-tables.md
- 子查询与比较操作符的使用: MatrixOne/Reference/SQL-Reference/Data-Query-Language/subqueries/comparisons-using-subqueries.md
- SUBQUERY with ANY or SOME: MatrixOne/Reference/SQL-Reference/Data-Query-Language/subqueries/subquery-with-any-some.md
- SUBQUERY with ALL: MatrixOne/Reference/SQL-Reference/Data-Query-Language/subqueries/subquery-with-all.md
- SUBQUERY with EXISTS: MatrixOne/Reference/SQL-Reference/Data-Query-Language/subqueries/subquery-with-exists.md
- SUBQUERY with IN: MatrixOne/Reference/SQL-Reference/Data-Query-Language/subqueries/subquery-with-in.md
- JOIN:
- JOIN 概述: MatrixOne/Reference/SQL-Reference/Data-Query-Language/join/join.md
- INNER JOIN: MatrixOne/Reference/SQL-Reference/Data-Query-Language/join/inner-join.md
- LEFT JOIN: MatrixOne/Reference/SQL-Reference/Data-Query-Language/join/left-join.md
- RIGHT JOIN: MatrixOne/Reference/SQL-Reference/Data-Query-Language/join/right-join.md
- FULL JOIN: MatrixOne/Reference/SQL-Reference/Data-Query-Language/join/full-join.md
- OUTER JOIN: MatrixOne/Reference/SQL-Reference/Data-Query-Language/join/outer-join.md
- NATURAL JOIN: MatrixOne/Reference/SQL-Reference/Data-Query-Language/join/natural-join.md
- With CTE: MatrixOne/Reference/SQL-Reference/Data-Query-Language/with-cte.md
- 联合查询:
- 联合查询概述: MatrixOne/Reference/SQL-Reference/Data-Query-Language/union-intersect-minus-overview.md
- UNION: MatrixOne/Reference/SQL-Reference/Data-Query-Language/union.md
- INTERSECT: MatrixOne/Reference/SQL-Reference/Data-Query-Language/intersect.md
- MINUS: MatrixOne/Reference/SQL-Reference/Data-Query-Language/minus.md
- 数据控制语言(DCL):
- CREATE ACCOUNT: MatrixOne/Reference/SQL-Reference/Data-Control-Language/create-account.md
- ALTER ACCOUNT: MatrixOne/Reference/SQL-Reference/Data-Control-Language/alter-account.md
- CREATE ROLE: MatrixOne/Reference/SQL-Reference/Data-Control-Language/create-role.md
- CREATE USER: MatrixOne/Reference/SQL-Reference/Data-Control-Language/create-user.md
- ALTER USER: MatrixOne/Reference/SQL-Reference/Data-Control-Language/alter-user.md
- DROP ACCOUNT: MatrixOne/Reference/SQL-Reference/Data-Control-Language/drop-account.md
- DROP USER: MatrixOne/Reference/SQL-Reference/Data-Control-Language/drop-user.md
- DROP ROLE: MatrixOne/Reference/SQL-Reference/Data-Control-Language/drop-role.md
- GRANT: MatrixOne/Reference/SQL-Reference/Data-Control-Language/grant.md
- REVOKE: MatrixOne/Reference/SQL-Reference/Data-Control-Language/revoke.md
- 其他:
- SHOW:
- SHOW ACCOUNTS: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-account.md
- SHOW DATABASES: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-databases.md
- SHOW CREATE TABLE: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-create-table.md
- SHOW CREATE VIEW: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-create-view.md
- SHOW CREATE PUBLICATION: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-create-publication.md
- SHOW TABLES: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-tables.md
- SHOW INDEX: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-index.md
- SHOW COLLATION: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-collation.md
- SHOW COLUMNS: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-columns.md
- SHOW FUNCTION STATUS: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-function-status.md
- SHOW GRANT: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-grants.md
- SHOW PUBLICATIONS: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-publications.md
- SHOW ROLES: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-roles.md
- SHOW SEQUENCES: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-sequences.md
- SHOW SUBSCRIPTIONS: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-subscriptions.md
- SHOW VARIABLES: MatrixOne/Reference/SQL-Reference/Other/SHOW-Statements/show-variables.md
- SET:
- SET ROLE: MatrixOne/Reference/SQL-Reference/Other/Set/set-role.md
- USE:
- USE DATABASE: MatrixOne/Reference/SQL-Reference/Other/use-database.md
- KILL: MatrixOne/Reference/SQL-Reference/Other/kill.md
- Prepared:
- Prepared 概述: MatrixOne/Reference/SQL-Reference/Other/Prepared-Statements/prepared-statements-overview.md
- PREPARE: MatrixOne/Reference/SQL-Reference/Other/Prepared-Statements/prepare.md
- EXECUTE: MatrixOne/Reference/SQL-Reference/Other/Prepared-Statements/execute.md
- DEALLOCATE: MatrixOne/Reference/SQL-Reference/Other/Prepared-Statements/deallocate.md
- Explain:
- EXPLAIN: MatrixOne/Reference/SQL-Reference/Other/Explain/explain.md
- EXPLAIN Output Format: MatrixOne/Reference/SQL-Reference/Other/Explain/explain-workflow.md
- Explain Analyze: MatrixOne/Reference/SQL-Reference/Other/Explain/explain-analyze.md
- 函数与操作符:
- 运算符:
- INTERVAL: MatrixOne/Reference/Operators/interval.md
- Operators:
- 运算符概述: MatrixOne/Reference/Operators/operators/operators.md
- 运算符的优先级: MatrixOne/Reference/Operators/operators/operator-precedence.md
- 算数运算符:
- 算数运算符概述: MatrixOne/Reference/Operators/operators/arithmetic-operators/arithmetic-operators-overview.md
- '%,MOD': MatrixOne/Reference/Operators/operators/arithmetic-operators/mod.md
- '*': MatrixOne/Reference/Operators/operators/arithmetic-operators/multiplication.md
- +: MatrixOne/Reference/Operators/operators/arithmetic-operators/addition.md
- -: MatrixOne/Reference/Operators/operators/arithmetic-operators/minus.md
- -: MatrixOne/Reference/Operators/operators/arithmetic-operators/unary-minus.md
- /: MatrixOne/Reference/Operators/operators/arithmetic-operators/division.md
- DIV: MatrixOne/Reference/Operators/operators/arithmetic-operators/div.md
- 赋值运算符:
- 赋值运算符概述: MatrixOne/Reference/Operators/operators/assignment-operators/assignment-operators-overview.md
- =: MatrixOne/Reference/Operators/operators/assignment-operators/equal.md
- 二进制运算符:
- 二进制运算符概述: MatrixOne/Reference/Operators/operators/bit-functions-and-operators/bit-functions-and-operators-overview.md
- '&': MatrixOne/Reference/Operators/operators/bit-functions-and-operators/bitwise-and.md
- '>>': MatrixOne/Reference/Operators/operators/bit-functions-and-operators/right-shift.md
- '<<': MatrixOne/Reference/Operators/operators/bit-functions-and-operators/left-shift.md
- '^': MatrixOne/Reference/Operators/operators/bit-functions-and-operators/bitwise-xor.md
- '|': MatrixOne/Reference/Operators/operators/bit-functions-and-operators/bitwise-or.md
- '~': MatrixOne/Reference/Operators/operators/bit-functions-and-operators/bitwise-inversion.md
- 强制转换函数和运算符:
- 强制转换函数和运算符概述: MatrixOne/Reference/Operators/operators/cast-functions-and-operators/cast-functions-and-operators-overview.md
- CAST: MatrixOne/Reference/Operators/operators/cast-functions-and-operators/cast.md
- CONVERT: MatrixOne/Reference/Operators/operators/cast-functions-and-operators/convert.md
- 比较函数和运算符:
- 比较函数和运算符概述: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/comparison-functions-and-operators-overview.md
- '>': MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/greater-than.md
- '>=': MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/greater-than-or-equal.md
- <: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/less-than.md
- <>,!=: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/not-equal.md
- <=: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/less-than-or-equal.md
- =: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/assign-equal.md
- BETWEEN ... AND ...: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/between.md
- IN: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/in.md
- IS: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/is.md
- IS NOT: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/is-not.md
- IS NOT NULL: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/is-not-null.md
- IS NULL: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/is-null.md
- LIKE: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/like.md
- NOT BETWEEN ... AND ...: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/not-between.md
- NOT LIKE: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/not-like.md
- COALESCE: MatrixOne/Reference/Operators/operators/comparison-functions-and-operators/coalesce.md
- 控制流函数:
- 控制流函数概述: MatrixOne/Reference/Operators/operators/flow-control-functions/flow-control-functions-overview.md
- CASE WHEN: MatrixOne/Reference/Operators/operators/flow-control-functions/case-when.md
- IF: MatrixOne/Reference/Operators/operators/flow-control-functions/function_if.md
- 逻辑运算符:
- 逻辑运算符概述: MatrixOne/Reference/Operators/operators/logical-operators/logical-operators-overview.md
- AND,&&: MatrixOne/Reference/Operators/operators/logical-operators/and.md
- NOT,!: MatrixOne/Reference/Operators/operators/logical-operators/not.md
- OR: MatrixOne/Reference/Operators/operators/logical-operators/or.md
- XOR: MatrixOne/Reference/Operators/operators/logical-operators/xor.md
- 函数:
- 聚合函数:
- ANY_VALUE: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/any-value.md
- AVG: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/avg.md
- BIT_AND: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/bit_and.md
- BIT_OR: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/bit_or.md
- BIT_XOR: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/bit_xor.md
- COUNT: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/count.md
- GROUP_CONCAT: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/group-concat.md
- MAX: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/max.md
- MEDIAN: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/median.md
- MIN: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/min.md
- STDDEV_POP: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/stddev_pop.md
- SUM: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/sum.md
- VARIANCE: MatrixOne/Reference/Functions-and-Operators/Aggregate-Functions/variance.md
- 日期时间类:
- CURDATE(): MatrixOne/Reference/Functions-and-Operators/Datetime/curdate.md
- CURRENT_TIMESTAMP(): MatrixOne/Reference/Functions-and-Operators/Datetime/current-timestamp.md
- DATE(): MatrixOne/Reference/Functions-and-Operators/Datetime/date.md
- DATE_ADD(): MatrixOne/Reference/Functions-and-Operators/Datetime/date-add.md
- DATE_FORMAT(): MatrixOne/Reference/Functions-and-Operators/Datetime/date-format.md
- DATE_SUB(): MatrixOne/Reference/Functions-and-Operators/Datetime/date-sub.md
- DATEDIFF(): MatrixOne/Reference/Functions-and-Operators/Datetime/datediff.md
- DAY(): MatrixOne/Reference/Functions-and-Operators/Datetime/day.md
- DAYOFYEAR(): MatrixOne/Reference/Functions-and-Operators/Datetime/dayofyear.md
- EXTRACT(): MatrixOne/Reference/Functions-and-Operators/Datetime/extract.md
- FROM_UNIXTIME: MatrixOne/Reference/Functions-and-Operators/Datetime/from-unixtime.md
- MONTH(): MatrixOne/Reference/Functions-and-Operators/Datetime/month.md
- TIMEDIFF(): MatrixOne/Reference/Functions-and-Operators/Datetime/timediff.md
- TIMESTAMP(): MatrixOne/Reference/Functions-and-Operators/Datetime/timestamp.md
- TO_DATE(): MatrixOne/Reference/Functions-and-Operators/Datetime/to-date.md
- UNIX_TIMESTAMP: MatrixOne/Reference/Functions-and-Operators/Datetime/unix-timestamp.md
- UTC_TIMESTAMP(): MatrixOne/Reference/Functions-and-Operators/Datetime/utc-timestamp.md
- WEEKDAY(): MatrixOne/Reference/Functions-and-Operators/Datetime/weekday.md
- YEAR(): MatrixOne/Reference/Functions-and-Operators/Datetime/year.md
- 数学类:
- ABS(): MatrixOne/Reference/Functions-and-Operators/Mathematical/abs.md
- ACOS(): MatrixOne/Reference/Functions-and-Operators/Mathematical/acos.md
- ATAN(): MatrixOne/Reference/Functions-and-Operators/Mathematical/atan.md
- CEIL(): MatrixOne/Reference/Functions-and-Operators/Mathematical/ceil.md
- COS(): MatrixOne/Reference/Functions-and-Operators/Mathematical/cos.md
- COT(): MatrixOne/Reference/Functions-and-Operators/Mathematical/cot.md
- EXP(): MatrixOne/Reference/Functions-and-Operators/Mathematical/exp.md
- FLOOR(): MatrixOne/Reference/Functions-and-Operators/Mathematical/floor.md
- LN(): MatrixOne/Reference/Functions-and-Operators/Mathematical/ln.md
- LOG(): MatrixOne/Reference/Functions-and-Operators/Mathematical/log.md
- PI(): MatrixOne/Reference/Functions-and-Operators/Mathematical/pi.md
- POWER(): MatrixOne/Reference/Functions-and-Operators/Mathematical/power.md
- ROUND(): MatrixOne/Reference/Functions-and-Operators/Mathematical/round.md
- RAND(): MatrixOne/Reference/Functions-and-Operators/Mathematical/rand.md
- SIN(): MatrixOne/Reference/Functions-and-Operators/Mathematical/sin.md
- SINH(): MatrixOne/Reference/Functions-and-Operators/Mathematical/sinh.md
- TAN(): MatrixOne/Reference/Functions-and-Operators/Mathematical/tan.md
- UUID(): MatrixOne/Reference/Functions-and-Operators/Mathematical/uuid.md
- 字符串类:
- BIN(): MatrixOne/Reference/Functions-and-Operators/String/bin.md
- BIT_LENGTH(): MatrixOne/Reference/Functions-and-Operators/String/bit-length.md
- CHAR_LENGTH(): MatrixOne/Reference/Functions-and-Operators/String/char-length.md
- CONCAT(): MatrixOne/Reference/Functions-and-Operators/String/concat.md
- CONCAT_WS(): MatrixOne/Reference/Functions-and-Operators/String/concat-ws.md
- EMPTY(): MatrixOne/Reference/Functions-and-Operators/String/empty.md
- ENDSWITH(): MatrixOne/Reference/Functions-and-Operators/String/endswith.md
- FIELD(): MatrixOne/Reference/Functions-and-Operators/String/field.md
- FIND_IN_SET(): MatrixOne/Reference/Functions-and-Operators/String/find-in-set.md
- FORMAT(): MatrixOne/Reference/Functions-and-Operators/String/format.md
- HEX(): MatrixOne/Reference/Functions-and-Operators/String/hex.md
- INSTR(): MatrixOne/Reference/Functions-and-Operators/String/instr.md
- LEFT(): MatrixOne/Reference/Functions-and-Operators/String/left.md
- LENGTH(): MatrixOne/Reference/Functions-and-Operators/String/length.md
- LPAD(): MatrixOne/Reference/Functions-and-Operators/String/lpad.md
- LTRIM(): MatrixOne/Reference/Functions-and-Operators/String/ltrim.md
- OCT(): MatrixOne/Reference/Functions-and-Operators/String/oct.md
- REVERSE(): MatrixOne/Reference/Functions-and-Operators/String/reverse.md
- RPAD(): MatrixOne/Reference/Functions-and-Operators/String/rpad.md
- RTRIM(): MatrixOne/Reference/Functions-and-Operators/String/rtrim.md
- SPACE(): MatrixOne/Reference/Functions-and-Operators/String/space.md
- SPLIT_PART(): MatrixOne/Reference/Functions-and-Operators/String/split_part.md
- STARTSWITH(): MatrixOne/Reference/Functions-and-Operators/String/startswith.md
- SUBSTRING(): MatrixOne/Reference/Functions-and-Operators/String/substring.md
- SUBSTRING_INDEX(): MatrixOne/Reference/Functions-and-Operators/String/substring-index.md
- TRIM(): MatrixOne/Reference/Functions-and-Operators/String/trim.md
- 正则表达式:
- 正则表达式概述: MatrixOne/Reference/Functions-and-Operators/String/Regular-Expressions/Regular-Expression-Functions-Overview.md
- NOT REGEXP: MatrixOne/Reference/Functions-and-Operators/String/Regular-Expressions/not-regexp.md
- REGEXP_INSTR(): MatrixOne/Reference/Functions-and-Operators/String/Regular-Expressions/regexp-instr.md
- REGEXP_LIKE(): MatrixOne/Reference/Functions-and-Operators/String/Regular-Expressions/regexp-like.md
- REGEXP_REPLACE(): MatrixOne/Reference/Functions-and-Operators/String/Regular-Expressions/regexp-replace.md
- REGEXP_SUBSTR(): MatrixOne/Reference/Functions-and-Operators/String/Regular-Expressions/regexp-substr.md
- 表函数:
- UNNEST(): MatrixOne/Reference/Functions-and-Operators/Table/unnest.md
- 窗口函数:
- 窗口函数概述: MatrixOne/Reference/Functions-and-Operators/Window-Functions/window-functions-overview.md
- DENSE_RANK(): MatrixOne/Reference/Functions-and-Operators/Window-Functions/dense_rank.md
- RANK(): MatrixOne/Reference/Functions-and-Operators/Window-Functions/rank.md
- ROW_NUMBER(): MatrixOne/Reference/Functions-and-Operators/Window-Functions/row_number.md
- JSON 函数: MatrixOne/Reference/Functions-and-Operators/Json/json-functions.md
- 其他函数:
- SLEEP: MatrixOne/Reference/Functions-and-Operators/Other/sleep.md
- 系统配置:
- 通用参数配置: MatrixOne/Reference/System-Parameters/configuration-settings.md
- 系统表目录: MatrixOne/Reference/System-tables.md
- 权限分类列表: MatrixOne/Reference/access-control-type.md
- 使用限制:
- MatrixOne 的 JDBC 功能支持列表: MatrixOne/Reference/Limitations/mo-jdbc-feature-list.md
- MatrixOne DDL 语句分区支持的说明: MatrixOne/Reference/Limitations/mo-partition-support.md
- MatrixOne 文件目录结构: MatrixOne/Maintain/mo-directory-structure.md
- 故障诊断:
- 慢查询: MatrixOne/Troubleshooting/slow-queries.md
- 常用统计数据查询: MatrixOne/Troubleshooting/common-statistics-query.md
- 数据库统计信息: MatrixOne/Troubleshooting/query-table-statistics.md
- 审计: MatrixOne/Troubleshooting/audit.md
- 错误码: MatrixOne/Troubleshooting/error-code.md
- 常见问题解答:
- 产品常见问题: MatrixOne/FAQs/product-faqs.md
- 部署常见问题: MatrixOne/FAQs/deployment-faqs.md
- SQL 常见问题: MatrixOne/FAQs/sql-faqs.md
- 版本发布纪要:
- 版本发布历史记录: MatrixOne/Release-Notes/release-timeline.md
- v0.7.0: MatrixOne/Release-Notes/v0.7.0.md
- v0.6.0: MatrixOne/Release-Notes/v0.6.0.md
- v0.5.1: MatrixOne/Release-Notes/v0.5.1.md
- v0.5.0: MatrixOne/Release-Notes/v0.5.0.md
- v0.4.0: MatrixOne/Release-Notes/v0.4.0.md
- v0.3.0: MatrixOne/Release-Notes/v0.3.0.md
- v0.2.0: MatrixOne/Release-Notes/v0.2.0.md
- v0.1.0: MatrixOne/Release-Notes/v0.1.0.md
- 名词术语表: MatrixOne/glossary.md
- 社区贡献指南:
- 快速贡献: MatrixOne/Contribution-Guide/make-your-first-contribution.md
- 贡献指南:
- 有哪些贡献类型: MatrixOne/Contribution-Guide/How-to-Contribute/types-of-contributions.md
- 贡献准备: MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md
- 报告 Issue: MatrixOne/Contribution-Guide/How-to-Contribute/report-an-issue.md
- 贡献代码: MatrixOne/Contribution-Guide/How-to-Contribute/contribute-code.md
- 审核修改: MatrixOne/Contribution-Guide/How-to-Contribute/review-a-pull-request.md
- 文档贡献: MatrixOne/Contribution-Guide/How-to-Contribute/contribute-documentation.md
- 提出设计草案: MatrixOne/Contribution-Guide/How-to-Contribute/make-a-design.md
- 代码规范:
- 编码规范: MatrixOne/Contribution-Guide/Code-Style/code-of-conduct.md
- 注释规范: MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md
- 提交规范: MatrixOne/Contribution-Guide/Code-Style/commit-pr-style.md