Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2d20620

Browse files
committed
Merge branch 'ledger' of https://github.com/Pietervanhove/sql-docs-pr into ledger
2 parents 94e7845 + b13f213 commit 2d20620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/alter-database-scoped-configuration-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ ISOLATE_SECURITY_POLICY_CARDINALITY **=** { ON | **OFF**}
431431

432432
Allows you to control whether a [Row-Level Security](../../relational-databases/security/row-level-security.md) (RLS) predicate affects the cardinality of the execution plan of the overall user query. When ISOLATE_SECURITY_POLICY_CARDINALITY is ON, an RLS predicate does not affect the cardinality of an execution plan. For example, consider a table containing 1 million rows and an RLS predicate that restricts the result to 10 rows for a specific user issuing the query. With this database scoped configuration set to OFF, the cardinality estimate of this predicate will be 10. When this database scoped configuration is ON, query optimization will estimate 1 million rows. It is recommended to use the default value for most workloads.
433433

434-
DW_COMPATIBILITY_LEVEL **=** {**AUTO** | 10 | 20 }
434+
DW_COMPATIBILITY_LEVEL **=** { **AUTO** | 10 | 20 }
435435

436436
**APPLIES TO**: [!INCLUDE[ssazuresynapse_md](../../includes/ssazuresynapse_md.md)] only
437437

0 commit comments

Comments
 (0)