Is it possible for a SQL View to degrade performance vs. querying the tables directly?
I have two different views. One is just a single table query. The table is not indexed (long story). The other view joins with one other table which also is not indexed.
So is it possible for the Views as described above to take longer to perform or degrade performance vs. querying the tables directly?
Stay Cool Ya'll!
-- Kristin
I have two different views. One is just a single table query. The table is not indexed (long story). The other view joins with one other table which also is not indexed.
So is it possible for the Views as described above to take longer to perform or degrade performance vs. querying the tables directly?
Stay Cool Ya'll!
-- Kristin