forked from matrixorigin/matrixorigin.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
136 lines (136 loc) · 7.49 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
site_name: MatrixOne Docs
repo_name: matrixorigin/matrixone
repo_url: https://github.com/matrixorigin/matrixone
theme:
name: material
logo: assets/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/en/
extra_css:
- stylesheets/extra.css
extra:
homepage: https://www.matrixorigin.io
version:
provider: mike
alternate:
- name: English
link: https://docs.matrixorigin.io
lang: en
- name: 中文简体
link: https://docs.matrixorigin.io/cn/
lang: cn
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- MatrixOne:
- Home: README.md
- Overview:
- MatrixOne Introduction: MatrixOne/Overview/matrixone-introduction.md
- MatrixOne Architecture: MatrixOne/Overview/matrixone-architecture.md
- MatrixOne Tech Design:
- MatrixOne Modules: MatrixOne/Overview/MatrixOne-Tech-Design/matrixone-techdesign.md
- MatrixCube Tech Design:
- MatrixCube Introduction: MatrixOne/Overview/matrixcube/matrixcube-introduction.md
- Auto Rebalancing and Scheduling: MatrixOne/Overview/matrixcube/matrixcube-auto-rebalance-scheduling.md
- Shard Splitting: MatrixOne/Overview/matrixcube/matrixcube-shard-splitting.md
- Shard Proxy and Routing: MatrixOne/Overview/matrixcube/matrixcube-proxy-routing.md
- MySQL Compatibility: MatrixOne/Overview/mysql-compatibility.md
- Performance:
- SSB Test Performance: MatrixOne/Overview/SSB Test Performance.md
- NYC Test Performance: MatrixOne/Overview/NYC Test Performance.md
- What's New: MatrixOne/Overview/whats-new.md
- Get Started:
- Install Standalone MatrixOne: MatrixOne/Get-Started/install-standalone-matrixone.md
- Install Distributed MatrixOne: MatrixOne/Get-Started/install-distributed-matrixone.md
- Connect to MatrixOne Server: MatrixOne/Get-Started/connect-to-matrixone-server.md
- Tutorial:
- SSB Test with MatrixOne: MatrixOne/Get-Started/Tutorial/SSB-test-with-matrixone.md
- NYC Test with MatrixOne: MatrixOne/Get-Started/Tutorial/NYC-test-with-matrixone.md
- Playground: MatrixOne/Get-Started/Playground.md
- Reference:
- SQL Reference:
- DDL:
- CREATE DATABASE: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/create-database.md
- CREATE TABLE: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/create-table.md
- DROP DATABASE: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/drop-database.md
- DROP TABLE: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/drop-table.md
- CREATE INDEX: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/create-index.md
- DROP INDEX: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/drop-index.md
- PRIMARY KEY: MatrixOne/Reference/SQL-Reference/Data-Definition-Statements/primary-key.md
- DML:
- INSERT: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/insert.md
- LOAD DATA: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/load-data.md
- SELECT: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/select.md
- SHOW DATABASES: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/show-databases.md
- SHOW TABLES: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/show-tables.md
- USE: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/use.md
- LIKE: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/like.md
- IN: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/in.md
- CAST: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/cast.md
- INNER JOIN: MatrixOne/Reference/SQL-Reference/Data-Manipulation-Statements/inner-join.md
- Aggregate Functions:
- AVG: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/avg.md
- COUNT: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/count.md
- MAX: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/max.md
- MIN: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/min.md
- SUM: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/sum.md
- BIT_AND: MatrixOne/Reference/SQL-Reference/Aggregate-Functions/bit_and.md
- Data Types: MatrixOne/Reference/SQL-Reference/data-types.md
- Custom Functions:
- LENGTH(): MatrixOne/Reference/Customer-Functions/length.md
- FLOOR(): MatrixOne/Reference/Customer-Functions/floor.md
- ROUND(): MatrixOne/Reference/Customer-Functions/round.md
- YEAR(): MatrixOne/Reference/Customer-Functions/year.md
- MONTH(): MatrixOne/Reference/Customer-Functions/month.md
- WEEKDAY(): MatrixOne/Reference/Customer-Functions/weekday.md
- SIN(): MatrixOne/Reference/Customer-Functions/sin.md
- COS(): MatrixOne/Reference/Customer-Functions/cos.md
- TAN(): MatrixOne/Reference/Customer-Functions/tan.md
- COT(): MatrixOne/Reference/Customer-Functions/cot.md
- ATAN(): MatrixOne/Reference/Customer-Functions/atan.md
- LTRIM(): MatrixOne/Reference/Customer-Functions/ltrim.md
- RTRIM(): MatrixOne/Reference/Customer-Functions/rtrim.md
- LPAD(): MatrixOne/Reference/Customer-Functions/lpad.md
- System Paramaters:
- General Settings: MatrixOne/Reference/System-Parameters/configuration-settings.md
- Distributed Settings: MatrixOne/Reference/System-Parameters/distributed-settings.md
- FAQs:
- General FAQs: MatrixOne/FAQs/general-faqs.md
- Release Notes:
- v0.1.0: MatrixOne/Release-Notes/v0.1.0.md
- v0.2.0: MatrixOne/Release-Notes/v0.2.0.md
- v0.3.0: MatrixOne/Release-Notes/v0.3.0.md
- Glossary: MatrixOne/glossary.md
- Contribution Guide:
- Make Your First Contribution: MatrixOne/Contribution-Guide/make-your-first-contribution.md
- How to Contribute:
- Types of Contributions: MatrixOne/Contribution-Guide/How-to-Contribute/types-of-contributions.md
- Preparation: MatrixOne/Contribution-Guide/How-to-Contribute/preparation.md
- Report an Issue: MatrixOne/Contribution-Guide/How-to-Contribute/report-an-issue.md
- Contribute Code: MatrixOne/Contribution-Guide/How-to-Contribute/contribute-code.md
- Review a Pull Request: MatrixOne/Contribution-Guide/How-to-Contribute/review-a-pull-request.md
- Contribute Documentation: MatrixOne/Contribution-Guide/How-to-Contribute/contribute-documentation.md
- Make a Design: MatrixOne/Contribution-Guide/How-to-Contribute/make-a-design.md
- Tutorial:
- Develop a built-in function: MatrixOne/Contribution-Guide/Tutorial/develop_builtin_functions.md
- Develop an aggregate function: MatrixOne/Contribution-Guide/Tutorial/develop_aggregate_functions.md
- Code Style:
- Code of Conduct: MatrixOne/Contribution-Guide/Code-Style/code-of-conduct.md
- Code Comment Style: MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md
- Commit & Pull Request Style: MatrixOne/Contribution-Guide/Code-Style/commit-pr-style.md
- Playground:
- Playground: https://playground.matrixorigin.io/?tutorial=SSB-test-with-matrixone&step=1