arunrathna
Programmer
I find that whenever I use a join in a view, the performance while retrieving records from the view gets worse (like 25 times slower than normal retrieval). If I use unions in the view to produce a similar result that the view with join would produce, the view is much faster. But I could not use unions to do all kinds of joins that I need. Please let me know if it is advisable to use joins in views.
Thanx,
Rathna.
Thanx,
Rathna.