<?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: Deleting from ARCHIVE tables</title>
	<atom:link href="http://ronaldbradford.com/blog/deleting-from-archive-tables-2008-07-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronaldbradford.com/blog/deleting-from-archive-tables-2008-07-10/</link>
	<description>Expert times and information on MySQL</description>
	<lastBuildDate>Fri, 12 Mar 2010 22:45:29 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe Izenman</title>
		<link>http://ronaldbradford.com/blog/deleting-from-archive-tables-2008-07-10/comment-page-1/#comment-381</link>
		<dc:creator>Joe Izenman</dc:creator>
		<pubDate>Wed, 09 Jul 2008 22:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=1094#comment-381</guid>
		<description>More in keeping with the intent of the Archive engine would just be to actually create different tables... have a permanently empty template table from which you could run CREATE TABLE LIKE statements, and then mark the date in the table name. Then you can safely just drop old tables at whatever interval you feel appropriate.</description>
		<content:encoded><![CDATA[<p>More in keeping with the intent of the Archive engine would just be to actually create different tables&#8230; have a permanently empty template table from which you could run CREATE TABLE LIKE statements, and then mark the date in the table name. Then you can safely just drop old tables at whatever interval you feel appropriate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Aker</title>
		<link>http://ronaldbradford.com/blog/deleting-from-archive-tables-2008-07-10/comment-page-1/#comment-380</link>
		<dc:creator>Brian Aker</dc:creator>
		<pubDate>Wed, 09 Jul 2008 19:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=1094#comment-380</guid>
		<description>Hi!

I made Archive not delete data on purpose. The only way to delete data was via drop table (so a different set of privs). This was a feature request by Robin at the time.

Personally I would call the above a bug, and I would suspect that having partitioning optimizing the delete to what must be a fast truncate means that it is not following the GENERATE macro. Which probably means that Partitioning is not handling HTON flags for different engines correctly :)

Cheers,
   -Brian</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I made Archive not delete data on purpose. The only way to delete data was via drop table (so a different set of privs). This was a feature request by Robin at the time.</p>
<p>Personally I would call the above a bug, and I would suspect that having partitioning optimizing the delete to what must be a fast truncate means that it is not following the GENERATE macro. Which probably means that Partitioning is not handling HTON flags for different engines correctly <img src='http://ronaldbradford.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
   -Brian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
