MySQL database performance improvement tips : Part 3
May 17, 2017 - My Sql

MySQL database performance improvement tips : Part 3

We will continue our discussion from where we had left in part 2. If you haven’t looked into previous article,  you can navigate to and go through second and third tips served in that discussion at this  MySQL DB performance blog part 2 query parameters If you want to read entire discussion from beginning,  you ...
MySQL database performance improvement tips : Part 2
April 26, 2017 - My Sql

MySQL database performance improvement tips : Part 2

We will continue our discussion from where we had left in part 1. If you haven’t looked into previous article,  you can navigate to and go through first two tips served in that discussion at this URL: /mysql-database-performance-improvement-tips-part-1/ query parameters Presented below is more discovery on remaining  optimization techniques to take your website or mobile application ...
MySQL database performance improvement tips : Part 1
April 13, 2017 - My Sql

MySQL database performance improvement tips : Part 1

Databases play key role in dynamic websites. Whether be of any type, like RDBMS, NoSQL, Distributed file system or simple CSV notepad file type database, they are undoubtedly backbone of application data. In this text, we are going to narrow our focus on world class, most widely used and free digital database namely MySQL. Administration ...