ποΈ User account management
17 items
ποΈ Cluster management
9 items
ποΈ Loading and unloading
12 items
ποΈ Catalog
5 items
ποΈ Database
7 items
ποΈ Resource
4 items
ποΈ Table, bucket, partition, and index
24 items
ποΈ View
4 items
ποΈ Materialized View
8 items
ποΈ Function
3 items
ποΈ CBO statistics
8 items
ποΈ Backup and restore
12 items
ποΈ Generated columns
Since v3.1, StarRocks supports generated columns. Generated columns can be used to accelerate queries with complex expressions. This feature supports precomputing and storing the results of expressions and query rewrites, which significantly accelerates queries with the same complex expressions.
ποΈ Keywords
This topic describes non-reserved keywords and reserved keywords. It provides a list of reserved keywords in StarRocks.
ποΈ Prepared statements
From v3.2 onwards, StarRocks provides prepared statements for executing SQL statements multiple times with the same structure but different variables. This feature significantly improves execution efficiency and prevents SQL injection.