Answer the question
In order to leave comments, you need to log in
How to speed up mysql fetch?
Good day to all
, there is a mysql table with an id, value structure for ~ 3 million rows. id - primary, unique
query like "select id, value from table where id=1234567 limit 1" can be executed from 3 to 30 seconds
how to speed up query execution at least up to tenths of a second?
can you briefly tell about indes? like applied to the id field, but I don’t see the result,
will splitting the table into several, say, 10 thousand each help?
thanks in advance for the replies
Answer the question
In order to leave comments, you need to log in
There is an opinion that the index does not fit in memory. what is innodb_buffer_pool_size equal to?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question