Skip to content

Commit 646cddc

Browse files
Merge pull request #212757 from mstehrani/patch-3
Update RSC doc
2 parents 36df096 + 5b6b897 commit 646cddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/performance-tuning-result-set-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Once result set caching is turned ON for a database, results are cached for all
3535

3636
- Queries with built-in functions or runtime expressions that are non-deterministic even when there’s no change in base tables’ data or query. For example, DateTime.Now(), GetDate().
3737
- Queries using user defined functions
38-
- Queries using tables with row level security or column level security enabled
38+
- Queries using tables with row level security
3939
- Queries returning data with row size larger than 64KB
4040
- Queries returning large data in size (>10GB)
4141
>[!NOTE]

0 commit comments

Comments
 (0)