g***@gmail.com
2012-06-20 13:02:53 UTC
Hi,
Question:
When I run the query in stored procedure, it takes 7 minutes
When I run the query in ASE open window, it takes 10 seconds
What is the reason, and please help me to understand.
Query:
INSERT INTO A
Select
....
....
FROM A
JOIN B
WHERE A.ID = B.ID
I have index on both tables.
Table A- Clustered Index
Table B- Non-Clustered Index
Table A contains 60,000 rows
Table B contains 2 crores of rows
Final output: 1,50,000 rows
Question:
When I run the query in stored procedure, it takes 7 minutes
When I run the query in ASE open window, it takes 10 seconds
What is the reason, and please help me to understand.
Query:
INSERT INTO A
Select
....
....
FROM A
JOIN B
WHERE A.ID = B.ID
I have index on both tables.
Table A- Clustered Index
Table B- Non-Clustered Index
Table A contains 60,000 rows
Table B contains 2 crores of rows
Final output: 1,50,000 rows