<?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: Trying to reliably make MyISAM crash; Maria is sturdy as</title>
	<atom:link href="http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as</link>
	<description>A permanent record for what's interesting today - this is my live journal</description>
	<pubDate>Fri, 25 Jul 2008 10:11:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Oleksandr Byelkin</title>
		<link>http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as#comment-131232</link>
		<dc:creator>Oleksandr Byelkin</dc:creator>
		<pubDate>Wed, 30 Jan 2008 07:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as#comment-131232</guid>
		<description>Logs are huge by default (1Gb per file) but you can limit how much data write in every log file:

set global maria_log_file_size=

Maria by default remove unneeded logs as soon as it detected (checked on every checkpoint, by default every 30 sec)</description>
		<content:encoded><![CDATA[<p>Logs are huge by default (1Gb per file) but you can limit how much data write in every log file:</p>
<p>set global maria_log_file_size=</p>
<p>Maria by default remove unneeded logs as soon as it detected (checked on every checkpoint, by default every 30 sec)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byte</title>
		<link>http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as#comment-131226</link>
		<dc:creator>byte</dc:creator>
		<pubDate>Wed, 30 Jan 2008 03:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as#comment-131226</guid>
		<description>Aha! So thats how you did it in Heidelberg. Giuseppe and I didn't have enough time to chat with you to see what was going on, and I was in awe when I first saw it in Heidelberg :)

Kudos BTW to all work on Maria - it seems really reliable, and its crash-safe goodness, is simply amazing.

Highly excited I am, so I'll be playing with it a lot more and providing feedback</description>
		<content:encoded><![CDATA[<p>Aha! So thats how you did it in Heidelberg. Giuseppe and I didn&#8217;t have enough time to chat with you to see what was going on, and I was in awe when I first saw it in Heidelberg :)</p>
<p>Kudos BTW to all work on Maria - it seems really reliable, and its crash-safe goodness, is simply amazing.</p>
<p>Highly excited I am, so I&#8217;ll be playing with it a lot more and providing feedback</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergei Golubchik</title>
		<link>http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as#comment-131219</link>
		<dc:creator>Sergei Golubchik</dc:creator>
		<pubDate>Tue, 29 Jan 2008 23:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as#comment-131219</guid>
		<description>I think you had problems crashing MySQL because when insert ... select uses the same table both in insert and select clauses, MySQL first executes select into a temporary table, and then insert from it into the destination table. That is, half of the time MySQL is NOT writing into t1, and you have no chance of seeing when it does, you shoot in the dark, pull the plug, and pray.

A better approach would be to create a big table in advance, and use insert t1 select * from big_table; or load data infile.

In Heidelberg we pulled the plug during the large DELETE and MyISAM was corrupted, pretty reliably.</description>
		<content:encoded><![CDATA[<p>I think you had problems crashing MySQL because when insert &#8230; select uses the same table both in insert and select clauses, MySQL first executes select into a temporary table, and then insert from it into the destination table. That is, half of the time MySQL is NOT writing into t1, and you have no chance of seeing when it does, you shoot in the dark, pull the plug, and pray.</p>
<p>A better approach would be to create a big table in advance, and use insert t1 select * from big_table; or load data infile.</p>
<p>In Heidelberg we pulled the plug during the large DELETE and MyISAM was corrupted, pretty reliably.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thoughts on Maria and SSD &#171; Kevin Burton&#8217;s NEW FeedBlog</title>
		<link>http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as#comment-131197</link>
		<dc:creator>Thoughts on Maria and SSD &#171; Kevin Burton&#8217;s NEW FeedBlog</dc:creator>
		<pubDate>Tue, 29 Jan 2008 08:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2008/01/29/trying-to-reliably-make-myisam-crash-maria-is-sturdy-as#comment-131197</guid>
		<description>[...] 29, 2008 in mysql   A lot of people have been buzzing about Maria over the last few [...]</description>
		<content:encoded><![CDATA[<p>[...] 29, 2008 in mysql   A lot of people have been buzzing about Maria over the last few [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
