Hi,
I'm trying to do the following select:
SELECT * FROM table WHERE id IN
(1,2,3..999,1000); (with other id numbers of course)
However, this query takes about 2 seconds. Is there any way to speed this up?
I'm trying to do the following select:
SELECT * FROM table WHERE id IN
(1,2,3..999,1000); (with other id numbers of course)
However, this query takes about 2 seconds. Is there any way to speed this up?
This might be a little bit out of proportions.
Comment