Subject | MySQL Query Cache |
---|---|
Author | dvanatta <dvanatta@edgewater.com> |
Post date | 2003-02-09T01:52:53Z |
Does Firebird have anything like the MySQL Query Cache?
From the MySQL website:
What is the MySQL Query Cache?
Query Cache is an intelligent MySQL feature, which allows to greatly
improving the speed of the frequently executed queries by caching
query response and returning it to the client instead of real query
execution.
From the MySQL website:
What is the MySQL Query Cache?
Query Cache is an intelligent MySQL feature, which allows to greatly
improving the speed of the frequently executed queries by caching
query response and returning it to the client instead of real query
execution.