<?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: How to Recover a Tokyo Cabinet Database</title>
	<atom:link href="http://torum.net/2010/01/how-to-recover-a-tokyo-cabinet-database-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://torum.net/2010/01/how-to-recover-a-tokyo-cabinet-database-file/</link>
	<description>Hackaholic and a Web Addict based in Tokyo</description>
	<lastBuildDate>Sun, 08 Jan 2012 04:49:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Toru Maesaka</title>
		<link>http://torum.net/2010/01/how-to-recover-a-tokyo-cabinet-database-file/comment-page-1/#comment-25052</link>
		<dc:creator>Toru Maesaka</dc:creator>
		<pubDate>Sat, 09 Oct 2010 09:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://torum.net/?p=2324#comment-25052</guid>
		<description>&lt;a href=&quot;#comment-24718&quot; rel=&quot;nofollow&quot;&gt;@Marc Cunning&lt;/a&gt; That&#039;s not possible since you&#039;re asking Tokyo Cabinet to have a different (or split) storage format. Although, it&#039;s possible to do it on the layer above which I do for one of my projects (B+Tree for the Index).</description>
		<content:encoded><![CDATA[<p><a href="#comment-24718" rel="nofollow">@Marc Cunning</a> That&#8217;s not possible since you&#8217;re asking Tokyo Cabinet to have a different (or split) storage format. Although, it&#8217;s possible to do it on the layer above which I do for one of my projects (B+Tree for the Index).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Cunning</title>
		<link>http://torum.net/2010/01/how-to-recover-a-tokyo-cabinet-database-file/comment-page-1/#comment-24718</link>
		<dc:creator>Marc Cunning</dc:creator>
		<pubDate>Sun, 03 Oct 2010 00:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://torum.net/?p=2324#comment-24718</guid>
		<description>Is possible to create databases with separate INDEX files and DATA files..?
TC binds Value and Index inside only one file, but how to separate them
in different files, i.e. &quot;file.tcb - file.idx&quot;
meaning: file.tcb containing data values or records only
         file.idx containing indexes pointing to the values or records in file.tcb..
With this, recovering one broken database could be very easy..</description>
		<content:encoded><![CDATA[<p>Is possible to create databases with separate INDEX files and DATA files..?<br />
TC binds Value and Index inside only one file, but how to separate them<br />
in different files, i.e. &#8220;file.tcb &#8211; file.idx&#8221;<br />
meaning: file.tcb containing data values or records only<br />
         file.idx containing indexes pointing to the values or records in file.tcb..<br />
With this, recovering one broken database could be very easy..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toru Maesaka</title>
		<link>http://torum.net/2010/01/how-to-recover-a-tokyo-cabinet-database-file/comment-page-1/#comment-10539</link>
		<dc:creator>Toru Maesaka</dc:creator>
		<pubDate>Mon, 03 May 2010 05:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://torum.net/?p=2324#comment-10539</guid>
		<description>&lt;a href=&quot;#comment-8426&quot; rel=&quot;nofollow&quot;&gt;@Mark Callaghan&lt;/a&gt; It is crash safe if you tell it to be so. Specifically when you open the database.

&lt;a href=&quot;#comment-10487&quot; rel=&quot;nofollow&quot;&gt;@Mike Spreitzer&lt;/a&gt; So, despite the common belief, if you use TC&#039;s Transaction API then it is crash safe. Though you must remember that this obviously reduces throughput.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8426" rel="nofollow">@Mark Callaghan</a> It is crash safe if you tell it to be so. Specifically when you open the database.</p>
<p><a href="#comment-10487" rel="nofollow">@Mike Spreitzer</a> So, despite the common belief, if you use TC&#8217;s Transaction API then it is crash safe. Though you must remember that this obviously reduces throughput.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Spreitzer</title>
		<link>http://torum.net/2010/01/how-to-recover-a-tokyo-cabinet-database-file/comment-page-1/#comment-10487</link>
		<dc:creator>Mike Spreitzer</dc:creator>
		<pubDate>Sun, 02 May 2010 03:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://torum.net/?p=2324#comment-10487</guid>
		<description>OK, so Tokyo Cabinet is not crash safe.  And yet, at
http://1978th.net/tokyocabinet/spex-en.html#features
we see the statement
&quot;improves robustness : database file is not corrupted even under catastrophic situation&quot;
What does that mean?</description>
		<content:encoded><![CDATA[<p>OK, so Tokyo Cabinet is not crash safe.  And yet, at<br />
<a href="http://1978th.net/tokyocabinet/spex-en.html#features" rel="nofollow">http://1978th.net/tokyocabinet/spex-en.html#features</a><br />
we see the statement<br />
&#8220;improves robustness : database file is not corrupted even under catastrophic situation&#8221;<br />
What does that mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://torum.net/2010/01/how-to-recover-a-tokyo-cabinet-database-file/comment-page-1/#comment-8426</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Sun, 21 Mar 2010 15:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://torum.net/?p=2324#comment-8426</guid>
		<description>Why do the slides for the successor to Tokyo Cabinet (http://1978th.net/kyotocabinet/) continue to suggest that this provides ACID when it isn&#039;t crash safe?</description>
		<content:encoded><![CDATA[<p>Why do the slides for the successor to Tokyo Cabinet (<a href="http://1978th.net/kyotocabinet/" rel="nofollow">http://1978th.net/kyotocabinet/</a>) continue to suggest that this provides ACID when it isn&#8217;t crash safe?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

