| Good question! Do we want a multi-relation master with all the
joins setup or a master for each relation and use the dynamic join
facility? Currently, one disadvantage of the dynamic join is that
you can only join one field to one field, however in the 6.0 release
you should be able to get around this with the Define field join.
Concatenate 2 or more DB fields into a define field and join on that.
As far as performance, I'm not really sure if there is a difference.
If you were dealing with a FOCUS data file, there is a definite
performance advantage with 'static' joins in the master because
cross-reference addresses are maintained by FOCUS. With a dynamic
join everything is on the fly. However with an .RDB file, I don't
think there is any performance advantage.
Application wise there could be advantages/disadvantages to both
methods. In the same apllication you could use both.
|