Hi all,
We have a database against which lot of reports are run because of our reporting needs during the day time. We are thinking to have a seprate reporting server to cater to these reporting needs.
Now the way these reports are run, it creates a temporary table everytime. Is it possible to create a view and have these resports run against this view everytime rather than having to create a temporary table. Will that be better for performance? If I am not wrong if the tables are updated , the associated view will also get updated automatically.
I would appreciate if all of you could give some suggestions on what to consider when setting up a reporting server.
ENV: AIX, DB2 UDB v8.1 FP 7, repoting engine to be used: JReport
Thanks