title | summary | aliases | |
---|---|---|---|
TiDB Basic Features |
Learn about the basic features of TiDB. |
|
This document introduces the basic features of TiDB.
-
Numeric types:
BIT
,BOOL|BOOLEAN
,SMALLINT
,MEDIUMINT
,INT|INTEGER
,BIGINT
,FLOAT
,DOUBLE
,DECIMAL
. -
Date and time types:
DATE
,TIME
,DATETIME
,TIMESTAMP
,YEAR
. -
String types:
CHAR
,VARCHAR
,TEXT
,TINYTEXT
,MEDIUMTEXT
,LONGTEXT
,BINARY
,VARBINARY
,BLOB
,TINYBLOB
,MEDIUMBLOB
,LONGBLOB
,ENUM
,SET
. -
The
JSON
type.
- Arithmetic operators, bit operators, comparison operators, logical operators, date and time operators, and so on.
-
Character sets:
UTF8
,UTF8MB4
,BINARY
,ASCII
,LATIN1
. -
Collations:
UTF8MB4_GENERAL_CI
,UTF8MB4_UNICODE_CI
,UTF8MB4_GENERAL_BIN
,UTF8_GENERAL_CI
,UTF8_UNICODE_CI
,UTF8_GENERAL_BIN
,BINARY
.
- Control flow functions, string functions, date and time functions, bit functions, data type conversion functions, data encryption and decryption functions, compression and decompression functions, information functions, JSON functions, aggregation functions, window functions, and so on.
-
Fully supports standard Data Definition Language (DDL) statements, such as
CREATE
,DROP
,ALTER
,RENAME
,TRUNCATE
, and so on. -
Fully supports standard Data Manipulation Language (DML) statements, such as
INSERT
,REPLACE
,SELECT
, subqueries,UPDATE
,LOAD DATA
, and so on. -
Fully supports standard transactional and locking statements, such as
START TRANSACTION
,COMMIT
,ROLLBACK
,SET TRANSACTION
, and so on. -
Fully supports standard database administration statements, such as
SHOW
,SET
, and so on. -
Fully supports standard utility statements, such as
DESCRIBE
,EXPLAIN
,USE
, and so on. -
Fully supports the
GROUP BY
andORDER BY
clauses. -
Fully supports the standard
LEFT OUTER JOIN
andRIGHT OUTER JOIN
SQL statements. -
Fully supports the standard SQL table and column aliases.
- Supports Range partitioning
- Supports Hash partitioning
- Supports general views
- Supports non-empty constraints
- Supports primary key constraints
- Supports unique constraints
- Supports privilege management based on RBAC (role-based access control)
- Supports password management
- Supports communication and data encryption
- Supports IP allowlist
- Supports audit
- Supports fast backup
- Supports data migration from MySQL to TiDB using tools
- Supports deploying and maintaining TiDB using tools