Database
Load-balanced IIS install
We use mediawiki to host some help documentation for our application.
I have a customer who wants to host the mysql db on a single db server, but host the php end on a load-balanced IIS setup (frankly, this is overkill).
Does anyone have any suggestions as to how this could work? My main concern is that [...]
Database servers load balancing
We have 2 application servers and a database servers.
There are 3 logon groups created in the server for each server.
The user login in application server is always very low compared to database server.
Is ther a way to automate the user login depending on the usage at the time of login.
MySQL load balancing
Hi, can anyone please suggest how to load balance MySQL clusters? can I use ELB to load balance both http requests and mysql queries? or what if I install haproxy in one instance and use that to load balance MySQL clusters? Also does load balancer have any dependency on the version of mysql for [...]
MySQL Cluster (NDB) for one server?
I am about to launch a new web application using PHP/MySQL.
I want to have scalability as a consideration (not an after thought) and am currently tinkering with MySQL NDB.
Is it worthwhile starting out with just one replica (1 x NDBD) and adding nodes as the project expands or just stick with MyISAM and when I [...]
Oracle DB load Monitor
Has anyone ever created a load monitor for Oracle that will perform a query, and use the results of that query to set the weight on the backend?
I see a MySQL load monitor (I tried it anyway and couldn’t get it to work) but nothing from Oracle…
Anyone?