Re: MySQL ASP Sessionstate
Posted by: Fernando Gonzalez.Sanchez
Date: February 06, 2013 12:00PM

OK, then you don't need load balancing (a set of pairs web server & database is also a good solution for scalability).

In addition to query optimizer, lock contention and other code improvements, many settings were changed in 5.6.

You can check the Mysql buffers with
show variables like '%buffer%';

this will give you a very good idea on where is the server spending all the memory.

Options: ReplyQuote


Subject
Written By
Posted
February 06, 2013 12:31AM
February 06, 2013 11:29AM
Re: MySQL ASP Sessionstate
February 06, 2013 12:00PM
February 11, 2013 03:14AM
February 11, 2013 09:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.