Tag: Open Source

Community

What can I DROP?

(Mark Grennan) So you have inherited a MySQL server and no one know what applications are use what databases. Space is every tight and every night transactions logs almost fill your hard disk. The server was once used as a replication server and it seems every database the company uses is duplica

Community

MySQL 101 – Transactions

(Adam Donnison) We’ve now come a long way since our first steps at creating our online bookshop database. Now we need to start to think about how to sell the books and store details about the sales. This is the time we need to start understanding database transactions.

Community

Blowing up in memory

(Domas Mituzas) MySQL isn’t too concerned about table handler memory usage – it will allocate row size buffer thrice per each table invocation. There’s a few year old bug discussing UNION memory usage – for each mention in an union one can allocate nearly 200k of unaccounted memory – so a megabyte s