Selecting different columns behave differently. [message #229042] |
Thu, 05 April 2007 03:06 |
s_laksh_manan
Messages: 1 Registered: March 2007
|
Junior Member |
|
|
I have a query in which I am having several tables joined. When I bring a column from one of the table in the Select clause (which is a PK for that table), the query starts retrieving data immediately. If I bring some other column from the same table (which is not the PK and has index on it) used in the join, the query is just running... I have never tried to find out how long it takes.. but, it is taking forever. The join is between the column which is the PK of the table and a fact tabe.
what could be the problem?
|
|
|
|
|