Subject | Re: [IBO] master-slave relation with IBO |
---|---|
Author | Jason Wharton |
Post date | 2003-04-07T20:53:49Z |
Master-detail is faster because it keeps a prepared statement instead of
resetting the filter over and over again, which will re-prepare the
statement each time.
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
"Ulrich" <ulrich.groffy@...> wrote in message
news:b6kn54$bo6$1@......
resetting the filter over and over again, which will re-prepare the
statement each time.
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
"Ulrich" <ulrich.groffy@...> wrote in message
news:b6kn54$bo6$1@......
> Hello,with
>
> what is, or is there a major perormance difference in building a
> master-slave table relation with masterSource/masterLink definitions or
> setting some filtering parameters in the slave table?
>
> Hope somebody understand my question ;-)
>
> Best regards - Ulrich