<?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: Delete Duplicate Rows From Database</title>
	<atom:link href="http://madhax.org/2010/01/delete-duplicate-rows-from-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://madhax.org/2010/01/delete-duplicate-rows-from-database/</link>
	<description>code, caffeine and culture</description>
	<lastBuildDate>Sun, 16 May 2010 08:00:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Madhax</title>
		<link>http://madhax.org/2010/01/delete-duplicate-rows-from-database/comment-page-1/#comment-1497</link>
		<dc:creator>Madhax</dc:creator>
		<pubDate>Sun, 16 May 2010 08:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://madhax.org/?p=108#comment-1497</guid>
		<description>Unfortunately I do not have a perl version of the above code. The code I put in my blog isn&#039;t very clear and looking at it now I got sort of confused as the pseudo code is more implicit than explicit. I have attached the full python code that I use in my production databases. It is in the form of a module.

The only functionality you need to port this to perl is to be able to:
-create hash tables
-create queues
-read/write binary files
-perform SQL queries

This code was meant for my eyes only, so I&#039;m offering it as is and make no guarantees. I will answer questions when and if I have time. 

&lt;a href=&#039;/wp-content/uploads/sqlremdup.py&#039; rel=&quot;nofollow&quot;&gt;CLICK HERE TO VIEW CODE&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Unfortunately I do not have a perl version of the above code. The code I put in my blog isn&#8217;t very clear and looking at it now I got sort of confused as the pseudo code is more implicit than explicit. I have attached the full python code that I use in my production databases. It is in the form of a module.</p>
<p>The only functionality you need to port this to perl is to be able to:<br />
-create hash tables<br />
-create queues<br />
-read/write binary files<br />
-perform SQL queries</p>
<p>This code was meant for my eyes only, so I&#8217;m offering it as is and make no guarantees. I will answer questions when and if I have time. </p>
<p><a href='/wp-content/uploads/sqlremdup.py' rel="nofollow">CLICK HERE TO VIEW CODE</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQLer</title>
		<link>http://madhax.org/2010/01/delete-duplicate-rows-from-database/comment-page-1/#comment-1496</link>
		<dc:creator>MySQLer</dc:creator>
		<pubDate>Sun, 16 May 2010 07:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://madhax.org/?p=108#comment-1496</guid>
		<description>A production table I was working on had 16 million (with 8 million dupes) rows and I tried unique index method. It took around 6-7 hours. I&#039;m trying algorithmic method (since I have to design a script for n other prod databases with same issue), if I am trying to develop similar function in perl as it would suit the requirement. Please let me know if you have a perl version of the above as I was not able to find some of the equivalent functions.</description>
		<content:encoded><![CDATA[<p>A production table I was working on had 16 million (with 8 million dupes) rows and I tried unique index method. It took around 6-7 hours. I&#8217;m trying algorithmic method (since I have to design a script for n other prod databases with same issue), if I am trying to develop similar function in perl as it would suit the requirement. Please let me know if you have a perl version of the above as I was not able to find some of the equivalent functions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
