Mysql Query Cache
Query cache stores both the query SELECT text and result fetched by the query which was sent to the client. For second time it check same query if it matches it don't send query to DB engine, shows data from cache.....Its time saving.
No comments:
Post a Comment