All Products
Search
Document Center

E-MapReduce:Limits

Last Updated:Mar 26, 2026

This topic describes the limits of the EMR Serverless StarRocks service.

Billing methods

Both subscription and pay-as-you-go billing methods are supported.

Naming conventions

The following rules apply to instance, database, table, view, column, partition, username, and role names.

Allowed characters and length

ObjectAllowed charactersMax lengthStart character
Instance, database, table, view, partition, roleDigits (0–9), letters (a–z, A–Z), underscores (_)64 charactersLetter
ColumnDigits (0–9), letters (a–z, A–Z), underscores (_)1,023 charactersLetter or underscore (_)
UsernameDigits (0–9), letters (a–z, A–Z), underscores (_); or digits only64 charactersNot specified

Case sensitivity

ObjectCase sensitivity
Database nameCase-sensitive
Table nameCase-sensitive
View nameCase-sensitive
Column nameCase-insensitive

Other constraints

  • Column names cannot be modified after creation.

Label names

When you import data, you can specify a label for the task. The following rules apply to label names:

AttributeRule
Max length128 characters
Allowed charactersDigits (0–9), letters (a–z, A–Z), underscores (_)
Start characterLetter, digit, or underscore (_)

Data type constraints

ConstraintDetail
Key column typesFLOAT and DOUBLE are not allowed. Use DECIMAL for decimal values.
VARCHAR length1–1,048,576 bytes

Encoding

StarRocks supports only UTF-8 encoding. Other encoding methods, such as GB, are not supported.

Subquery limit

By default, a query can contain a maximum of 10,000 subqueries.

Core parameter constraints

Warning

Do not change the following parameters from their default values. Doing so voids the product guarantee for your instance and can cause critical failures or data loss.

ParameterDescriptionDefault valueApplicable versionImpact if changed
replication_numNumber of replicas3Coupled compute and storageSetting to 1 or 2 risks data loss and may cause computing skew and node breakdowns.
enable_persistent_indexEnable primary key index persistencetrueAll versionsSetting to false stores the primary key index in memory only, which can lead to data loss, data duplication, and node breakdowns.
persistent_index_typePersistence index typeCLOUD_NATIVEDecoupled compute and storageSetting to LOCAL may cause uncontrolled disk space usage, making the instance unusable.