<?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 write efficient archiving and purging jobs in SQL</title>
	<atom:link href="http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and-purging-jobs-in-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and-purging-jobs-in-sql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and-purging-jobs-in-sql/#comment-19702</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Mon, 17 Oct 2011 20:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=121#comment-19702</guid>
		<description>It can archive dependencies, but it&#039;s not part of the core functionality. It has to be provided by a plugin.</description>
		<content:encoded><![CDATA[<p>It can archive dependencies, but it&#8217;s not part of the core functionality. It has to be provided by a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and-purging-jobs-in-sql/#comment-19699</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 15 Oct 2011 20:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=121#comment-19699</guid>
		<description>Does this tool archive dependent records as well? For example, if I archive a record in order_header, will it also archive records in order_line (and all downstream dependencies), assuming that FKs have been properly setup?</description>
		<content:encoded><![CDATA[<p>Does this tool archive dependent records as well? For example, if I archive a record in order_header, will it also archive records in order_line (and all downstream dependencies), assuming that FKs have been properly setup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaco Kroon</title>
		<link>http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and-purging-jobs-in-sql/#comment-19038</link>
		<dc:creator>Jaco Kroon</dc:creator>
		<pubDate>Thu, 06 Jan 2011 18:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=121#comment-19038</guid>
		<description>Hi,

Using an order by id limit 1 will get you the same results as using min(id), however, it should also get your &quot;scan until we find a matching row&quot;, so in both your find first row as well as find next row this may be a better approach.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Using an order by id limit 1 will get you the same results as using min(id), however, it should also get your &#8220;scan until we find a matching row&#8221;, so in both your find first row as well as find next row this may be a better approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjaneya raju</title>
		<link>http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and-purging-jobs-in-sql/#comment-19035</link>
		<dc:creator>anjaneya raju</dc:creator>
		<pubDate>Tue, 04 Jan 2011 20:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=121#comment-19035</guid>
		<description>I am planning to use  mk-archiver for archiving the databases.I tested it and works perfect.
When iam archiving the data, it is copying all the rows but leaving the last record in a table.

could you please explain me why is it leaving the last record?

Is there any option so that i can copy certain number of rows instead of copying all the rows?

appreciate your help

Thanks
Raju</description>
		<content:encoded><![CDATA[<p>I am planning to use  mk-archiver for archiving the databases.I tested it and works perfect.<br />
When iam archiving the data, it is copying all the rows but leaving the last record in a table.</p>
<p>could you please explain me why is it leaving the last record?</p>
<p>Is there any option so that i can copy certain number of rows instead of copying all the rows?</p>
<p>appreciate your help</p>
<p>Thanks<br />
Raju</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Archiver can now archive each row to a different table at Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and-purging-jobs-in-sql/#comment-16872</link>
		<dc:creator>MySQL Archiver can now archive each row to a different table at Xaprb</dc:creator>
		<pubDate>Sun, 30 Aug 2009 11:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=121#comment-16872</guid>
		<description>[...] rows per second. This is single-row inserts. (It is not intended to archive fast; it is intended to archive without disturbing the OLTP processes. Obviously this server can do a lot more inserts and deletes than [...]</description>
		<content:encoded><![CDATA[<p>[...] rows per second. This is single-row inserts. (It is not intended to archive fast; it is intended to archive without disturbing the OLTP processes. Obviously this server can do a lot more inserts and deletes than [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

