<?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: How much memory Innodb locks really take ?</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/07/13/how-much-memory-innodb-locks-really-take/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/07/13/how-much-memory-innodb-locks-really-take/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Thu, 20 Nov 2008 10:46:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Como resolver o problema do MySQL Error 1206</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/13/how-much-memory-innodb-locks-really-take/#comment-310442</link>
		<dc:creator>Como resolver o problema do MySQL Error 1206</dc:creator>
		<pubDate>Sun, 08 Jun 2008 06:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/13/how-much-memory-innodb-locks-really-take/#comment-310442</guid>
		<description>[...] artigo no MySQL Performance Blog (que eu assino o feed) também explica como ocorre o lock em tabelas innodb: in Innodb row level locks are implemented by having special lock table, located in the buffer pool [...]</description>
		<content:encoded><![CDATA[<p>[...] artigo no MySQL Performance Blog (que eu assino o feed) também explica como ocorre o lock em tabelas innodb: in Innodb row level locks are implemented by having special lock table, located in the buffer pool [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Error 1206 &#171; Mike R&#8217;s Blog</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/13/how-much-memory-innodb-locks-really-take/#comment-5348</link>
		<dc:creator>MySQL Error 1206 &#171; Mike R&#8217;s Blog</dc:creator>
		<pubDate>Mon, 23 Oct 2006 20:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/13/how-much-memory-innodb-locks-really-take/#comment-5348</guid>
		<description>[...] Update (23-Oct-2006) Found what I was looking for about the InnoDB lock table and it&#8217;s behavior at MySQL Performance Blog. Update (21-Oct-2006) Found an explanation here which says: &#8220;The SQL statement sets locks on all the records it scans. If you have a small buffer pool, then the InnoDB lock table may indeed grow so big that it does not fit in the buffer pool. &#8220; [...]</description>
		<content:encoded><![CDATA[<p>[...] Update (23-Oct-2006) Found what I was looking for about the InnoDB lock table and it&#8217;s behavior at MySQL Performance Blog. Update (21-Oct-2006) Found an explanation here which says: &#8220;The SQL statement sets locks on all the records it scans. If you have a small buffer pool, then the InnoDB lock table may indeed grow so big that it does not fit in the buffer pool. &#8220; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Performance Blog &#187; SELECT LOCK IN SHARE MODE and FOR UPDATE</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/13/how-much-memory-innodb-locks-really-take/#comment-1541</link>
		<dc:creator>MySQL Performance Blog &#187; SELECT LOCK IN SHARE MODE and FOR UPDATE</dc:creator>
		<pubDate>Sun, 06 Aug 2006 20:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/13/how-much-memory-innodb-locks-really-take/#comment-1541</guid>
		<description>[...] Lock table Innodb can lock tables but it will still need to set row level locks which is memory and CPU overhead. For some bulk operations it would be more efficient to use table locks. As I  tested it really takes some resources. [...]</description>
		<content:encoded><![CDATA[<p>[...] Lock table Innodb can lock tables but it will still need to set row level locks which is memory and CPU overhead. For some bulk operations it would be more efficient to use table locks. As I  tested it really takes some resources. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
