System Limits
On this page
This topic specifies maximum sizes and numbers of various SingleStore Helios components.
Workspace-Level Limits
Components |
Limit |
---|---|
Maximum workspaces in a group |
5 |
Maximum number of workspaces to which a database can be attached in R/W mode |
1 |
Maximum workspace size |
S-80 (vcpu 640, memory 5120 GB) Refer to the pricing page for more details. |
Number of databases per workspace |
No fixed limit. Refer to SingleStore Helios Sizing Guidelines for more details. |
Maximum number of concurrent queries |
This varies according to the deployment size. |
Maximum simultaneous client connections |
This varies according to the deployment size. |
Database-Level Limits
Item |
Max Spec (enforced) |
Max Spec (recommended) |
Comments |
---|---|---|---|
Number of tables in a database |
Each table costs some per-table memory overhead. |
||
Number of partitions in a workspace |
None |
||
Number of database partitions per node |
2414 |
|
|
Table-Level Limits
Item |
Max Spec (enforced) |
Max Spec (recommended) |
Comments |
---|---|---|---|
Number of columns per table |
4096 |
||
Row size in bytes |
64KB * |
Limit does not apply to variable-length strings such as VARCHAR, VARBINARY, TEXT, etc. |
|
Length of names in characters (applies to table names, column names) |
256 |
||
Number of indexes per table |
63 |
||
Number of columns per index |
32 |
||
Number of tables in a join for each SELECT |
253 |
||
Number of entries in a |
12800 |
* The number of fields that will fit in the 64KB maximum row size is determined by the field types and how rows are laid out in the in-memory rowstore format.
Naming Constraints
Item |
Constraints |
---|---|
General |
|
Database names |
Database names can only contain alphanumeric characters and underscores, and cannot start with a digit. |
Table names |
Table names can contain both alphanumeric and non-alphanumeric characters, but cannot contain the |
Other database objects (stored procedures, views, user-defined functions, user-defined aggregate functions, and table-valued functions) |
Maximum length of 256 characters. |
User names |
Maximum length of 32 characters. |
Role names |
No length limit. |
Group names |
No length limit. |
Last modified: December 9, 2022