PHP Classes

Introduction on How to Use the EverSQL MySQL Query Optimizer Tool for Free - 3 minutes - Lately in PHP Podcast Episode 93 Part 4

Recommend this page to a friend!
  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Introduction on How t...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 321

Last month viewers: 4

Categories: PHP Tutorials, Lately in PHP Podcast

When you want to optimize SQL queries to optimize an application that uses MySQL, you can use "manual" methods. These methods require good SQL query optimization knowledge. If you need to optimize many SQL queries, doing it "manually" may also take time.

One way to optimize SQL queries without requiring you to learn so much about optimization is to use a SQL query optimization tool. Optimization tools also take you much less time to optimize many queries than if you try manually.

Read this article, watch a 3-minute video, or listen to part 4 of episode 93 of the Lately in PHP podcast to learn how to use a free tool to optimize MySQL SQL queries without much knowledge and faster than if you try to do it manually.




Loaded Article

In this article you can learn:

How to Improve the Speed of An Application that Uses a MySQL Database Server

1. Previous Article: Find MySQL Slow Queries by Activating the Slow Query Log

4. This Article: Introduction on How to Use EverSQL SQL Query Optimizer Tool to Optimize Specific SQL Queries

5. Next Article: How to Help the EverSQL Tool Optimizing MySQL SQL Queries More Efficiently by Passing It Your MySQL Database Metadata

Contents


Listen or download the podcast, RSS feed and subscribe in iTunes

Click on the Play button to listen now.


Download Size: 1MB Listeners: 754

Introduction music obtained with permission from: http://spoti.fi/NCS

View Podcast in iTunes

Listen on Spotify
Listen on Spotify


Sound effects obtained with permission from: https://www.zapsplat.com/

In iTunes, use the Subscribe to Podcast... item of the Advanced menu, and then enter the URL above to subscribe to this podcast.

Watch the podcast video

See the Lately in PHP podcast play list on YouTube and Subscribe to this channel there.

Episode 93 Part 4 Video

What was said in the podcast

Introduction on How to Use EverSQL SQL Query Optimizer Tool to Optimize Specific SQL Queries

In the next step, I'm going to show a tool.

You can also, do it manually by analyzing your database table if you have the knowledge and also the time because when you do something in a manual way you spend a lot of time doing it in a way that it's good.

There's no problem doing it manually except that it may take a lot of time. You may need that time to do other things, and if you have many queries to optimize the time that you spend optimizing will end up being a lot more time than if you have a better way.

So a better way is to use a tool that is specialized in this task, MySQL database optimization. In the case I'm going to show EverSQL. There are other tools for this purpose. I tried this tool. I like it because it works really well. So I'm going to show how it works. It has several functions.

You may see here optimize a single query and also monitor and optimize my database.

We already did the monitoring in, I would say, manual way. So we don't need to use this part now. Maybe in the future episode of the podcast, I can show you.

How can you use this part of the tool but let's focus on the actual SQL query optimization.

Show notes




You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Blog PHP Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Introduction on How t...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)