🗃️ Data types
5 items
🗃️ SQL Functions
25 items
🗃️ SQL statements
14 items
📄️ Error Codes
This section describes the common error codes for query requests.
📄️ System limits
This topic describes the rules and limits that apply when you use StarRocks.
📄️ System variables
StarRocks provides many system variables that can be set and modified to suit your requirements. This section describes the variables supported by StarRocks. You can view the settings of these variables by running the SHOW VARIABLES command on your MySQL client. You can also use the SET command to dynamically set or modify variables. You can make these variables take effect globally on the entire system, only in the current session, or only in a single query statement.
📄️ AWS IAM policies
A policy in AWS IAM declares a set of permissions on a specific AWS resource. After creating a policy, you need to attach it to an IAM role or user. As such, the IAM role or user is assigned the permissions declared in the policy to access the specified AWS resource.
📄️ Information Schema
The StarRocks informationschema is a database within each StarRocks instance. informationschema contains several read-only, system-defined tables which store extensive metadata information of all objects that the StarRocks instance maintains.
🗃️ System metadatabase
4 items
📄️ User-defined variables
This topic describes how to declare and use user-defined variables.