public marks

PUBLIC MARKS with tags mysql & architecture

2010

Why does Quora use MySQL rather than NoSQLs?

by nhoizey
"The primary online data store for an application is the worst place to take a risk with new technology. If you lose your database or there's corruption, it's a disaster that could be impossible to recover from."

2009

2008

Comment bien gérer la montée en charge d’une application web ? | Simple Entrepreneur

by nhoizey & 2 others
Voici quelques pistes qui seront particulièrement utiles à ceux qui développent une application dans un environnement LAMP (Linux, Apache, Php et MySql) ou RoR (Ruby On Rails). Il s’agit en fait des retours d’expérience de sites comme Flickr, Digg

2007

Database parallelism choices greatly impact scalability - The Database Column

by nhoizey & 1 other
Large databases require the use of parallel computing resources to get good performance. There are several fundamentally different parallel architectures in use today

Database replication lag | Dries Buytaert

by Xavier Lacot
Consider the following pseudo-code: $nid = node_save($data); $node = node_load($nid); Because node_save() executes a mutator query (an INSERT or UPDATE statement) is has to be executed on the master, so the master can propagate the changes to the slaves. Because node_load() uses a read-only query, it can go to the master or any of the available slaves. Because of the lack of synchronization between master and slaves, there is one obvious caveat: when we execute node_load() the slaves might not have been updated.

2006

KarKomaOnline - Implementing High Availability in MySQL

by holyver & 2 others (via)
MySQL provides a built-in data replication functionality for maintaining identical copies of its data to one or more backend servers, thus providing a simple High Availability mechanism. On the other hand, the Open Source community has several projects to implement failover techniques, being one of them Heartbeat. This article will show you how to implement a clustered, highly available and inexpensive solution based on GNU/Linux and combining MySQL as the database engine and Heartbeat as the failover mechanism. The configuration will consist of a 2-node active/passive cluster.

PUBLIC TAGS related to tag mysql

.net +   ASP +   astuces +   blog +   code +   connection +   css +   dreamweaver +   flash +   forum +   fr +   html +   internet +   javascript +   livres +   photoshop +   php +   portail +   scripts +   tutorial +   webdesign +   xhtml +   xml +  

Active users

nhoizey
last mark : 30/06/2010 10:36

Jeremy B.
last mark : 22/01/2009 14:48

krachot
last mark : 16/03/2008 22:01

jmfontaine
last mark : 31/12/2007 13:22

Xavier Lacot
last mark : 25/08/2007 11:38

holyver
last mark : 08/11/2006 16:25

eleguehennec
last mark : 10/03/2006 12:06

quinze
last mark : 01/03/2006 20:56