ma.gnolia

Sign In | Learn More

Skip to main content


mysql_cluster mysql_cluster

  • Not rated yet.
  • Copy Bookmark

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
9_32 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...

5180_32 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...

1_32 drewr mysql_cluster
Not rated yet.
May 23, 2008
8_32 Ville mysql_cluster
Rated 2 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...