ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How can we optimize or increase the speed of a MySQL select query?

user-image
تم إضافة السؤال من قبل Julfkar Moh Umar , Sr. Software Engineer , Aakash Edutech Private Limited
تاريخ النشر: 2016/01/27
Rehan Farooq
من قبل Rehan Farooq , WEB DEVELOPER/DIGITAL MARKETING EXPERT , Upwork

Queries, in the form of SELECT statements, perform all the lookup operations in the database. Tuning these statements is a top priority, whether to achieve sub-second response times for dynamic web pages, or to chop hours off the time to generate huge overnight reports.

 

Besides SELECT statements, the tuning techniques for queries also apply to constructs such as CREATE TABLE...AS SELECT, INSERT INTO...SELECT, and WHERE clauses in DELETE statements. Those statements have additional performance considerations because they combine write operations with the read-oriented query operations.

zouhair et-tayby
من قبل zouhair et-tayby , التسويق , شركة خاصة

MySQL is a great database engine for small to medium sites and has great performance of SQL queries. I also read somewhere that Google uses MySQL for some of its functionality. MySQL is very rugged but its performance can be greatly improved. MySQL is now owned by Oracle. MySQL is the world’s most popular database. Being open source, it is constantly being improved upon by developers around the world.

MySQL is part of the LAMP stack that is very widely known and used. LAMP stands for Linux, Apache, MySQL and PHP. MySQL does not ship with any graphical user interface, but phpMyAdmin can be installed which makes the database very easy to use through an HTML frontend.

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟