<?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: SHOW TEMPORARY TABLES</title>
	<atom:link href="http://venublog.com/2010/02/03/show-temporary-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://venublog.com/2010/02/03/show-temporary-tables/</link>
	<description>Everything In Life Is Random! (Personal and Work)</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:29:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Percona Live: Venu Anuganti; early bird registration expires tomorrow - MySQL Performance Blog</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-13205</link>
		<dc:creator>Percona Live: Venu Anuganti; early bird registration expires tomorrow - MySQL Performance Blog</dc:creator>
		<pubDate>Wed, 20 Jul 2011 04:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-13205</guid>
		<description>[...] At Scale&#8221;, where he will share some of his latest research.Â  We have Venu to thank for the SHOW TEMPORARY TABLES feature which has made its way into to Percona Server, and for detailed investigative blog posts [...]</description>
		<content:encoded><![CDATA[<p>[...] At Scale&#8221;, where he will share some of his latest research.Â  We have Venu to thank for the SHOW TEMPORARY TABLES feature which has made its way into to Percona Server, and for detailed investigative blog posts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percona Live: Venu Anuganti; early bird registration expires tomorrow &#124; MySQL Performance Blog</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-13195</link>
		<dc:creator>Percona Live: Venu Anuganti; early bird registration expires tomorrow &#124; MySQL Performance Blog</dc:creator>
		<pubDate>Mon, 27 Jun 2011 12:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-13195</guid>
		<description>[...] At Scale&#8221;, where he will share some of his latest research.Â  We have Venu to thank for the SHOW TEMPORARY TABLES feature which has made its way into to Percona Server, and for detailed investigative blog posts [...]</description>
		<content:encoded><![CDATA[<p>[...] At Scale&#8221;, where he will share some of his latest research.Â  We have Venu to thank for the SHOW TEMPORARY TABLES feature which has made its way into to Percona Server, and for detailed investigative blog posts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percona Live: Venu Anuganti; early bird registration expires tomorrow &#124; Weez.com</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-13119</link>
		<dc:creator>Percona Live: Venu Anuganti; early bird registration expires tomorrow &#124; Weez.com</dc:creator>
		<pubDate>Tue, 25 Jan 2011 17:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-13119</guid>
		<description>[...] At Scale&#8221;, where he will share some of his latest research.  We have Venu to thank for the SHOW TEMPORARY TABLES feature which has made its way into to Percona Server, and for detailed investigative blog posts [...]</description>
		<content:encoded><![CDATA[<p>[...] At Scale&#8221;, where he will share some of his latest research.  We have Venu to thank for the SHOW TEMPORARY TABLES feature which has made its way into to Percona Server, and for detailed investigative blog posts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venu Anuganti</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-10516</link>
		<dc:creator>Venu Anuganti</dc:creator>
		<pubDate>Fri, 27 Aug 2010 05:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-10516</guid>
		<description>localhost:venu&gt; select * from information_schema.global_temporary_tables;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
&#124; SESSION_ID &#124; TABLE_SCHEMA &#124; TABLE_NAME &#124; ENGINE &#124; NAME         &#124; TABLE_ROWS &#124; AVG_ROW_LENGTH &#124; DATA_LENGTH &#124; INDEX_LENGTH &#124; CREATE_TIME         &#124; UPDATE_TIME         &#124;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
&#124;          2 &#124; venu         &#124; temp2      &#124; MyISAM &#124; #sql1d14_2_0 &#124;          1 &#124;              7 &#124;           7 &#124;         1024 &#124; 2010-08-26 21:34:26 &#124; 2010-08-26 21:34:36 &#124;
&#124;          1 &#124; test         &#124; temp1      &#124; MyISAM &#124; #sql1d14_1_0 &#124;          2 &#124;              7 &#124;          14 &#124;         1024 &#124; 2010-08-26 21:33:57 &#124; 2010-08-26 21:34:05 &#124;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
2 rows in set (0.00 sec)

localhost:venu&gt; select * from information_schema.temporary_tables;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
&#124; SESSION_ID &#124; TABLE_SCHEMA &#124; TABLE_NAME &#124; ENGINE &#124; NAME         &#124; TABLE_ROWS &#124; AVG_ROW_LENGTH &#124; DATA_LENGTH &#124; INDEX_LENGTH &#124; CREATE_TIME         &#124; UPDATE_TIME         &#124;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
&#124;          2 &#124; venu         &#124; temp2      &#124; MyISAM &#124; #sql1d14_2_0 &#124;          1 &#124;              7 &#124;           7 &#124;         1024 &#124; 2010-08-26 21:34:26 &#124; 2010-08-26 21:34:36 &#124;
&#124;          1 &#124; test         &#124; temp1      &#124; MyISAM &#124; #sql1d14_1_0 &#124;          2 &#124;              7 &#124;          14 &#124;         1024 &#124; 2010-08-26 21:33:57 &#124; 2010-08-26 21:34:05 &#124;
+------------+--------------+------------+--------+--------------+------------+----------------+-------------+--------------+---------------------+---------------------+
2 rows in set (0.00 sec)</description>
		<content:encoded><![CDATA[<p>localhost:venu> select * from information_schema.global_temporary_tables;<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| SESSION_ID | TABLE_SCHEMA | TABLE_NAME | ENGINE | NAME         | TABLE_ROWS | AVG_ROW_LENGTH | DATA_LENGTH | INDEX_LENGTH | CREATE_TIME         | UPDATE_TIME         |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
|          2 | venu         | temp2      | MyISAM | #sql1d14_2_0 |          1 |              7 |           7 |         1024 | 2010-08-26 21:34:26 | 2010-08-26 21:34:36 |<br />
|          1 | test         | temp1      | MyISAM | #sql1d14_1_0 |          2 |              7 |          14 |         1024 | 2010-08-26 21:33:57 | 2010-08-26 21:34:05 |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
2 rows in set (0.00 sec)</p>
<p>localhost:venu> select * from information_schema.temporary_tables;<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
| SESSION_ID | TABLE_SCHEMA | TABLE_NAME | ENGINE | NAME         | TABLE_ROWS | AVG_ROW_LENGTH | DATA_LENGTH | INDEX_LENGTH | CREATE_TIME         | UPDATE_TIME         |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
|          2 | venu         | temp2      | MyISAM | #sql1d14_2_0 |          1 |              7 |           7 |         1024 | 2010-08-26 21:34:26 | 2010-08-26 21:34:36 |<br />
|          1 | test         | temp1      | MyISAM | #sql1d14_1_0 |          2 |              7 |          14 |         1024 | 2010-08-26 21:33:57 | 2010-08-26 21:34:05 |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+<br />
2 rows in set (0.00 sec)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: limohao</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-10515</link>
		<dc:creator>limohao</dc:creator>
		<pubDate>Thu, 26 Aug 2010 01:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-10515</guid>
		<description>I use xtradb 11.2
SELECT * FROM GLOBAL_TEMPORARY_TABLES G;
and 
SELECT * FROM TEMPORARY_TABLES T;

having not data 

how too setting?

ths</description>
		<content:encoded><![CDATA[<p>I use xtradb 11.2<br />
SELECT * FROM GLOBAL_TEMPORARY_TABLES G;<br />
and<br />
SELECT * FROM TEMPORARY_TABLES T;</p>
<p>having not data </p>
<p>how too setting?</p>
<p>ths</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percona-XtraDB-9.1: released and new coming features &#124; Weez.com</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-9661</link>
		<dc:creator>Percona-XtraDB-9.1: released and new coming features &#124; Weez.com</dc:creator>
		<pubDate>Thu, 18 Mar 2010 05:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-9661</guid>
		<description>[...] SHOW TEMPORARY FILES, patch from Venu Anuganti [...]</description>
		<content:encoded><![CDATA[<p>[...] SHOW TEMPORARY FILES, patch from Venu Anuganti [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venu Anuganti Blog &#187; When indexes are created in internal temporary tables</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-9629</link>
		<dc:creator>Venu Anuganti Blog &#187; When indexes are created in internal temporary tables</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-9629</guid>
		<description>[...] meant for desmonstration of different internal keys ]. This is a patch that I might be using for SHOW TEMPORARY TABLES when internal tables are included in the second version. The first version of the patch is already [...]</description>
		<content:encoded><![CDATA[<p>[...] meant for desmonstration of different internal keys ]. This is a patch that I might be using for SHOW TEMPORARY TABLES when internal tables are included in the second version. The first version of the patch is already [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 11 MySQL resources you must read!</title>
		<link>http://venublog.com/2010/02/03/show-temporary-tables/comment-page-1/#comment-9562</link>
		<dc:creator>11 MySQL resources you must read!</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://venublog.com/2010/02/03/show-temporary-tables/#comment-9562</guid>
		<description>[...] SHOW TEMPORARY TABLES I had this patch for a while where one can get listing of both session and global temporary tables across all sessions. It really helped lot of times to understand the bottlenecks of some of the temporary table issues as MySQL never exposed them in the form of SHOW TABLES. [...]</description>
		<content:encoded><![CDATA[<p>[...] SHOW TEMPORARY TABLES I had this patch for a while where one can get listing of both session and global temporary tables across all sessions. It really helped lot of times to understand the bottlenecks of some of the temporary table issues as MySQL never exposed them in the form of SHOW TABLES. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

