Reporting on multiple tables
Hi Team,
We are looking for an optimized performance solution to report on multiple tables and putting filteration logic over them to extract data.
Which solution is best in terms of performance:
- Pulling data from Report definition direction via joins over the classes and filteration in place
- Creating a view which joins all the tables and report definition work on that view
Is there any real benefit of RD with view over RD with joins?
** We cannot use MATERIALIZED VIEW as the data changes will be frequent in nature.