I am using Oracle Datbase 10g Standard Edition for my ASP.NET website. There i have one table which is going to populate with data on daily basis (around 10000 rows daily). The growth rate of data in that table is 100% i.e. every year the number of rows will increase previous plus 10000 rows.
This is main table for reports like graphical and crystal.
I know when the data increases the select query performance degrade. Here i would like your help to tune my Oracle database/ table so that the performance of select query always remain good?
I am not very good in oracle. Please help me..............