[OSM-talk] Bounding box
Olivier Macchioni
olivier.macchioni at gmail.com
Mon Feb 5 16:57:46 GMT 2007
>
> as for load balancing, the best solution would be to use the clustering
> functionnalities of the used database server.
>
> for instance, on Mysql, see
>
> http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster.html
Doing clustering this way requires a significant amount of memory (as the
whole DB has to fit in the server's RAM).
The most scalable option for MySQL is replication (
http://dev.mysql.com/doc/refman/5.1/en/replication.html) - I've been using
it for years, I now have 20 servers in a replication string without a
glinch. It's very scalable at the end.
Mac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20070205/64c31f1f/attachment.html>
More information about the talk
mailing list