Is it possible that using only queries in my code (and not using select lock), I still get tables locked for some time due to the way MySQL performs processing?
(for example, MySQL may block when ordering a table or something like that)
Is it possible to choose or choose, just not block?
source
share