Some people don’t probably know, but there is a difference between how indexes work in MyISAM and how they work in InnoDB, particularly when talking from the point of view of performance enhancement. Now since, InnoDB is starting to
My recommendation for a basic Mail Server setup
Ever wanted to setup a mail server complete with IMAP and POP access, one that was easy to configure and install and had a low memory footprint. Well I too wanted to have such a setup and after having tried
Tuning InnoDB Configuration
I had earlier written a post on tuning the MySQL server configuration [https://www.ovaistariq.net/358/tuning-mysql-server-settings/] which was more geared towards the MyISAM storage engine. While that is not because I didn’t intend on ignoring InnoDB but
A step by step guide to upgrading to MySQL 5.5
MySQL 5.5 has created a lot of hype and its not just hype, there are major performance enhancements not only in the MySQL server itself but in the newer InnoDB plugin shipped with MySQL 5.5. That’s exactly
MySQL Query Optimization - Tip # 1 - Avoid using wildcard character at the start of a LIKE pattern.
The more I go through others SQL, there are some common mistakes that I see developers making over and over again, so I thought why not start a series of tips that can help developers optimize their queries and avoid
How to resize Innodb log files?
Just in case you don’t know resizing Innodb log file is not just simple as changing the value of innodb_log_file_size in the MySQL configuration file. But its even more simpler. Follow the following steps and you
Why do I recommend switching over from MyISAM to InnoDB?
MyISAM has been the default storage engine for MySQL for years now. But that is soon going to change. With MySQL 5.5, Innodb is going to be the default storage engine (and I am pretty pleased about that, no
How to dynamically create Twitter's tweet button and Facebook's like button!
I just came across a requirement where I had to create Twitter’s tweet button and Facebook’s like button on the fly. Doing so is pretty trivial! Creating the tweet button dynamically The first thing to do would be
Subscribe to ovais.tariq - tech and leadership
Subscribe today and get access to a private newsletter and new content every week!