I have to insert and then keep updating 1000's of records every minute, will mysql transaction help in the speed performance as it does in sqlite3.
I carried out a test (Inserting 1300 records) but showed the same result with InnoDB (for transaction) and MyISAM.
Using MySQLdb for Python