MySql BigQuery with IN(1,3,8...N) optimization -


we have mysql database large table(30000000 rows) banner are. have query such as:

select * banner banner.id in (1,3,8...n); 

the problem number in in large result in slow query.

i want separate number groups query, e.g. 1000 each group

is method? or other optimization?


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -