Shadow Algorithm
Column Shadow Algorithm
Column Value Match Shadow Algorithm
Type:VALUE_MATCH
Attributes:
Name | DataType | Description |
---|---|---|
column | String | Shadow column |
operation | String | SQL operation type(INSERT, UPDATE, DELETE, SELECT) |
value | String | Shadow column matching value |
Column Regex Match Shadow Algorithm
Type: REGEX_MATCH
Attributes:
Name | DataType | Description |
---|---|---|
column | String | Shadow column |
operation | String | SQL operation type (insert, update, delete, select) |
regex | String | Shadow column matching regular expression |
Hint Shadow Algorithm
Simple Hint Shadow Algorithm
Type: SIMPLE_HINT
Attributes:
Configure at least a set of arbitrary key-value pairs. For example: foo:bar
Name | DataType | Description |
---|---|---|
foo | String | bar |
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .