Add MogileFS::Mysql class, allowing read-only access to slaves
commitfb3536089dc7f663458b90f311ab704cfb7b768f
authorEric Wong <normalperson@yhbt.net>
Fri, 17 Oct 2008 21:38:27 +0000 (17 14:38 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 18 Oct 2008 02:43:24 +0000 (17 19:43 -0700)
treedf94a5228cde21b7ddc3050f56447689f698b172
parent39c131182f33c02eb2883e115a845f0d17062edd
Add MogileFS::Mysql class, allowing read-only access to slaves

This allows for full read redundancy if the master MySQL instance
or trackers go down.  This can potentially offer higher
performance; too; as it eliminates trackers from the call
path.
Manifest.txt
lib/mogilefs/mysql.rb [new file with mode: 0644]