<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: InnoDB is a NoSQL database</title>
	<atom:link href="http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17420</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17420</guid>
		<description>Brian, I wasn&#039;t aware of that.  But I am aware that memcached is a more capable database than the way people commonly use it.  This is part of why I built protocol support into mk-query-digest.  Mark, I wonder how many people are using Embedded InnoDB, and for what?</description>
		<content:encoded><![CDATA[<p>Brian, I wasn&#8217;t aware of that.  But I am aware that memcached is a more capable database than the way people commonly use it.  This is part of why I built protocol support into mk-query-digest.  Mark, I wonder how many people are using Embedded InnoDB, and for what?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Robson</title>
		<link>http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17419</link>
		<dc:creator>Mark Robson</dc:creator>
		<pubDate>Mon, 14 Dec 2009 10:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17419</guid>
		<description>I&#039;ve had a play with Embedded InnoDB. It does seem a bit immature and there aren&#039;t a lot of features to recommend it over MySQL + InnoDB.

In particular, schema maintenance is a pain, there is &lt;a href=&quot;http://code.google.com/p/ddltool/&quot; rel=&quot;nofollow&quot;&gt;a project to create some tools&lt;/a&gt; but otherwise it&#039;s entirely up to the application.

Of course unlike (say) sqlite, only one application at once may open an InnoDB database, so the application(s) need to ensure that.

Also unlike sqlite, a single app may only open one innodb database (at once, possibly ever).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a play with Embedded InnoDB. It does seem a bit immature and there aren&#8217;t a lot of features to recommend it over MySQL + InnoDB.</p>
<p>In particular, schema maintenance is a pain, there is <a href="http://code.google.com/p/ddltool/" rel="nofollow">a project to create some tools</a> but otherwise it&#8217;s entirely up to the application.</p>
<p>Of course unlike (say) sqlite, only one application at once may open an InnoDB database, so the application(s) need to ensure that.</p>
<p>Also unlike sqlite, a single app may only open one innodb database (at once, possibly ever).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Aker</title>
		<link>http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17418</link>
		<dc:creator>Brian Aker</dc:creator>
		<pubDate>Mon, 14 Dec 2009 08:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17418</guid>
		<description>Hi!

I don&#039;t know if you are aware of this, but we have an example inside of the libmemcached distribution where we use Embedded Innodb to backend a Memcached server. Protocol-wise it is Memcached, but the backend is Innodb. The Memcached protocol has a defined range search in it. I was hoping someone would go to the effort of hooking it up.

Cheers,
   -Brian</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I don&#8217;t know if you are aware of this, but we have an example inside of the libmemcached distribution where we use Embedded Innodb to backend a Memcached server. Protocol-wise it is Memcached, but the backend is Innodb. The Memcached protocol has a defined range search in it. I was hoping someone would go to the effort of hooking it up.</p>
<p>Cheers,<br />
   -Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17412</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Mon, 14 Dec 2009 01:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17412</guid>
		<description>Rob: yes, InnoDB has a stored procedure implementation, which it uses for a lot of internal tasks such as maintaining foreign keys, among other things.  But you don&#039;t get access to that.

Shlomi: I doubt it&#039;s as easy to use most of the other storage engines as embedded databases, but I&#039;m actually the wrong person to say that.

John: yes, I overlooked NDB.</description>
		<content:encoded><![CDATA[<p>Rob: yes, InnoDB has a stored procedure implementation, which it uses for a lot of internal tasks such as maintaining foreign keys, among other things.  But you don&#8217;t get access to that.</p>
<p>Shlomi: I doubt it&#8217;s as easy to use most of the other storage engines as embedded databases, but I&#8217;m actually the wrong person to say that.</p>
<p>John: yes, I overlooked NDB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Karwin</title>
		<link>http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17406</link>
		<dc:creator>Bill Karwin</dc:creator>
		<pubDate>Sun, 13 Dec 2009 21:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2009/12/13/innodb-is-a-nosql-database/#comment-17406</guid>
		<description>And InnoDB is *already* owned by Oracle!  There&#039;s no suspense or uncertainty regarding its fate!  :-)</description>
		<content:encoded><![CDATA[<p>And InnoDB is *already* owned by Oracle!  There&#8217;s no suspense or uncertainty regarding its fate!  :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

