<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>US Daily Mirror &#187; Internet</title>
	<atom:link href="http://www.usdailymirror.com/category/entertainment/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usdailymirror.com</link>
	<description>Daily News &#38; Views from the US and Around the World</description>
	<lastBuildDate>Sat, 04 Apr 2009 07:10:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The Real or Official MySQL? Does Not Matter!</title>
		<link>http://www.usdailymirror.com/entertainment/internet/2009033108/3336/the-real-or-official-mysql-does-not-matter/</link>
		<comments>http://www.usdailymirror.com/entertainment/internet/2009033108/3336/the-real-or-official-mysql-does-not-matter/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 15:23:25 +0000</pubDate>
		<dc:creator>Jeremy@Zawodny.com</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Yesterday Patrick Galbraith asked <a href="http://capttofu.livejournal.com/17298.html">What is the official branch of MySQL?</a> which got a lot of attention, including <a href="http://developers.slashdot.org/article.pl?sid=09/03/30/228214&#38;art_pos=11">on Slashdot</a> (and the token PostgeSQL comments quickly appeared).</p>

<p>Here's the funny thing.  <em>It doesn't matter anymore.</em>  Patrick's question is interesting in an academic sense, but it's mainly a distraction from what really matters.  (Hint: What's the official Linux and who really cares?  Ubuntu?  RedHat?  Debian?  CentOS?)</p>

<h3>Storage Engines</h3>

<p>Nowadays what matters is the set of available storage engines.  <a href="http://www.innodb.com/innodb_plugin/">InnoDB</a>, Percona's <a href="http://www.mysqlperformanceblog.com/2008/12/16/announcing-percona-xtradb-storage-engine-a-drop-in-replacement-for-standard-innodb/">XtraDB</a>, PrimeBase's <a href="http://www.primebase.org/">PBXT</a>, <a href="http://dev.mysql.com/downloads/maria/index.html">Maria</a>, <a href="http://dev.mysql.com/tech-resources/articles/falcon-transactional-engine-part1.html">Falcon</a>, and several others are available or will be soon.  I predict that for the foreseeable future, any MySQL distribution or derivative <em>must</em> support the storage engine plug-in API that MySQL 5.1 defined.  And since that's the case, it largely won't matter which flavor you using.</p>

<h3>Protocol(s)</h3>

<p>Look at what's happened in the world of key/value databases in the last few years.  More than a few of them speak the <a href="http://www.danga.com/memcached/">memcached</a> protocol as either their native and default or an optional add-on.  I suspect the same thing will be the case here.  All MySQL distributions and derivatives will speak the "traditional" MySQL protocol (just like memecached has the old protocol).  Some of them, notably <a href="https://launchpad.net/drizzle">Drizzle</a>, will have other (newere, better) protocols available as well (much like memcached has the new binary protocol).</p>

<h3>Summary</h3>

<p>In summary, the choice of MySQL version or derivative won't matter as much as you might think because they'll have the same Storge Engine plug-ins available (thanks to the shared plugin-in API), they'll all speak a common protocol (this may not be true for replication--watch that area closely), and will largely offer the same subset of SQL and SQL extensions.</p>

<p>They'll all be supported by different groups/companies (including some "database appliance" vendors), will all be tuned differently and aimed at slightly different uses cases, and will certainly benefit from a lot of cross-pollination.</p>

<p>That doesn't sound so bad to me.</p>

<p>The fact that nobody can point to the "real" MySQL in a few years just won't matter.  Does anyone ask (anymore) which is the "real" Linux?  Nope.  And for very similar reasons.  Think of MySQL as "kernel" and Storage Engine as "filesystem" and you'll realize we've been down this road before.</p>

<p>We're looking at the upgrade from 5.0 to 5.1 soon at Craigslist and don't know if we'll be using InnoDB or XtraDB yet.  Time will tell.</p>

<p>See Also: <a href="http://jeremy.zawodny.com/blog/archives/010774.html">The New MySQL Landscape</a>, which I wrote a few months back--before a good chunk of the MySQL team had left Sun.</p>  <p>(<a href="http://jeremy.zawodny.com/blog/archives/011046.html#comments">comments</a>)</p>]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/entertainment/internet/2009033108/3336/the-real-or-official-mysql-does-not-matter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Visual Effects in Ubuntu to Increase Performance</title>
		<link>http://www.usdailymirror.com/entertainment/internet/2009032412/2493/enable-visual-effects-in-ubuntu-to-increase-performance/</link>
		<comments>http://www.usdailymirror.com/entertainment/internet/2009032412/2493/enable-visual-effects-in-ubuntu-to-increase-performance/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:29:26 +0000</pubDate>
		<dc:creator>Jeremy@Zawodny.com</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>For a while now, I'd been running Ubuntu 8.04 on my Thinkpad T61 (work machine) with Visual Effects disabled.</p>

<p>Why?</p>

<p>There were <a href="https://bugs.launchpad.net/ubuntu/+source/xterm/+bug/199285">weird bugs with compiz and xterm</a> that caused corruption at times.  So I shut it off and never thought about it again.  But a few days ago, I upgraded to 8.10 despite the apparent increase in <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/205653">WiFi related lock-ups</a> I can expect to see (apparently I don't have the Intel wireless in this machine... grumble).</p>

<p>Switching virtual desktops, or "Workspaces" as they're called, seemed to be even slower than before--almost intolerable.  Just for kicks I decided to go play with the settings.</p>

<p><a href="http://www.flickr.com/photos/jzawodn/3382206899/" title="Ubuntu Visual Effects Preferences by jzawodn, on Flickr"><img src="http://farm4.static.flickr.com/3468/3382206899_dc2a744c0f_o.png" width="600" height="514" alt="Ubuntu Visual Effects Preferences" /></a></p>

<p>Imagine my surprise when switching that selection from "None" to "Normal" resulted in an dramatic increase in virtual desktop redraw perfomance.</p>

<p>Yay!</p>

<p>Counterintuitive, but yay anyway.</p>  <p>(<a href="http://jeremy.zawodny.com/blog/archives/011031.html#comments">comments</a>)</p>]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/entertainment/internet/2009032412/2493/enable-visual-effects-in-ubuntu-to-increase-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Craigslist Search Features</title>
		<link>http://www.usdailymirror.com/entertainment/internet/2009030516/269/new-craigslist-search-features/</link>
		<comments>http://www.usdailymirror.com/entertainment/internet/2009030516/269/new-craigslist-search-features/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 23:47:18 +0000</pubDate>
		<dc:creator>Jeremy@Zawodny.com</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[craigslist]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>I haven't said a lot here about what I've been working on at Craigslist recently.  But Craig <a href="http://www.cnewmark.com/2009/03/public-or-private-have-employees-engage-your-citizens-or-customers.html">mentioned me today</a> in his blog and that made me remember that I should say something. :-)</p>

<p>Much of my work has been behind the scenes infrastructure stuff, but some of that is translating into new features that craigslist users can see.  And, as of this morning, a lot more users <em>are</em> seeing the fruits of that labor.</p>

<p>As I noted a few weeks back in <a href="http://jeremy.zawodny.com/blog/archives/010869.html">Sphinx Search at Craigslist</a>, I've been hacking a lot on search.  Here's a screen shot to show you what I've been calling "nearby search" (though "nearby results" is probably more appropriate).</p>

<p><a href="http://www.flickr.com/photos/jzawodn/3332045794/" title="Craigslist Nearby Results in Toledo by jzawodn, on Flickr"><img src="http://farm4.static.flickr.com/3331/3332045794_2004ae7702.jpg" width="500" height="345" alt="Craigslist Nearby Results in Toledo" border="1" /></a></p>

<p>If you run a search in a city and there aren't many results, we'll also run the search in nearby areas to see if we can find matches there too.  The above example was a search for "<a href="http://toledo.craigslist.org/search/sss?query=2008+mazda">2008 mazda</a>" in my hometown of Toledo, Ohio.  The "nearby" results are clearly separated from local matches and local matches are still given priority.</p>

<p>The <a href="http://toledo.craigslist.org/forums/?forumID=9945">feedback</a> has been generally positive so far.  Though, with any change, some folks aren't happy.  I can't say it's going to stay in this exact form.  We may need to tweak the interface, the radius of the nearby search areas, and so on.  But on the whole I think it's a helpful improvement when you're looking for something that's a bit harder to find and you're willing to drive an hour or two.</p>

<p>As of earlier today, it's available in most smaller and medium sized US cities.  It'll probably come to the remainder of cities before long too.  I've been testing it for about a week and a half, starting with about a dozen cities and then adding about twenty more late last week.  This morning I mostly flipped the big switch.</p>

<p>Of course, this opened the flood gates for similar feature requests: custom radius searches, state wide searching, search ALL of craigslist, etc.</p>

<p>In related news, a couple months back I expanded the <a href="http://www.craigslist.org/about/help/search">search help page</a> to include advanced search syntax, including grouping, negation, OR queries, and more.</p>  <p>(<a href="http://jeremy.zawodny.com/blog/archives/010993.html#comments">comments</a>)</p>]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/entertainment/internet/2009030516/269/new-craigslist-search-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sphinx Search at Craigslist</title>
		<link>http://www.usdailymirror.com/entertainment/internet/2009011610/46/sphinx-search-at-craigslist/</link>
		<comments>http://www.usdailymirror.com/entertainment/internet/2009011610/46/sphinx-search-at-craigslist/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 17:55:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[craigslist]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>A couple days ago, Andrew posted a news item titled <a href="http://www.sphinxsearch.com/news/34.html">Sphinx goes billions</a> to the <a href="http://www.sphinxsearch.com/">Sphinx</a> web site.</p>

<blockquote>Last but not least, <a href="http://sphinxsearch.com/powered.html">Powered By</a> section, now at 113 sites and counting, was updated and restyled. I had long wondered how much Sphinx search queries are performed per month if we sum <b>all</b> the sites using it, and whether we already hit 1B page views per month or not. Being open-source, there's no easy way to tell. But now with the addition of <a href="http://craigslist.org">craigslist</a> to Powered By list I finally know that we do. Many thanks to <a href="http://jeremy.zawodny.com/blog/">Jeremy Zawodny</a> who worked hard on making that happen, my itch is no more. :-)</blockquote>

<p>Well, I guess the cat's out of the bag!  My first project at Craigslist was replacing <a href="http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html">MySQL FULLTEXT indexing</a> with Sphinx.  It wasn't the easiest road in the world, for a variety of reasons, but we got it all working and it's been humming along very well ever since.  And I learned a heck of a lot about both Sphinx and craigslist internals in the process too.</p>

<p>I'm not going to go into a lot of details on the implementation here, other than to say Sphinx is faster and far more resource efficient than MySQL was for this task.  In the <a href="http://jeremy.zawodny.com/blog/archives/010805.html">MySQL and Search and Craigslist</a> talk I'm giving at the <a href="http://en.oreilly.com/mysql2009/public/content/home">2009 MySQL Users Conference</a>, I'll go into a lot more detail about the  unique problems we had and how we solved them.</p>

<p>For what it's worth, the implementation isn't really done.  I did update the <a href="http://www.craigslist.org/about/help/search">search help</a> page on the site to reflect some of the capabilities (hey, look!  OR searches!) but there are features I have planned that I'd like to expose as time allows.</p>  <p>(<a href="http://jeremy.zawodny.com/blog/archives/010869.html#comments">comments</a>)</p>]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/entertainment/internet/2009011610/46/sphinx-search-at-craigslist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
