Page 1 of 1

performance with localmasterdetail option

Posted: Sat 17 Nov 2012 01:34
by inageib
Hi,
I have a detail table for invoices has 100,000 records and counting up so at the end of the year will be millions. I read about localmasterdetail option on the help file and tried to use it to reduce calls to the server but I want to ask does loading time when I open the table will be increased a lot when I have one million record or more ?

does using localmasterdetail master detail for such table is recommended ?

Thanks

Re: performance with localmasterdetail option

Posted: Mon 19 Nov 2012 11:55
by AndreyZ
Hello,

Setting the LocalMasterDetail option to True is not recommended when detail table contains too many rows, because when it is set to False, only records that correspond to the current record in master dataset are fetched. When LocalMasterDetail is True, all records from the detail table are fetched to the client.

Re: performance with localmasterdetail option

Posted: Mon 19 Nov 2012 13:41
by inageib
So for tables has alots of rows setting LocalMasterDetail to true will increase loading time but will be lighter on the network ?

Re: performance with localmasterdetail option

Posted: Mon 19 Nov 2012 15:01
by AndreyZ
Yes.

Re: performance with localmasterdetail option

Posted: Mon 19 Nov 2012 15:40
by inageib
Thanks

Re: performance with localmasterdetail option

Posted: Mon 19 Nov 2012 15:48
by AndreyZ
If any other questions come up, please contact us.