Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In environments with large data and queries, one way to improve performance is to use the query cache. This can help speed up query performance tremendously. Details can be found at at http://dev.mysql.com/doc/refman/5.0/en/query-cache.html

http://dev.mysql.com/doc/refman/5.0/en/query-cache.html
You may need to increase the number of maximum connections allowed if there are a lot of concurrent requests. https://dev.mysql.com/doc/refman/5.0/en/too-many-connections.html

...