run explain plan on it.
if not using an index (which it probably is not) then create an index and it should run more smoothly.

try that and see what happens.

- Magnus