Skip to content

Commit c4a92be

Browse files
authored
Update create-edit-elastic-tables.md
Added a reference to DV optimization. https://learn.microsoft.com/en-us/power-apps/developer/data-platform/optimize-performance-create-update
1 parent 5e6eca9 commit c4a92be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

powerapps-docs/maker/data-platform/create-edit-elastic-tables.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ The choice of table should be based on the specific needs of your application. A
5858

5959
As your business data grows, elastic tables provide unlimited auto scalability based on your application workload, both for storage size and throughput, such as the number of records created, updated, or deleted in a given timeframe.
6060

61-
If your business scenario requires very large volume of data writes, application makers can make use of Dataverse multiple request API's, such as `CreateMultiple`, `UpdateMultiple`, and `DeleteMultiple`, to achieve more throughput within Dataverse throttling limits. More information: [Developer guide: Bulk Operation messages (preview)](../../developer/data-platform/bulk-operations.md)
61+
If your business scenario requires very large volume of data writes, application makers can make use of Dataverse multiple request API's, such as `CreateMultiple`, `UpdateMultiple`, and `DeleteMultiple`, to achieve more throughput within Dataverse throttling limits. More information: [Developer guide: Bulk Operation messages (preview)](../../developer/data-platform/bulk-operations.md.
62+
63+
Additional reference - https://learn.microsoft.com/en-us/power-apps/developer/data-platform/optimize-performance-create-update
6264

6365
### Automatic removal of data
6466

0 commit comments

Comments
 (0)