View for each report
4 posters
Page 1 of 1
View for each report
It is proposed to have one separate DB view created for each report. What are the pros and cons of one distinct view for each report?
dwcurious- Posts : 20
Join date : 2011-04-14
Re:View for each report
Hi,
when you said view , did you mean a materialized view or a view ? How different are the reports from each other as the more views you create the more maintenance work you have.
If some logic is common for the reports then you can have a base view and build views on top of that ( this will help in maintenance )
thanks
when you said view , did you mean a materialized view or a view ? How different are the reports from each other as the more views you create the more maintenance work you have.
If some logic is common for the reports then you can have a base view and build views on top of that ( this will help in maintenance )
thanks
hkandpal- Posts : 113
Join date : 2010-08-16
Re: View for each report
It's OK to build separate view for reports as long as there is no way to separate them and they have distinct reporting logic to be implemented however if there is a feasibility to use single view and introduce further filtering on that view at report level then I would suggest that. This way when it comes to DB end logic you have only one or 2 objects to maintain and support. Again this strongly ties to requirement and where you want to have control when it comes to supporting those reports in future.
Thanks,
Sam
Thanks,
Sam
Samsingh- Posts : 4
Join date : 2013-06-11
Re: View for each report
It makes it easy for the person creating the report, but the DBA won't be too happy. Plus, if the report changes, the view would need to change as well as the report.
If I needed to create a seperate view for each report, I would find a new reporting software.
If I needed to create a seperate view for each report, I would find a new reporting software.
Jeff Smith- Posts : 471
Join date : 2009-02-03
Similar topics
» View or materialized view?
» Report filtering on Facts
» Report requirement has the following ...
» weighting factor in bridge table
» Schedule Adherence report
» Report filtering on Facts
» Report requirement has the following ...
» weighting factor in bridge table
» Schedule Adherence report
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum