Skip to content

Commit de98b39

Browse files
feat: add constraint_translation_rank property to dimension documentation
1 parent b47d01f commit de98b39

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sml-reference/dimension.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,16 @@ If the key consists of one column, the values in that column must be
11461146
unique. If the key is a compound key, the columns together must provide
11471147
unique values.
11481148

1149+
## constraint_translation_rank
1150+
1151+
- **Type:** number
1152+
- **Required:** N
1153+
- **Range:** should be a valid 32 bit integer
1154+
1155+
Defines the translation of dimension filter constraints into fact table partition column constraints. This can significantly improve query performance for cases where fact-based aggregates are not used.
1156+
1157+
This property must be used in conjunction with the `constraint_translation` property defined in a model relationship.
1158+
11491159
## shared_degenerate_columns
11501160

11511161
- **Type:** array

0 commit comments

Comments
 (0)