mysql_cluster
This database backend enables the user of master/slave databases nicely. It includes middleware to send POST requests to the master and most GET requests to the slaves effectively making database writes hit the master and database reads pull from the slaves. It also has nice controls to override this default POST/GET switching at the view level and even at the Python coding level. Overall the impression seems very well done.
4 people have commented on this bookmark
| Name | Title | Rating | When | |
|---|---|---|---|---|
| Robert | mysql_cluster |
Not rated yet.
|
July 9, 2008 | |
This database backend enables the user of master/slave databases nicely. It includes middleware to send POST requests to the master and most GET requests to the slaves effectively making database writes hit the master and databas... |
||||
| Rob | mysql_cluster |
Not rated yet.
|
July 8, 2008 | |
This database backend enables the user of master/slave databases nicely. It includes middleware to send POST requests to the master and most GET requests to the slaves effectively making database writes hit the master and databas... |
||||
| drewr | mysql_cluster |
Not rated yet.
|
May 23, 2008 | |
| Ville | mysql_cluster |
Rated stars out of 5.
|
March 21, 2008 | |
"Mysql_cluster is a Django DB backend supporting master-slave MySQL replication. It works by switching global Django's DB connection between master database and slave replicas allowing usage of two connections from within standard... |
||||
