Hi ,
We have a query which does a sequential scan , inspite of having a index defined on the column which is used in the where clause of the query.
Update statistics high for table <> has been done.
There is a unique index created on the tele_no column of the sub_dets table.
Below is the query path.
QUERY:
------
select imsi, sub_dets_t, callgroup_t, tpla_code, chk_upd_dt, svc_co_dt, preferred_currency, credit_host, shlf_ex_dt, tele_id_sd, call_cnt,
mt_roam_ind, succ_cnt, svc_prv_t, mo_roam_ind, tele_no, tele_id_ed, tot_cost, home_region, sub_passwd, ann_info, sub_lang, package_t from
sub_dets where tele_no = 9999054773
Estimated Cost: 113337
Estimated # of Rows Returned: 2
1) snadmin.sub_dets: SEQUENTIAL SCAN
Filters: snadmin.sub_dets.tele_no = 9999054773
DB_LOCALE = en_US.819
SESSION COLLATION = en_GB.819
IDS 9.40.HC4 is being used.
Thanks
I