SubscribeCurrently, MySQL supports table-level locking for ISAM, MyISAM, and MEMORY (HEAP) tables, page-level locking for BDB tables, and row-level locking for InnoDB tables.
[...]
To achieve a very high lock speed, MySQL uses table locking (instead of page, row, or column locking) for all storage engines except InnoDB and BDB.
You are not logged in, either login or create an account to post comments
However, my company wants to retain the Access interface. I installed the Access/mySQL ODBC drivers, and did all that stuff. But I'm still having some issues, primarily with the speed it is retrieving data. It seems like it should be going faster than it is, but doesn't seem to be going any faster than Access did.
I'm also having an issue of administration. I have a freeware copy of DBTools I am trying, but I can't seem to import data into an existing table, only create new ones when I import.
Each day I will receive an Excel spreadsheet with data in it, and will need to add the additional data to the database.
Any suggestions on getting this thing up, tools to use, and the easiest way to get this thing running as quickly as possible?
posted by benjh at 3:47 AM on January 24, 2005