Skip to content

Commit aee17eb

Browse files
committed
Minor wording change
1 parent a105be8 commit aee17eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/common-data-service/fetchxml-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requests into smaller more usable segments which can improve the performance of
2626
> provide a performance benefit. It is best used if you are experiencing
2727
> performance issues with your existing fetch request.
2828
29-
Executing a traditional fetch for a given number of the top records of an entity will pull all
29+
Executing a traditional fetch for a given number of the top entity records will pull all
3030
the columns in the select list that meet the filter criteria. Let’s say you are
3131
pulling the top 500 records on an entity that has 100 columns and 100K rows
3232
that meet the filter criteria, this request can cause issues in two ways:

0 commit comments

Comments
 (0)