- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 07:53 PM
Added system property "glide.ui.export.limit" because the CSV export exceeds 10000 lines.
We have seen that this has an impact on performance.
Should I remove this property after the work?
Or should I change the value (e.g. 10000)?
Solved! Go to Solution.
- Labels:
-
Connect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 08:27 PM
Hi
Default Value is :
glide.ui.export.limit | :10,000 |
The platform provides a default upper limit for data exports.
The purpose of the upper limit is to avoid creating performance issues when a table is excessively large. If you must export more records than the threshold permits, Break up a large export into separate manageable chunks.
In cases where you absolutely need to export a large chunk of data at once, you can create a system property to increase the limit:
- Enter sys_properties.list into the filter text field.
- Click New.
- In the Name field, enter glide.ui.export.limit.
- For type, select integer.
- In the Value field, enter <new amount>.
- Click Submit.
You can now export all of your records (for this one, the limit was increased to 20000):
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 08:27 PM
Hi
Default Value is :
glide.ui.export.limit | :10,000 |
The platform provides a default upper limit for data exports.
The purpose of the upper limit is to avoid creating performance issues when a table is excessively large. If you must export more records than the threshold permits, Break up a large export into separate manageable chunks.
In cases where you absolutely need to export a large chunk of data at once, you can create a system property to increase the limit:
- Enter sys_properties.list into the filter text field.
- Click New.
- In the Name field, enter glide.ui.export.limit.
- For type, select integer.
- In the Value field, enter <new amount>.
- Click Submit.
You can now export all of your records (for this one, the limit was increased to 20000):
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 08:40 PM
After the export, should it be deleted or should the value be set to 10000?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 08:46 PM
Best Practice is to use the default Values and if you have large chunks then break it.
if you are changing the value then revert it back to default value.
Glad to see my answer helped you, Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2022 08:48 PM
Thanks!
Sorry for my poor English.