 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Data warehouse</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/data-warehouse/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Data mining and warehousing</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/data-mining-and-warehousing/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/data-mining-and-warehousing/#comments</comments>
		<pubDate>Wed, 01 May 2013 10:44:47 +0000</pubDate>
		<dc:creator>masaka</dc:creator>
				<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[Data warehouse]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/data-mining-and-warehousing/</guid>
		<description><![CDATA[New Answer by Chris Leonard]]></description>
				<content:encoded><![CDATA[New Answer by Chris Leonard]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/data-mining-and-warehousing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BI product</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bi-product/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/bi-product/#comments</comments>
		<pubDate>Sat, 16 Feb 2013 19:31:26 +0000</pubDate>
		<dc:creator>CharlieBrowne</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data warehouse]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/bi-product/</guid>
		<description><![CDATA[New Discussion Post by WoodEngineer]]></description>
				<content:encoded><![CDATA[New Discussion Post by WoodEngineer]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/bi-product/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Teradata Live Webcast: Creating an integrated BI and data warehousing architecture</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/teradata-live-webcast-creating-an-integrated-bi-and-data-warehousing-architecture/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/teradata-live-webcast-creating-an-integrated-bi-and-data-warehousing-architecture/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 17:10:06 +0000</pubDate>
		<dc:creator>Michael Tidmarsh</dc:creator>
				<category><![CDATA[BI]]></category>
		<category><![CDATA[Data warehouse]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/teradata-live-webcast-creating-an-integrated-bi-and-data-warehousing-architecture/</guid>
		<description><![CDATA[New Discussion Post by brubensteintt]]></description>
				<content:encoded><![CDATA[New Discussion Post by brubensteintt]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/teradata-live-webcast-creating-an-integrated-bi-and-data-warehousing-architecture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to speed up AS/400 SQL?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-speed-up-as400-sql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-speed-up-as400-sql/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 08:46:52 +0000</pubDate>
		<dc:creator>Sloopy</dc:creator>
				<category><![CDATA[AS/400 - DDS]]></category>
		<category><![CDATA[AS/400 SQL]]></category>
		<category><![CDATA[Data warehouse]]></category>
		<category><![CDATA[DDS]]></category>
		<category><![CDATA[Showcase]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We have SQL on our Data Warehouse written using SHOWCASE. The SQL could be better, it is not SO bad for something writen with a drag and drop gui, but the execution is far too slow &#8211; 12 minutes to extract data from the main 3.5 million record file, with several left outer joins. So, [...]]]></description>
				<content:encoded><![CDATA[<p>We have SQL on our Data Warehouse written using SHOWCASE. The SQL could be better, it is not SO bad for something writen with a drag and drop gui, but the execution is far too slow &#8211; 12 minutes to extract data from the main 3.5 million record file, with several left outer joins.<br/><br/> So, we created indexes on the files, including one on a date (&#8216;yyyymm&#8217;, character) field on the main file which was the primary WHERE selection &#8211; WHERE MYDATE = &#8217;201103&#8242;. According to performance information collected, the query used the index, which should have restricted the selection to roughly one-twelfth of the records. But there was no speed increase whatsoever, and it looked as if all records in the main file were still read.<br/><br/> Pool stats seem fine, DB faults in the run were 2.3 for 2721 pages. The &#8216;classic&#8217; (slow) SQL engine is not being used, we have prohibited DDS-created logical files. Why is there no effect when valid indexes are created? How can we speed up the runs?<br/><br/> We do intend to look at flattening the data, splitting the big file, other physical rearrangements &#8211; but why are indexes not giving any improvement?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-speed-up-as400-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deactivate Storage Unit Management in SAP WM</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/deactivate-storage-unit-management-in-sap-wm/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/deactivate-storage-unit-management-in-sap-wm/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 00:55:04 +0000</pubDate>
		<dc:creator>2626</dc:creator>
				<category><![CDATA[Data storage management]]></category>
		<category><![CDATA[Data warehouse]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SAP WM]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How do you deactivate storage unit management in the warehouse? What are the steps? I know that the warehouse record can be deactivated; however, do you transfer su material into non-su managed bins, deactivate the storage type then the warehouse?]]></description>
				<content:encoded><![CDATA[<p>How do you deactivate storage unit management in the warehouse? What are the steps? I know that the warehouse record can be deactivated; however, do you transfer su material into non-su managed bins, deactivate the storage type then the warehouse?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/deactivate-storage-unit-management-in-sap-wm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Career in datawarehousing or data management?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/career-in-datawarehousing-or-data-management/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/career-in-datawarehousing-or-data-management/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 07:39:21 +0000</pubDate>
		<dc:creator>Smitheshgopal</dc:creator>
				<category><![CDATA[Data Center in 2010]]></category>
		<category><![CDATA[Data Center management]]></category>
		<category><![CDATA[Data management]]></category>
		<category><![CDATA[Data management tools]]></category>
		<category><![CDATA[Data warehouse]]></category>
		<category><![CDATA[Data warehousing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I have [strong]4.5[/strong] years experience as data processing associate. Now I am working as MIS Reporting Assistant. I have good knowldge of Excel.  I am a B.Com graduate and I am interested in making a good career in Data warehousing or Data Management. I am planning to do a certificate course in SQL as my [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,<br/><br/> I have [strong]4.5[/strong] years experience as data processing associate. Now I am working as MIS Reporting Assistant. I have good knowldge of Excel.  I am a B.Com graduate and I am interested in making a good career in Data warehousing or Data Management. I am planning to do a certificate course in SQL as my currect work demands for SQL and I have started learning SQL on net. Am I [em][strong]academically eligible[/strong] [/em]to make a sound career in Data warehousing or Data Management. If no, please advise me what I should do? (qualifications required for datawarehousing or data management)<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/career-in-datawarehousing-or-data-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Risks of releasing newly developed code to UAT without QA</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qa-fast-forward-to-uat/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/qa-fast-forward-to-uat/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 08:35:53 +0000</pubDate>
		<dc:creator>Satkaur</dc:creator>
				<category><![CDATA[Data warehouse]]></category>
		<category><![CDATA[Data Warehouse Testing]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[Quality assurance]]></category>
		<category><![CDATA[Quality assurance managers]]></category>
		<category><![CDATA[Testing software]]></category>
		<category><![CDATA[UAT]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What are the risks to releasing new developed code to UAT environment for UAT without running it in QA first?  ]]></description>
				<content:encoded><![CDATA[<p>What are the risks to releasing new developed code to UAT environment for UAT without running it in QA first?<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/qa-fast-forward-to-uat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storage vs Data Warehouse</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/storage-vs-data-warehouse/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/storage-vs-data-warehouse/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 13:17:58 +0000</pubDate>
		<dc:creator>Dovmhr</dc:creator>
				<category><![CDATA[Data warehouse]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Storage in 2010]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[would it be correct to paint DW as having 4 layers: Storage, Access, Directory, Analytics? If so what layers would be software and which would be hardware? Thanks!]]></description>
				<content:encoded><![CDATA[<p>would it be correct to paint DW as having 4 layers: Storage, Access, Directory, Analytics? If so what layers would be software and which would be hardware? Thanks!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/storage-vs-data-warehouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance impact by using GUID instead of sequence as primary key</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/performance-impact-by-using-guid-instead-of-sequence-as-primary-key/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/performance-impact-by-using-guid-instead-of-sequence-as-primary-key/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 18:46:40 +0000</pubDate>
		<dc:creator>Jzliao</dc:creator>
				<category><![CDATA[Data Model Primary Key]]></category>
		<category><![CDATA[Data warehouse]]></category>
		<category><![CDATA[GUID]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is there anyone has experience on using GUID as the primary key in the data model of a huge data warehouse? What is the impact of the performance compare with the sequencial surrogate key in Oracle 10g or higher version?]]></description>
				<content:encoded><![CDATA[<p>Is there anyone has experience on using GUID as the primary key in the data model of a huge data warehouse? What is the impact of the performance compare with the sequencial surrogate key in Oracle 10g or higher version?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/performance-impact-by-using-guid-instead-of-sequence-as-primary-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to smoke test the data warehouse?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-smoke-test-the-data-warehouse/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-smoke-test-the-data-warehouse/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 02:47:10 +0000</pubDate>
		<dc:creator>Ktkn</dc:creator>
				<category><![CDATA[Data warehouse]]></category>
		<category><![CDATA[Data warehousing applications]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I would like to know what kind of test should be performed to checkout the build and the test environment prior to testing?]]></description>
				<content:encoded><![CDATA[<p>I would like to know what kind of test should be performed to checkout the build and the test environment prior to testing?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-smoke-test-the-data-warehouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/30 queries in 0.036 seconds using memcached
Object Caching 915/1046 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 08:59:26 -->