Hi. We may want to start using a view for one of our fact tables.
We are concerned that when we query this view and add a where clause that references underlying table indexed columns, that sql will still do a full table scan instead of running more efficiently off the indexes.
Can someone give us a little background on this?