Hi All,
If we set the maxrecords,only that number of records are fetched and on pagination navigation next set of records comes-Is it true?
If the screen does not have pagination then do we set maxrecords?
How abt the server side aggregates,If the data is large how to tackle the fetch.
Server request time out is already raised to 500 sec on UI module side to avoid connection timeout.
File downloading giving connection timeout
Please suggest.
Hi ujwala,
Check in this links the explanation about max records with samples
https://www.osquay.com/knowledge-center/how-to-optimize-your-queries-in-outsystems
https://success.outsystems.com/Documentation/11/Managing_the_Applications_Lifecycle/Manage_technical_debt/Code_Analysis_Patterns/Best_practices/Control_the_number_of_records_fetched_from_the_DB
Hope that it helps you