Skip to content
MatrixOne Docs
Cost-Effective
English
中文简体
Initializing search
matrixorigin/matrixone
MatrixOne
MatrixOne Docs
matrixorigin/matrixone
MatrixOne
MatrixOne
Home
Overview
Overview
MatrixOne Introduction
MatrixOne Feature List
MatrixOne Feature
MatrixOne Feature
HTAP
Multi-Account
Scalability
Cost-Effective
Cost-Effective
Table of contents
Single Cluster Supports Mixed Load HTAP
Single Storage Engine Achieves HTAP
Flexible Resource Allocation Increases Utilization
Efficient and Low-Cost Object Storage
High data compression ratio brought by column storage
Compatibility with MySQL
High Availability
MySQL Compatibility
MatrixOne Architecture Design
MatrixOne Architecture Design
Architecture Design Overview
Transactional Analytical Engine Architecture
Detailed Logservice Architecture
Logtail Protocol Architecture
Transaction and Lock Mechanisms Architecture
Detailed Proxy Architecture
Detailed Caching and Hot-Cold Data Separation Architecture
Detailed Stream Engine Architecture
What's New
Getting Started
Getting Started
Deploy standalone MatrixOne
Deploy standalone MatrixOne
Overview
Deploy on macOS
Deploy on macOS
Building from source code
Using binary package
Using Docker
Deploy on Linux
Deploy on Linux
Building from source code
Using binary package
Using Docker
Basic SQL
Developing Guide
Developing Guide
Connect to MatrixOne
Connect to MatrixOne
Connecting to MatrixOne with Database Client Tool
Java connect to MatrixOne
Java connect to MatrixOne
Connect MatrixOne with JDBC
Connect MatrixOne with Java ORMs
Python connect to MatrixOne
Connecting to MatrixOne with Golang
MatrixOne SSL connection
Schema Design
Schema Design
Overview
Create Database
Create Table
Create View
Create Temporary Table
Create Secondary Index
Data Integrity
Data Integrity
Data Integrity Constraints Overview
NOT NULL Constraints
UNIQUE KEY Constraints
PRIMARY KEY Constraints
FOREIGN KEY Constraints
AUTO INCREMENT Constraints
Write Data
Write Data
Import Data
Import Data
Insert
Bulk Load
Bulk Load
Bulk Load Overview
Load csv format data
Load jsonlines format data
Load data from S3
Load data by using the `source`
Update Data
Delete Data
Prepared
Export Data
Export Data
Export data by SELECT INTO
Export data by MODUMP
Read Data
Read Data
Query Data from a Single Table
Multi-table Join Queries
Subquery
Views
Common Table Expression
Window Function.
Account Design
Account Design
Multi-Account Overview
Publish-Subscribe
Transactions
Transactions
General Transaction Overview
Transaction by MatrixOne Server
Transaction by MatrixOne Server
Transaction Overview
Explicit Transaction
Implicit Transaction
Pessimistic Transaction
Optimistic Transaction
Isolation Level
MVCC
How to use transaction
How to use transaction
User Guide
Scenario
Application Developing Tutorials
Application Developing Tutorials
Java CRUD demo
SpringBoot and JPA CRUD demo
SpringBoot and MyBatis CRUD demo
Python CRUD demo
SQLAlchemy CRUD demo
Golang CRUD demo
Gorm CRUD demo
Ecological Tools
Ecological Tools
BI Tools
BI Tools
Visualizing MatrixOne Data with FineBI
Visualizing MatrixOne Reports with Yonghong BI
Visual Monitoring of MatrixOne with Superset
ETL Tools
ETL Tools
Writing Data to MatrixOne Using SeaTunnel
Writing Data to MatrixOne Using DataX
Computing Engine
Computing Engine
Writing Batch data to MatrixOne Using Spark
Writing Real-Time Data to MatrixOne Using Flink
Scheduling Tools
Scheduling Tools
Connecting MatrixOne with DolphinScheduler
Deploying
Deploying
Plan MatrixOne Cluster Topology
Plan MatrixOne Cluster Topology
Cluster Topology Planning Overview
Experience Environment Deployment Plan
Minimum Production Environment Deployment Plan
Recommended Production Environment Deployment Plan
MatrixOne distributed cluster deployment
Maintenance
Maintenance
Starting and stopping
Updating
Health check and resource monitoring
Scaling
Managing CN Groups with Proxy
Import data from local Minio to MatrixOne
Operator Management
Maintenance
Maintenance
Backup and Restore
Backup and Restore
MatrixOne Backup and Recovery Overview
Backup and Recovery Concepts
Backup and Restore by using mo-dump
Mount Data
Mount Data
Mount directory to Docker container
Migrating
Migrating
Migrate data to MatrixOne Overview
Migrate data from MySQL to MatrixOne
Migrate data from SQL Server to MatrixOne
Migrate data from SQL Server to MatrixOne
Migrate data from PostgreSQL to MatrixOne
Testing
Testing
Performance Testing
Performance Testing
SSB Test with MatrixOne
TPCH Test with MatrixOne
TPCC Test with MatrixOne
Testing Tool
Testing Tool
MO-Tester
MO-Tester Specification
Performance Tuning
Performance Tuning
SQL Performance Tuning Methods Overview
Understanding the Query Execution Plan
Understanding the Query Execution Plan
Query Execution Plan Overview
Using EXPLAIN to learn the execution plan
Explain Statements Using JOIN
Explain Statements Using Subqueries
Explain Statements Using Aggregation
EXPLAIN Statements Using Views
Performance tuning best practices
Performance tuning best practices
Using Cluster by for performance tuning
Scaling CN for better performance
Privilege
Privilege
Security and Permissions Overview
Authentication and Authorization
Password Management
Access Control
Access Control
About MatrixOne Privilege Management
Privilege Management Scenario
Best Practices
User Guide
User Guide
Privileges Management Overview
Create accounts, Verify Resource Isolation
Use the new account to creates users, roles, grant the privilege
Data Transmission Encryption
Security Audit
Reference
Reference
System Variables
System Variables
System Variables Overview
System Variables parameters
System Variables parameters
SQL Mode
Save query result support
Timezone support
Lowercase table names support
Custom variable
SQL Language Structure
SQL Language Structure
Keywords
Comments
Data Types
Data Types
Data Types Overview
Data Type Conversion
Date and Time Types
Date and Time Types
Timestamp Initialization
YEAR Type
JSON Data Type
BLOB and TEXT Type
ENUM Type
UUID Type
Fixed-Point Types (Exact Value) - DECIMAL
SQL Statements
SQL Statements
Type of SQL Statements
Data Definition Language
Data Definition Language
CREATE DATABASE
CREATE INDEX
CREATE TABLE
CREATE EXTERNAL TABLE
CREATE PUBLICATION
CREATE SEQUENCE
CREATE STAGE
CREATE...FROM...PUBLICATION...
CREATE VIEW
ALTER TABLE
ALTER PUBLICATION
ALTER STAGE
ALTER VIEW
DROP DATABASE
DROP INDEX
DROP TABLE
DROP PUBLICATION
DROP SEQUENCE
DROP STAGE
DROP VIEW
TRUNCATE TABLE
Data Manipulation Language
Data Manipulation Language
INSERT
INSERT INTO SELECT
INSERT ON DUPLICATE KEY UPDATE
DELETE
UPDATE
LOAD DATA
REPLACE
Information Functions
Information Functions
LAST_QUERY_ID()
LAST_INSERT_ID()
Data Query Language
Data Query Language
SELECT
SUBQUERY
SUBQUERY
SUBQUERY Overview
Derived Tables
Comparisons Using Subqueries
SUBQUERY with ANY or SOME
SUBQUERY with ALL
SUBQUERY with EXISTS
SUBQUERY with IN
JOIN
JOIN
JOIN Overview
INNER JOIN
LEFT JOIN
RIGHT JOIN
FULL JOIN
OUTER JOIN
NATURAL JOIN
With CTE
Combining Queries
Combining Queries
Combining Queries Overview
UNION
INTERSECT
MINUS
Data Control Language
Data Control Language
CREATE ACCOUNT
ALTER ACCOUNT
CREATE ROLE
CREATE USER
ALTER USER
DROP ACCOUNT
DROP USER
DROP ROLE
GRANT
REVOKE
Other
Other
SHOW
SHOW
SHOW ACCOUNTS
SHOW DATABASES
SHOW CREATE TABLE
SHOW CREATE VIEW
SHOW CREATE PUBLICATION
SHOW TABLES
SHOW INDEX
SHOW COLLATION
SHOW COLUMNS
SHOW FUNCTION STATUS
SHOW GRANT
SHOW PROCESSLIST
SHOW PUBLICATIONS
SHOW ROLES
SHOW SEQUENCES
SHOW STAGE
SHOW SUBSCRIPTIONS
SHOW VARIABLES
SET
SET
SET ROLE
USE
USE
USE DATABASE
KILL
Prepared Statements
Prepared Statements
PREPARE
EXECUTE
DEALLOCATE
Explain
Explain
EXPLAIN
EXPLAIN Output Format
Explain Analyze
Functions and Operators
Functions and Operators
Operators
Operators
INTERVAL
OPERATORS
OPERATORS
OPERATORS Overview
OPERATORS Precedence
Arithmetic Operators
Arithmetic Operators
Arithmetic Operators Overview
%,MOD
*
+
-
-
/
DIV
Assignment Operators
Assignment Operators
Assignment Operators Overview
=
Bit Functions and Operators
Bit Functions and Operators
Bit Functions and Operators Overview
&
>>
<<
^
|
~
Cast Functions and Operators
Cast Functions and Operators
Cast Functions and Operators Overview
BINARY
CAST
CONVERT
Comparison Functions and Operators
Comparison Functions and Operators