I have a single myisam table with 5Million entries. My updates/inserts are very occasional, but volume of reads is to large. My application has 20 threads connected to MySQL. What i want to know is whether MYISAM will support concurrent reads to happen, i.e. can all 20 threads perform read operation on the MySQL considering it has table level locking.
If not, would you recommend me to use InnoDB for this read-intense application.
Any input on this is immensely appreciated.
If not, would you recommend me to use InnoDB for this read-intense application.
Any input on this is immensely appreciated.
Comment