How do you handle large amounts of data in OutSystems?
@Chetana Jadhav The above answer fills your requirements marked as answered.
Hi, could you please give more context on this?
If you need thing like massive insert or update data to DB, you could find component like BulkInsert. Or, if it's about long running process to process alot of data, you can use timer and if it's an advanced use case of timer like continous process timer, you can refer this post: continuous-timer
Hi @Chetana Jadhav,
Uploading data : If the data is large to upload, we need to use timers(wakeup timers), for upload.
https://www.outsystems.com/forums/discussion/94887/bulkinsert-upload-excel-file-with-large-number-of-data-in-it/
Viewing Data : we need to use data grid, it is similar to few excel functionalities.
https://outsystemsui.outsystems.com/OutSystemsDataGridSample/Overview
If you need any more information please let me know so that will help you in detail.
Ok,Thank You ...
Hi Chetana,
Your question is very broad, can you be more specific what you try to achieve?
Regards,
Daniel