Benjamin Morel·Jan 8, 2019To JOIN or not to JOINThe question crops up regularly on StackOverflow: are JOIN queries faster than several queries?A response icon5A response icon5
Benjamin Morel·Sep 7, 2017Removing the MySQL root passwordThere you go again. You just spinned up a virtual machine to do some testing, installed MySQL using your favourite package manager, started…A response icon2A response icon2
Benjamin Morel·Sep 5, 2017Creating a Linux service with systemdWhile writing web applications, I often need to offload compute-heavy tasks to an asynchronous worker script, schedule tasks for later, or…A response icon41A response icon41
Benjamin Morel·Sep 4, 2017High-speed inserts with MySQLWhen you need to bulk-insert many million records in a MySQL database, you soon realize that sending INSERT statements one by one is not a…A response icon7A response icon7