﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Raghavendra  Narayana  / Parallel Processing of Large Volume ETL Jobs / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 16:02:37 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>Yes i would like to know this too!</description><pubDate>Tue, 16 Dec 2008 10:04:38 GMT</pubDate><dc:creator>bob pearman</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>Hi Raghavendra,Great Article. How do you actually spawn a new thread? I have to implement something like this and this has given me some valuable information. I would like to thank you for this but before I begin I would like to perform some testing and I can't seem to find any code that relates to spawning new threads. Thanks once again and I hope I am not causing you any unneccasary hassle.M</description><pubDate>Fri, 23 Nov 2007 09:17:14 GMT</pubDate><dc:creator>martin-210793</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>?How do you physically spit up the large files and track them in each thread??How is the master process receiving it's messages from the children processes?FOR ABOVE TWO QUESTIONS, IN ARTICLE I HAVE GIVEN DETAILED EXPLANATION.  ?In a SQL SERVER implementation would you most likely use CRL code to break up the files and Bulk Load to import it?NOT SURE ABOUT THIS.  I WOULD REQUEST EXPERTS IN THIS PARTICULAR AREA TO ADDRESS THIS.?Any suggestions on foreign keys and indexes?NOTHING MUCH THAT I CAN THINK OF NOW, FEW THINGS COULD BE, KEEP MAIN TABLE AND RELATED TABLE INSERTS/UPDATES IN ONE COMMIT/ROLLBACK BLOCK.  TAKE CARE OF IDENTITY COLUMNS IN CASE OF ROLLBACK/FAILURE, WE'LL LOSE THE IDENTITY NUMBER IF ROLLBACK/FAILURE HAPPENS.  INSERT/UPDATE THE RECORDS IN BULK LIKE THOUSANDS IN CHUNKS IN PREFERABLY TARGET TABLE PRIMARY INDEX ORDER.  IN TARGET TABLES, BE STRICT IN INCLUDING INDEXES, TRY COMPOSITE INDEXES INSTEAD OF MULTIPLE INDIVIDUAL INDEXES.</description><pubDate>Mon, 12 Nov 2007 02:03:29 GMT</pubDate><dc:creator>RAGHAVENDRA NARAYANA-476029</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>Thanks for the rowcount and line size... I've got an experiment or two to do... I'll be back...</description><pubDate>Sat, 10 Nov 2007 07:37:34 GMT</pubDate><dc:creator>Jeff Moden</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>We can think of an ETL system where we expect around 5 million transaction coming in with around 25 columns.I would request if any of the Technical Architects who worked on database sizing and hardware configuration to share their thoughts on the article including parallelism, processors plus this question please.</description><pubDate>Sat, 10 Nov 2007 04:32:59 GMT</pubDate><dc:creator>RAGHAVENDRA NARAYANA-476029</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>[quote][b]RAGHAVENDRA NARAYANA (11/8/2007)[/b][hr]Large volume means number of rows and data size of source(s) that need to be processed into the target system by applying good amount of complex validation/filtration/transformation logics.  The "Number of rows" and "good amount of" in the previous sentence depends on the hardware capacity and availability of ETL time window of individual systems.  Before considering the idea discussed in article, study need to be done on the project for facts like current/future hardware capacity, how much data parallelism can be applied with current hardware, current/future available time window for etl processing, future complexities in validation logics, etc.[/quote]C'mon... How many rows and columns per row are you talking about?</description><pubDate>Thu, 08 Nov 2007 22:15:28 GMT</pubDate><dc:creator>Jeff Moden</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>This is great timing we were just discussing this in regards to using HaDoop or SQL Server to do some very large, close to terabyte, imports and transformations.I have a couple questions, and I realize you didn't want to include code but a little start on it would help if possible:?How do you physically spit up the large files and track them in each thread??How is the master process receiving it's messages from the children processes??In a SQL SERVER implementation would you most likely use CRL code to break up the files and Bulk Load to import it??Any suggestions on foreign keys and indexes?This is a great topic, it may give us a lead on how to proceed with our new data project.Very much appreciated!</description><pubDate>Thu, 08 Nov 2007 12:56:52 GMT</pubDate><dc:creator>omhoge</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>Ohh, and you teased me.  You mentioned SQL Set Theory twice in you introduction and then never addressed it in the body.  Now I have to go google SQL Set Theory.</description><pubDate>Thu, 08 Nov 2007 12:38:19 GMT</pubDate><dc:creator>Jim Jaggers</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>I think the information you have attempted to communicate is valuable.  However, the repeated use of slashes fragmented or run-on sentences made the article almost impossible to read.</description><pubDate>Thu, 08 Nov 2007 10:44:50 GMT</pubDate><dc:creator>Usman Ghani</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>Large volume means number of rows and data size of source(s) that need to be processed into the target system by applying good amount of complex validation/filtration/transformation logics.  The "Number of rows" and "good amount of" in the previous sentence depends on the hardware capacity and availability of ETL time window of individual systems.  Before considering the idea discussed in article, study need to be done on the project for facts like current/future hardware capacity, how much data parallelism can be applied with current hardware, current/future available time window for etl processing, future complexities in validation logics, etc.</description><pubDate>Thu, 08 Nov 2007 00:17:42 GMT</pubDate><dc:creator>RAGHAVENDRA NARAYANA-476029</dc:creator></item><item><title>RE: Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>The title of this article is "Parallel Processing of Large Volume ETL Jobs"... what do you consider to be a "Large Volume ETL Job"?</description><pubDate>Wed, 07 Nov 2007 23:29:39 GMT</pubDate><dc:creator>Jeff Moden</dc:creator></item><item><title>Parallel Processing of Large Volume ETL Jobs</title><link>http://www.sqlservercentral.com/Forums/Topic419923-1062-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/ETL/61480/"&gt;Parallel Processing of Large Volume ETL Jobs&lt;/A&gt;[/B]</description><pubDate>Wed, 07 Nov 2007 23:28:13 GMT</pubDate><dc:creator>RAGHAVENDRA NARAYANA-476029</dc:creator></item></channel></rss>