🗃️ 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.