Hi,
We are developing Impromptu reports. Our data base is Oracle 8.1.7 which is of Terabytes size. Our catalogs are designed to retrieve data from views created on database. If we need to get data from 3 or 4 views which in turn will be getting data from 5 or 6 tables, will there be any performance issues? Here i have couple of ideas.
1.Is it advisable to go for one view(which will have all the columns of 3 or 4 views) getting data from all 5 or 6 tables, so that data retrieving will be faster?
2.Is it advisable to create a table (which will have all the columns of 3 or 4 views) and retrieve data, so that it will be faster.
Please let me know if you have any ideas.
thanks in advance
We are developing Impromptu reports. Our data base is Oracle 8.1.7 which is of Terabytes size. Our catalogs are designed to retrieve data from views created on database. If we need to get data from 3 or 4 views which in turn will be getting data from 5 or 6 tables, will there be any performance issues? Here i have couple of ideas.
1.Is it advisable to go for one view(which will have all the columns of 3 or 4 views) getting data from all 5 or 6 tables, so that data retrieving will be faster?
2.Is it advisable to create a table (which will have all the columns of 3 or 4 views) and retrieve data, so that it will be faster.
Please let me know if you have any ideas.
thanks in advance