Posts Tagged ‘Configuring InnoDB’

How are transactions organized physically
When InnoDB creates a new transaction it is not yet committed. The database has not yet made any promises to the application and so we do not really have to make anything persistent so far.
To be fast InnoDB tries to assemble the transaction in a memory buffer, [...]

Saturday, June 19th, 2010 at 23:04 | 0 comments
TOP