We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d071c2 commit a105be8Copy full SHA for a105be8
powerapps-docs/developer/common-data-service/fetchxml-performance.md
@@ -26,7 +26,7 @@ requests into smaller more usable segments which can improve the performance of
26
> provide a performance benefit. It is best used if you are experiencing
27
> performance issues with your existing fetch request.
28
29
-Executing a traditional fetch of the top “\#\#” records of an entity will pull all
+Executing a traditional fetch for a given number of the top records of an entity will pull all
30
the columns in the select list that meet the filter criteria. Let’s say you are
31
pulling the top 500 records on an entity that has 100 columns and 100K rows
32
that meet the filter criteria, this request can cause issues in two ways:
0 commit comments