Hi All,
I have the below query which is quite simple, but there is 3.5 million records, so the query takes forever. Is there some magic trick I can do to make it faster?
SELECT num
FROM pub.jobevt
I have also tried this but still takes quite a while
SELECT num
FROM pub.jobevt
WHERE num='1'
Any help is much appreciated.
Regards,
Loftty
I have the below query which is quite simple, but there is 3.5 million records, so the query takes forever. Is there some magic trick I can do to make it faster?
SELECT num
FROM pub.jobevt
I have also tried this but still takes quite a while
SELECT num
FROM pub.jobevt
WHERE num='1'
Any help is much appreciated.
Regards,
Loftty