SET DEFAULT SINGLE TABLE STORAGE UNIT
Description
The SET DEFAULT SINGLE TABLE STORAGE UNIT
syntax is used to set default single table storage unit.
Syntax
SetDefaultSingleTableStorageUnit ::=
'SET' 'DEFAULT' 'SINGLE' 'TABLE' 'STORAGE' 'UNIT' singleTableDefinition
singleTableDefinition ::=
'=' (storageUnitName | 'RANDOM')
storageUnitName ::=
identifier
Supplement
STORAGE UNIT
needs to use storage unit managed by RDL. TheRANDOM
keyword stands for random storage.
Example
- Set a default single table storage unit
SET DEFAULT SINGLE TABLE STORAGE UNIT = su_0;
- Set the default single table storage unit to random storage
SET DEFAULT SINGLE TABLE STORAGE UNIT = RANDOM;
Reserved word
SET
, DEFAULT
, SINGLE
, TABLE
, STORAGE
, UNIT
, RANDOM
Related links
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .