since we will have millions of records fetched in pivot , how can we make sure performance is good ?
do we have some kind of lazy loading ?
any idea?
Hi Sabby!
Unfortunately, lazy loading is not supported. If you want to reduce loading time please look at special compressor tool http://www.flexmonster.com/doc/connecting-to-relational-database-with-net/
Does it work for you?
Regards,
Tanya
am using json to display report . we have node js api to get data from db.
so above approach wont help
am using json to display report . we have node js api to get data from db.
so above approach wont help
Hello Sabby,
Yes, in this case, compressor tool is not applicable. Nevertheless, our component can parse as much data as your browser can work with. Let me know in case of further questions.
Regards,
Tanya