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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -