This is a very insightful article on MediaTemple's efforts to build one of the first massive web hosting grid: Anatomy of MySQL on the GRID
database
Big Time Scaling
Submitted by Harry Slaughter on April 4, 2007 - 9:55pm.- Harry Slaughter's blog
- Add new comment
- Reset vote
- 65 points
Managing multisite content from a single Drupal instance
Submitted by Harry Slaughter on April 20, 2006 - 6:43pm.Problem
You have multiple (multisite) Drupal sites and you would like to manage the content for all of these sites through a single interface. Depending on the nature of a given piece of content, you may want the content published on one, several or all of your subsites, but you do not want to have to create copies of the same content for each site.
Solution
Taxonomy plus MySQL5 views. (NOTE: this solution will not work with versions of MySQL prior to 5.)
- 19 comments
- Read more
- Reset vote
- 2 points
All Important User Zero
Submitted by Harry Slaughter on April 13, 2006 - 1:24pm.A while back, I came across a "duplicate entry" problem that resulted from a missing row in the drupal table 'users'.
It turns out that the users table is not the only one that requires information on "user 0" (aka "anonymous").
This week I came across another problem in which anonymous users get a "you are not authorized ..." message when trying to view any sort of content.
- Harry Slaughter's blog
- 12 comments
- Read more
- Reset vote
- -30 points
Sharing Drupal tables between databases using MySQL5 Views
Submitted by Harry Slaughter on March 24, 2006 - 1:04pm.Problem:
You have a "master" database that contains data from multiple Drupal sites and you want to share it among them. Normally, you could use table prefixing to allow each of your sites to point to a single table. But what if you do not want content from one site to "bleed" across to the other sites? Let's say you have a network of Drupal sites sharing a user database. You want to share that user's information across your entire network of sites, but only make the information visible from those sites to which the user has subscribed. Or maybe you want to populate baz.com with users who meet some arbitrary criteria. There are lots of possibilities here, but nobody's paying me to write this, so let's get on with it.
- 5 comments
- Read more
- Reset vote
- 30 points



