Hi.
I have a program that runs long. I think if I had an index on a commonly used field in my where clauses, It would go faster. I query from a view because the supporting tables are partitioned and I must hit a range of partitions. Is there a way to put an index on a view? There are hundreds of partitions as we do datawarehousing here. Any recommendations?
Thanks