How index can boost database performance

Monday, April 14th, 2008 Posted in Programming, mysql | No Comments »

Adding indexes to your tables is a great method to boost your application performance. Index helps database engine to quickly find requested data and performing efficient sorting and grouping operations. Read more..