<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>One Free Voice</title>
	<atom:link href="http://blog.onefreevoice.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.onefreevoice.com</link>
	<description>a blog about databases and stuff</description>
	<pubDate>Mon, 28 Jul 2008 15:04:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Creating an Intermediate Replication Layer</title>
		<link>http://blog.onefreevoice.com/2008/07/15/creating_intermediate_slaves/</link>
		<comments>http://blog.onefreevoice.com/2008/07/15/creating_intermediate_slaves/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 17:52:39 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[Pyramid]]></category>

		<category><![CDATA[Replication]]></category>

		<guid isPermaLink="false">http://blog.onefreevoice.com/?p=103</guid>
		<description><![CDATA[A few weeks ago, I discussed how to keep binlogs in sync in a tree or pyramid replication scheme. That thread discussed how to re-distribute load in case of failure in one of the intermediate slaves. Today we will look at how to create those intermediate replication slaves. We start with a traditional flat replication [...]]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2008/07/15/creating_intermediate_slaves/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lotame is looking for a Database Engineer</title>
		<link>http://blog.onefreevoice.com/2008/06/27/lotame-is-looking-for-a-database-engineer/</link>
		<comments>http://blog.onefreevoice.com/2008/06/27/lotame-is-looking-for-a-database-engineer/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 13:19:57 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[MySQL jobs lotame]]></category>

		<guid isPermaLink="false">http://blog.onefreevoice.com/?p=102</guid>
		<description><![CDATA[Lotame Solutions, Inc. is always looking for talented individuals. We have many openings in our Technology group, but the one I&#8217;m most interested in filling is the newly opened Database Engineer position. The Database Engineer will work with me to maintain Lotame&#8217;s entire database infrastructure - including design, development, testing, implementation, monitoring and support.
Interested parties [...]]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2008/06/27/lotame-is-looking-for-a-database-engineer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Keep Binlogs in Sync?</title>
		<link>http://blog.onefreevoice.com/2008/06/24/how-to-keep-binlogs-in-sync/</link>
		<comments>http://blog.onefreevoice.com/2008/06/24/how-to-keep-binlogs-in-sync/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:06:07 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.onefreevoice.com/?p=100</guid>
		<description><![CDATA[When you are using pyramid replication scheme - it could be useful to have n+1 intermediate servers. The idea is to have extra bandwidth in case one of those intermediate slaves fails. For example, if you have 3 intermediate slaves named A,B and C and you have 18 end slaves named 1-18: 

The idea would [...]]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2008/06/24/how-to-keep-binlogs-in-sync/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL Event Scheduler - Is it Enterprise Ready?</title>
		<link>http://blog.onefreevoice.com/2008/06/02/mysql-event-scheduler/</link>
		<comments>http://blog.onefreevoice.com/2008/06/02/mysql-event-scheduler/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 16:06:48 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.onefreevoice.com/?p=96</guid>
		<description><![CDATA[I have been having a serious look at the event scheduler in MySQL 5.1 lately, and I thought I would share some of my initial impressions. There is no doubt that having an event scheduler is a great bonus for the database. It's usefulness in the enterprise may be limited. While we are preparing to move forward with it, it hasn't been without struggle. I will describe the pros and cons we've encountered so far.]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2008/06/02/mysql-event-scheduler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>pre-compiled binaries in your PATH</title>
		<link>http://blog.onefreevoice.com/2008/04/16/pre-compiled-binaries-in-your-path/</link>
		<comments>http://blog.onefreevoice.com/2008/04/16/pre-compiled-binaries-in-your-path/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 20:29:25 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[centos]]></category>

		<category><![CDATA[PATH]]></category>

		<guid isPermaLink="false">http://blog.onefreevoice.com/2008/04/16/pre-compiled-binaries-in-your-path/</guid>
		<description><![CDATA[I prefer to install mySQL using the pre-compiled binaries. Depending on the environment, these usually go in either /opt or /usr/local. When you choose this type of install, chances are you are going to need to ensure that you somehow configure your system so that the mysql binaries end up in your PATH.
If you are [...]]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2008/04/16/pre-compiled-binaries-in-your-path/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using information_schema to write code for you</title>
		<link>http://blog.onefreevoice.com/2008/03/08/using-information_schema-to-write-code-for-you/</link>
		<comments>http://blog.onefreevoice.com/2008/03/08/using-information_schema-to-write-code-for-you/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 01:15:17 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[information_schema]]></category>

		<guid isPermaLink="false">http://blog.onefreevoice.com/2008/03/08/using-information_schema-to-write-code-for-you/</guid>
		<description><![CDATA[Back when I was doing a lot of work with Oracle, I learned to lean heavily on the SYSTEM views - Oracle&#8217;s equivalent to the INFORMATION_SCHEMA database. These views can really help you when it comes to writing dynamic SQL in stored procedures, or just taking quick shortcuts while you&#8217;re writing code. Or, if you&#8217;re [...]]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2008/03/08/using-information_schema-to-write-code-for-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Resetting auto_increment in MySQL</title>
		<link>http://blog.onefreevoice.com/2008/03/01/careful-resetting-auto_increment-on-very-large-tables/</link>
		<comments>http://blog.onefreevoice.com/2008/03/01/careful-resetting-auto_increment-on-very-large-tables/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 03:01:46 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[auto_increment]]></category>

		<guid isPermaLink="false">http://dev.onefreevoice.com/wordpress/2008/03/01/careful-resetting-auto_increment-on-very-large-tables/</guid>
		<description><![CDATA[Today we were doing some basic scaling exercises on some code, which resulted in several million extra rows in one of our tables in one of the development environments. Rather than refresh the data, we decided just to prune those new records and reset the auto-increment value.
Imagine my surprise when executing the following code hadn&#8217;t [...]]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2008/03/01/careful-resetting-auto_increment-on-very-large-tables/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back to Blogging</title>
		<link>http://blog.onefreevoice.com/2008/03/01/back-to-blogging/</link>
		<comments>http://blog.onefreevoice.com/2008/03/01/back-to-blogging/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 03:01:07 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://dev.onefreevoice.com/wordpress/2008/03/01/back-to-blogging/</guid>
		<description><![CDATA[I took a very long hiatus (over a year) from posting here. A lot of water has gone under the bridge since January 1st 2007. Most of the people who read this have probably heard me say on occasion that the reason I don&#8217;t blog that often is because I don&#8217;t have anything useful to [...]]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2008/03/01/back-to-blogging/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Digital Photos Organized</title>
		<link>http://blog.onefreevoice.com/2007/01/01/digital-photos-organized/</link>
		<comments>http://blog.onefreevoice.com/2007/01/01/digital-photos-organized/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 15:45:15 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.onefreevoice.com/2007/01/01/digital-photos-organized/</guid>
		<description><![CDATA[Until yesterday, my collection of digital photos was a complete mess. We had pictures archived away in multiple tar files on multiple computers, and duplicates everywhere. It was hard to find a picture, and unless you really knew exactly what you were looking for and where it was, it was impossible. Yesterday, I googled for [...]]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2007/01/01/digital-photos-organized/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I need a new name convention</title>
		<link>http://blog.onefreevoice.com/2006/12/29/i-need-a-new-name-convention/</link>
		<comments>http://blog.onefreevoice.com/2006/12/29/i-need-a-new-name-convention/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 03:11:59 +0000</pubDate>
		<dc:creator>Gregory Haase</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.onefreevoice.com/2006/12/29/i-need-a-new-name-convention/</guid>
		<description><![CDATA[I&#8217;m slowly adding computers to my network now, and I&#8217;m discovering that not setting up a proper name convention when I only had 2 or 3 PCs is going to now be a problem. I want to think of a standard now while I&#8217;m in the process of moving things around and refining the network [...]]]></description>
		<wfw:commentRss>http://blog.onefreevoice.com/2006/12/29/i-need-a-new-name-convention/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
