Hi all,
I've a big table around 2 millions records (MyISAM version 4.1.7). If i do a query with with wildcard '%', and another process doing update on the same table. It will locked the table that caused by my query.
My understanding select is doing read only right?
Pls correct me if i'm wrong. How should i overcome this problem?
Confused here.
Cheers
sato