Indexing in Mysql

By | December 13, 2013

# Indexing increase speed of operations in the mysql database.
# If Apply indexing for a particular column.it will search the data fastly other than searching the entire table

# if we done indexing, update and insert will be slow compared to select query because at the time of insert and update index file also need to update.