engineer2100
Programmer
Hi,
I am right now involved in a a lot of Code review actiivities. As a part of this i am also looking into the SQL queries to see if any of these are badly written.
The one common thing that I come across is that the queries do Full Table Scans.
i would like to understand the situations under which the optimizer chooses to do a FTS even when the query uses Indexed columns.
Also how to resolve thee FTSs is another concern I would like some to help me with.
Thanks
Engi
I am right now involved in a a lot of Code review actiivities. As a part of this i am also looking into the SQL queries to see if any of these are badly written.
The one common thing that I come across is that the queries do Full Table Scans.
i would like to understand the situations under which the optimizer chooses to do a FTS even when the query uses Indexed columns.
Also how to resolve thee FTSs is another concern I would like some to help me with.
Thanks
Engi