Jason
2009-06-19 13:14:44 UTC
I have a composite index on 3 columns (Classification, ClientID, StartDate)
the index name is ByClientId.
I have an odbc connection to the paradox 5 db via a DSN. When I run the following
query, it takes about 90 secs to return. There are 60K records in the table
select *
from table
where classification = 1
and clientid = 110
and startdate = 39951
It appears that my query is not using the index. Is there a trick or something
I am missing?
the index name is ByClientId.
I have an odbc connection to the paradox 5 db via a DSN. When I run the following
query, it takes about 90 secs to return. There are 60K records in the table
select *
from table
where classification = 1
and clientid = 110
and startdate = 39951
It appears that my query is not using the index. Is there a trick or something
I am missing?