| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Need Help Creating Index
Hi,
I have a table with 6 1/2 million records which will be basically
used for querying over the web.
The data will be inserted weekly. First all the data in the table will be truncated and then the whole thing will be uploaded again. The average table growth is approximately 25000 records per month.
Below is the table structure with the number of distinct values the column has in the right most column
SQL> desc test
Name Null? Type Distinct
------------------------------- -------- ---- --------COMPANY VARCHAR2(10) 478
*Give me the sum of all the actual and actualus for a
particular company
etc etc.....
I need suggestions on how to create index on this table and anything else which you guys can think of which will speed up the queries.
Thanks
Anurag
![]() |
![]() |