Hi all,
I'm running a query that returns 41K rows. If I run it without a sort it takes 9 seconds, If i run it with a sort it takes 49 seconds. Now I now disk sorts are slow but I never knew them to be THAT slow.
So I looked at the temporary tablespace in which I'll be doing all my sorts and it looks like this.
The tablespace is of type temporary, it has one object in there at the moment (I have just run my query with the sort and noone else is using the system) which has a system generated name (4,1770) it is 80 meg in size but has initial and next extent sizes of only 65K. there are a total of 1,280 extents created for it.
Is this my problem? It looks like a good contender to me, if not can anyone point me in the right direction?
If it is the Problem what do I need to do to sort it out?
Queries of this size are common and we have quite a few Meg to play with the temporary tablespace is 500MB in total.
Thanks again to anyone who can help.
Mike.
I'm running a query that returns 41K rows. If I run it without a sort it takes 9 seconds, If i run it with a sort it takes 49 seconds. Now I now disk sorts are slow but I never knew them to be THAT slow.
So I looked at the temporary tablespace in which I'll be doing all my sorts and it looks like this.
The tablespace is of type temporary, it has one object in there at the moment (I have just run my query with the sort and noone else is using the system) which has a system generated name (4,1770) it is 80 meg in size but has initial and next extent sizes of only 65K. there are a total of 1,280 extents created for it.
Is this my problem? It looks like a good contender to me, if not can anyone point me in the right direction?
If it is the Problem what do I need to do to sort it out?
Queries of this size are common and we have quite a few Meg to play with the temporary tablespace is 500MB in total.
Thanks again to anyone who can help.
Mike.