<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: The mysterious Pontiac Bonneville</title>
	<atom:link href="http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/feed/" rel="self" type="application/rss+xml" />
	<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/</link>
	<description>I was syncing my Facebook status here for a while, but now I'm boycotting them over the FriendConnect fiasco...</description>
	<pubDate>Thu, 21 Aug 2008 23:20:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3964</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Thu, 02 Feb 2006 21:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3964</guid>
		<description>It's mostly a matter of preference, but most times best practices are to not share a single database across multiple applications. There are several reasons for this, but one of them is (as I've mentioned above) more &lt;em&gt;manageable&lt;/em&gt; (I didn't say easier) backups. This means that if something goes wrong in one application and you have to restore (which is the whole point of making backups), it's a lot better if you don't have to also either restore everything (including unrelated applications) or pick out only the stuff for those particular tables you need. There are also some performance benefits in not having everything in one huge DB, but that would not come into play in most blogs.

The one advantage is for the shared spam or stat tracking databases, but you can always alter those to use their own databases (separate altogether from the blog databases). I'm actually planning on doing this for SK2 and the stat tracking systems I'm using now, because the sometimes those tables can get pretty huge, and I'd rather have them in separate databases just for sizing purposes (for backups, etc.).</description>
		<content:encoded><![CDATA[<p>It&#8217;s mostly a matter of preference, but most times best practices are to not share a single database across multiple applications. There are several reasons for this, but one of them is (as I&#8217;ve mentioned above) more <em>manageable</em> (I didn&#8217;t say easier) backups. This means that if something goes wrong in one application and you have to restore (which is the whole point of making backups), it&#8217;s a lot better if you don&#8217;t have to also either restore everything (including unrelated applications) or pick out only the stuff for those particular tables you need. There are also some performance benefits in not having everything in one huge DB, but that would not come into play in most blogs.</p>
<p>The one advantage is for the shared spam or stat tracking databases, but you can always alter those to use their own databases (separate altogether from the blog databases). I&#8217;m actually planning on doing this for SK2 and the stat tracking systems I&#8217;m using now, because the sometimes those tables can get pretty huge, and I&#8217;d rather have them in separate databases just for sizing purposes (for backups, etc.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3965</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 02 Feb 2006 20:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3965</guid>
		<description>I've had no problems with having multiple blogs in the same DB, I've done it from the start and I think it's actually easier since you only need to update one DB rather then multiple ones. The only problem that I've had is when some plugins ignore the prefixes, and just install new tables w/o the designated pre_. but then you could use those same tables on multiple blogs if the plugin is activated, this was actually a benefit because I was using a spam plugin and when I blocked it on one blog, since the tables were shared it was blocked on the others as well.

Anyways, I actually recommend it on blogs that don't have a lot of traffic so the DB can handle it and Backing up is easier, contrary to what JB says.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had no problems with having multiple blogs in the same DB, I&#8217;ve done it from the start and I think it&#8217;s actually easier since you only need to update one DB rather then multiple ones. The only problem that I&#8217;ve had is when some plugins ignore the prefixes, and just install new tables w/o the designated pre_. but then you could use those same tables on multiple blogs if the plugin is activated, this was actually a benefit because I was using a spam plugin and when I blocked it on one blog, since the tables were shared it was blocked on the others as well.</p>
<p>Anyways, I actually recommend it on blogs that don&#8217;t have a lot of traffic so the DB can handle it and Backing up is easier, contrary to what JB says.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3967</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Thu, 02 Feb 2006 03:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3967</guid>
		<description>I don't remember, but I'll check. I watched those ones live, so I'm not sure.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t remember, but I&#8217;ll check. I watched those ones live, so I&#8217;m not sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cynthia</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3968</link>
		<dc:creator>cynthia</dc:creator>
		<pubDate>Thu, 02 Feb 2006 02:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3968</guid>
		<description>you don't happen to have downloaded esp 11 and 12? i kept trying to and it never turns out right!</description>
		<content:encoded><![CDATA[<p>you don&#8217;t happen to have downloaded esp 11 and 12? i kept trying to and it never turns out right!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cynthia</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3966</link>
		<dc:creator>cynthia</dc:creator>
		<pubDate>Thu, 02 Feb 2006 01:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3966</guid>
		<description>yeah lost posts are way better, i haven't seen esp 11 yet, it didn't download right but i am soooooo hooked i wish it was on dvd already!</description>
		<content:encoded><![CDATA[<p>yeah lost posts are way better, i haven&#8217;t seen esp 11 yet, it didn&#8217;t download right but i am soooooo hooked i wish it was on dvd already!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nstryker</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3970</link>
		<dc:creator>nstryker</dc:creator>
		<pubDate>Wed, 01 Feb 2006 22:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3970</guid>
		<description>thanks for the advice, btw</description>
		<content:encoded><![CDATA[<p>thanks for the advice, btw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nstryker</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3969</link>
		<dc:creator>nstryker</dc:creator>
		<pubDate>Wed, 01 Feb 2006 22:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3969</guid>
		<description>yeah, i know it's not the best case, but one is what i've got to work with :-(</description>
		<content:encoded><![CDATA[<p>yeah, i know it&#8217;s not the best case, but one is what i&#8217;ve got to work with <img src='http://freepressblog.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3971</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Wed, 01 Feb 2006 18:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3971</guid>
		<description>Re: The multiple blogs - you can have as many different wordpress instances as you want, all pointing to the same database, distinguishing the tables with different prefixes like Dan said. It gets a little messy though, so I would only recommend that if you were limited to only one mysql database by your provider. Keeping them in separate DBs makes for more manageable backups, etc.</description>
		<content:encoded><![CDATA[<p>Re: The multiple blogs - you can have as many different wordpress instances as you want, all pointing to the same database, distinguishing the tables with different prefixes like Dan said. It gets a little messy though, so I would only recommend that if you were limited to only one mysql database by your provider. Keeping them in separate DBs makes for more manageable backups, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nstryker</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3973</link>
		<dc:creator>nstryker</dc:creator>
		<pubDate>Wed, 01 Feb 2006 18:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3973</guid>
		<description>and i don't even watch the show!</description>
		<content:encoded><![CDATA[<p>and i don&#8217;t even watch the show!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nstryker</title>
		<link>http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3972</link>
		<dc:creator>nstryker</dc:creator>
		<pubDate>Wed, 01 Feb 2006 18:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2006/01/30/the-mysterious-pontiac-bonneville/#comment-3972</guid>
		<description>haha, i was gonna say the same thing about lost vs. politics.</description>
		<content:encoded><![CDATA[<p>haha, i was gonna say the same thing about lost vs. politics.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
