Books on writing distributed systems

Paul LeoNerd Evans leonerd at leonerd.org.uk
Thu Mar 27 13:37:02 GMT 2008


On Thu, Mar 27, 2008 at 12:44:35AM +0100, Dave Hodgkinson wrote:
> Is this anything memcached can help with? If the data is read-mostly is
> can shield the db from too many hits. And of course MySQL's replication
> is way ahead of Postgres'.

Would this be the replication that, for all databases run by a daemon,
just writes the text of SQL queries into some journal file, that another
process reads and streams across a network, to a third process on the
other side, that replays them into its copy of the data with the mere
hope that the same query will apply, and all will be well? That one that
breaks for us about once a week... That replication?

-- 
Paul "LeoNerd" Evans

leonerd at leonerd.org.uk
ICQ# 4135350       |  Registered Linux# 179460
http://www.leonerd.org.uk/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://london.pm.org/pipermail/london.pm/attachments/20080327/e88880fb/attachment.pgp


More information about the london.pm mailing list