Skip to content

Commit 3a79248

Browse files
authored
Update optimize-performance.md
simplify sentence
1 parent c951b23 commit 3a79248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/fetchxml/optimize-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you select many lookup and computed columns, and you're experiencing performa
2727
Using the `latematerialize` attribute might not always provide a performance benefit. It might make simple queries run more slowly. It's most beneficial when your query:
2828

2929
- Has many joins
30-
- Contains many columns lookup columns or computed columns
30+
- Contains many lookup or computed columns
3131

3232
## Query Hints
3333

0 commit comments

Comments
 (0)