Use indexes to reduce the overhead on MySQL server

Опубликовано: 01 Декабрь 2019
на канале: Adnan Afzal
7,337
79

Use indexes to reduce the overhead on the MySQL server

In the MySQL database, indexes are used to optimize the database server by reducing the cost for searching data. Take it as an example of the index page you see at the end of textbooks. It contains the page number of important words, so you do not have to check each page of the book to find that word. You just get the page number from the index page and directly lands on that specific page.

Web URL:
https://adnan-tech.com/use-indexes-to...