We have a unique issue where a query does a tablescan even though an
index is present. Basically we created a new DB by loading existing
data from a source DB.
The index names and everything else are same in both the DBs. The
query does an index scan in the main source DB but not in the one
newly created. Ihave verified the index, and it is exactly the same in
both the DBs. Any insights on what could be the issue ?
Thanks
Ranjan
index is present. Basically we created a new DB by loading existing
data from a source DB.
The index names and everything else are same in both the DBs. The
query does an index scan in the main source DB but not in the one
newly created. Ihave verified the index, and it is exactly the same in
both the DBs. Any insights on what could be the issue ?
Thanks
Ranjan
Comment