Any RDBMS like MySql are geared to perform read operations better than write operations. The efficiency in read operations are achieved by database indexes.

Indexes are most important in optimizing databases. If an application has large database then it is always optimized and indexes are part of this section.

Similar Posts