<?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>Data Analysts, Data Trending, Reporting &#187; Data Mart vrs Data Warehouse</title>
	<atom:link href="http://datamart.org/category/data-mart-vrs-data-warehouse/feed/" rel="self" type="application/rss+xml" />
	<link>http://datamart.org</link>
	<description>Make Informed Decisions</description>
	<lastBuildDate>Thu, 17 May 2012 11:01:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Case Study of an Auto Insurance Company for the Data warehouse</title>
		<link>http://datamart.org/2011/02/07/case-study-of-an-auto-insurance-company-for-the-data-warehouse/</link>
		<comments>http://datamart.org/2011/02/07/case-study-of-an-auto-insurance-company-for-the-data-warehouse/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 18:43:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=2427</guid>
		<description><![CDATA[This case study is an assignment I submitted and hence sharing with readers. ABC Auto Insurance is under immense pressure from competitors due to reduce Auto Insurance prices and high risk underwriting. ABC Company has huge data resources from business operation, however, it is difficult to get required information in timely manner. ABC Company has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2011/02/autmobileinsurance_starschema.jpg"><img src="http://datamart.org/wp-content/uploads/2011/02/autmobileinsurance_starschema-300x187.jpg" alt="" title="autmobileinsurance_starschema" width="300" height="187" class="alignnone size-medium wp-image-2428" /></a>This case study is an assignment I submitted and hence sharing with readers.<br />
ABC Auto Insurance is under immense pressure from competitors due to reduce Auto Insurance prices and high risk underwriting. ABC Company has huge data resources from business operation, however, it is difficult to get required information in timely manner. ABC Company has to make major steps for informed decision making and important data analysis.</p>
<p>Objective</p>
<p>ABC Company has an OLTP database which keeps records on motor vehicle insurance information. This database contains detailed information in respect of drivers, vehicle and claim information.</p>
<p>Current database model has been designed for fast data entry and is sufficient for individual client’s specific information as well as fast transaction processing.  Company critically needs to make comprehensive analysis like identification of contracts with a high loss ratio and low overall customer value.  </p>
<p>Appropriate actions needed to be taken with high risk customers, such as premium adjustment, loss prevention measures and in some cases contract cancellations and reduce gross claim expenditures. </p>
<p>By making evidenced based management and informed decision, company will focus on profitable customers by lowering their premiums and overcoming competitive pressure.  It will help company make better risk management and overall profitability for the company. ABC Company is in urgent need to utilize the existing data resources efficiently for better risk management and obtain competitive advantage in Auto Insurance Industry.</p>
<p>Recommended Solution;</p>
<p>ABC Company has decided to implement a Data Warehouse to leverage its data resources. ABC Company needs to reorganize the existing process of information delivery and to establish one single, unified and integrated data warehouse. A data warehouse is an integrated subject oriented, time-variant, non-volatile database that provides support for decision making.</p>
<p>In order to support decision making ABC Company decided to reorganize the data into Star Schema in Data warehouse. In effect, the star schema creates near equivalent of multidimensional database schema from the existing OLTP relational database [1].  It will help in advance data analysis for Risk management and overcoming competitive pressure.</p>
<p>Contd to Page-2<br />
Page-2</p>
<p>Structure of Star Schema</p>
<p>Star schema yield an easily implemented model for multidimensional data analysis while still preserving the relational structure on which the operation database is built. [3] The basic star schema has four components: facts, dimensions, attributes and attributes hierarchies. The STAR schema would most likely be a read-only database due to the widespread redundancy introduced into the model. [4]</p>
<p>Fact Table</p>
<p>ABC Company has a factual data in Claim Information such as date, location, type of accident, cause of accident, liability, recovery cost.[5] Fact tables contain the quantitative data or factual data about a business. This information is numerical, additive measurements and can consist of many columns and millions or billions of rows.</p>
<p>Dimensions</p>
<p>Claim Information facts can be analyzed by dimensions such as Driver, Location, Time, and Automotive. Dimension tables are usually smaller and hold descriptive data that reflects the dimensions.</p>
<p>Attributes</p>
<p>For example Driver name, Driver ID, gender, age group, race, and other attributes. Some of these attributes might relate to each other hierarchically.</p>
<p>Attribute Hierarchies</p>
<p>Provide top down data Aggregation, Drill down or roll up data analysis. For example in time dimension there are Attribute hierarchies such as day, week, month, quarter, and year. When decision maker want to see company yearly claim information, then they are using year hierarchy level, they can further drill down to quarter level sales quantity, as per there needs. Same as in Location dimension is data can be analyzed by Country, Region, Province City and town. </p>
<p>Benefits of Data warehouse to ABC Company</p>
<p>By organizing the ABC Company data around star scheme company can analyze information like what customers are high risk and what group of customers is profitable. What cities have more accidents ratios and what time of the year accident happens?  What habit of drivers is may be considered high risk? What vehicles are considered low risk and so on?<br />
Contd – Page-3</p>
<p>Page-3</p>
<p>In addition to the internal information some external information like Auto Industry statistics can also be integrated into data warehouse. </p>
<p>By having answers to ad-hoc queries and in depth data analysis, ABC Company will be able to manage customer relations, smartly overcoming competitive pressure and most important of all is significantly improved risk management.</p>
<p> Data Warehouse will enable company have the business Intelligence for making strategic decision for Risk management and keep the company ahead of the competition and possibly diversify into new auto insurance products. [2]</p>
<p>References:</p>
<p>1- Data model overview</p>
<p>http://www.teradata.com/t/WorkArea/DownloadAsset.aspx?id=2332</p>
<p>2- The Benefits of Data Warehousing for Insurance Company Wolfgang Hofbauer, Mannheimer AG Holding, Mannheim, Germany</p>
<p>3- Database Systems By Peter Rob, Carlos Coronel, Keeley Crockett – Published by Thomson Learning; International Ed edition (12 Mar 2008)</p>
<p>4- Oracle Data Warehouse Tips by Burleson Consulting.</p>
<p>5- Class notes and research with Insurance companies.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2011/02/07/case-study-of-an-auto-insurance-company-for-the-data-warehouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Warehouse Vrs Data Mart Another perspective</title>
		<link>http://datamart.org/2009/07/24/data-warehouse-vrs-data-mart-another-perspective/</link>
		<comments>http://datamart.org/2009/07/24/data-warehouse-vrs-data-mart-another-perspective/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 01:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=521</guid>
		<description><![CDATA[We found understanding of  &#8220;Data Warehouse Vrs Data Mart &#8221; among the business intelligence solutions providers,  it is presented below; There are many fundamental differences between a data warehouse and a data mart. Some of the differences are as follows: Data warehouse Data Mart Corporate Departmental Highly detailed Summarized / aggregated Normalized-efficient storage &#8211; non duplication [...]]]></description>
			<content:encoded><![CDATA[<p><strong>We found understanding of  &#8220;Data Warehouse Vrs Data Mart &#8221; among the business intelligence solutions providers,  it is presented below;</strong></p>
<p><strong>There are many fundamental differences between a data warehouse and a data mart. Some of the differences are as follows: </strong></p>
<table style="width: 220pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0" width="294">
<colgroup span="1">
<col style="width: 74pt; mso-width-source: userset; mso-width-alt: 3620;" span="1" width="99"></col>
<col style="width: 146pt; mso-width-source: userset; mso-width-alt: 7131;" span="1" width="195"></col>
</colgroup>
<tbody>
<tr style="height: 12.75pt;" height="17">
<td class="xl25" style="width: 74pt; height: 12.75pt; background-color: transparent; border: windowtext 0.5pt solid;" width="99" height="17"><span style="font-size: x-small; font-family: Arial;">Data warehouse</span></td>
<td class="xl25" style="border-right: windowtext 0.5pt solid; border-top: windowtext 0.5pt solid; border-left: windowtext; width: 146pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="195"><span style="font-size: x-small; font-family: Arial;">Data Mart</span></td>
</tr>
<tr style="height: 12.75pt;" height="17">
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; width: 74pt; border-bottom: windowtext 0.5pt solid; height: 12.75pt; background-color: transparent;" width="99" height="17"><span style="font-size: x-small;">Corporate</span></td>
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; width: 146pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="195"><span style="font-size: x-small;">Departmental</span></td>
</tr>
<tr style="height: 45.75pt;" height="61">
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; width: 74pt; border-bottom: windowtext 0.5pt solid; height: 45.75pt; background-color: transparent;" width="99" height="61"><span style="font-size: x-small;">Highly detailed</span></td>
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; width: 146pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="195"><span style="font-size: x-small;">Summarized / aggregated</span></td>
</tr>
<tr style="height: 124.5pt;" height="166">
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; width: 74pt; border-bottom: windowtext 0.5pt solid; height: 124.5pt; background-color: transparent;" width="99" height="166"><span style="font-size: x-small;">Normalized-efficient storage &#8211; non duplication of data.</span></td>
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; width: 146pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="195"><span style="font-size: x-small;">De-normalized, star joined design-less efficient storage but faster retrieval.</span></td>
</tr>
<tr style="height: 23.25pt;" height="31">
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; width: 74pt; border-bottom: windowtext 0.5pt solid; height: 23.25pt; background-color: transparent;" width="99" height="31"><span style="font-size: x-small;">Robust history</span></td>
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; width: 146pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="195"><span style="font-size: x-small;">Limited history</span></td>
</tr>
<tr style="height: 34.5pt;" height="46">
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; width: 74pt; border-bottom: windowtext 0.5pt solid; height: 34.5pt; background-color: transparent;" width="99" height="46"><span style="font-size: x-small;">Large volumes of data</span></td>
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; width: 146pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="195"><span style="font-size: x-small;">Limited volumes of data</span></td>
</tr>
<tr style="height: 34.5pt;" height="46">
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; width: 74pt; border-bottom: windowtext 0.5pt solid; height: 34.5pt; background-color: transparent;" width="99" height="46"><span style="font-size: x-small;">Data model driven</span></td>
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; width: 146pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="195"><span style="font-size: x-small;">Requirement driven</span></td>
</tr>
<tr style="height: 57pt;" height="76">
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; width: 74pt; border-bottom: windowtext 0.5pt solid; height: 57pt; background-color: transparent;" width="99" height="76"><span style="font-size: x-small;">Versatile</span></td>
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; width: 146pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="195"><span style="font-size: x-small;">Focused on departmental needs</span></td>
</tr>
<tr style="height: 90.75pt;" height="121">
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext 0.5pt solid; width: 74pt; border-bottom: windowtext 0.5pt solid; height: 90.75pt; background-color: transparent;" width="99" height="121"><span style="font-size: x-small;">General purpose DBMS (database management system)</span></td>
<td class="xl24" style="border-right: windowtext 0.5pt solid; border-top: windowtext; border-left: windowtext; width: 146pt; border-bottom: windowtext 0.5pt solid; background-color: transparent;" width="195"><span style="font-size: x-small;">Multi-dimensional DBMS technology</span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/24/data-warehouse-vrs-data-mart-another-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Rising Tide in the Data Warehouse vs. Data Mart Debate</title>
		<link>http://datamart.org/2009/07/22/the-rising-tide-in-the-data-warehouse-vs-data-mart-debate/</link>
		<comments>http://datamart.org/2009/07/22/the-rising-tide-in-the-data-warehouse-vs-data-mart-debate/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:20:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=516</guid>
		<description><![CDATA[By Stephen Swoyer &#8211; TDWI Is building an enterprise data warehouse (EDW) the best path to business intelligence (BI)? It&#8217;s a perennially vexing question that &#8212; thanks to a couple of recent trends in BI and data warehousing (DW) &#8212; has taken on new life. The value of the full-fledged EDW seems unassailable. Over the [...]]]></description>
			<content:encoded><![CDATA[<p>By Stephen Swoyer &#8211; TDWI</p>
<p>Is building an enterprise data warehouse (EDW) the best path to business intelligence (BI)? It&#8217;s a perennially vexing question that &#8212; thanks to a couple of recent trends in BI and data warehousing (DW) &#8212; has taken on new life. The value of the full-fledged EDW seems unassailable. Over the last half-decade, however, some of the biggest EDW champions have moderated their stances, such that they now both countenance the existence of alternatives and, under certain very special conditions, are even willing to admit they&#8217;re useful. The result is that although the EDW is still seen as the Holy Grail of data warehousing, departmental (and even enterprise) data marts are now countenanced as well.</p>
<p><a href="http://www.tdwi.org/News/display.aspx?ID=9404">Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/22/the-rising-tide-in-the-data-warehouse-vs-data-mart-debate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kimball University: The 10 Essential Rules of Dimensional Modeling</title>
		<link>http://datamart.org/2009/07/17/kimball-university-the-10-essential-rules-of-dimensional-modeling/</link>
		<comments>http://datamart.org/2009/07/17/kimball-university-the-10-essential-rules-of-dimensional-modeling/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 14:01:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Mart vrs Data Warehouse]]></category>
		<category><![CDATA[Data Model]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=498</guid>
		<description><![CDATA[Follow the rules to ensure granular data flexibility and a future-proofed information resource. Break the rules and you’ will confuse users and run into data warehousing brick walls. The post is about an article by Margy Ross. She highlights essential rules for dimensional Modelling.]]></description>
			<content:encoded><![CDATA[<p>Follow the rules to ensure granular data flexibility and a future-proofed information resource. Break the rules and you’ will confuse users and run into data warehousing brick walls. The post is about an article by Margy Ross. She highlights essential rules for <a href="http://datamart.org/?p=500">dimensional Modelling</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/17/kimball-university-the-10-essential-rules-of-dimensional-modeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greenplum eyes India&#8217;s data warehouse business</title>
		<link>http://datamart.org/2009/07/15/mumbai-india-having-engineered-technology-around-enterprise-data-cloud-solutions-for-large-scale-data-warehousing-and-analytics-us-based-greenplum-is-now-eying-the-india-market-aggressively-while/</link>
		<comments>http://datamart.org/2009/07/15/mumbai-india-having-engineered-technology-around-enterprise-data-cloud-solutions-for-large-scale-data-warehousing-and-analytics-us-based-greenplum-is-now-eying-the-india-market-aggressively-while/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:36:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=492</guid>
		<description><![CDATA[By CIOL &#8211; Puja Sharma MUMBAI, INDIA: Having engineered technology around enterprise data cloud solutions for large-scale data warehousing and analytics, US-based Greenplum is now eying the India market aggressively. While in 2008 the vendor focused on setting up a technical team in India, Greenplum has extensive plans to set-up its marketing team in India [...]]]></description>
			<content:encoded><![CDATA[<p>By CIOL &#8211; Puja Sharma </p>
<p>MUMBAI, INDIA: Having engineered technology around enterprise data cloud solutions for large-scale data warehousing and analytics, US-based Greenplum is now eying the India market aggressively. While in 2008 the vendor focused on setting up a technical team in India, Greenplum has extensive plans to set-up its marketing team in India this year. </p>
<p>Elaborating on the company&#8217;s business model, Keith Budge, VP &#038; GM—Asia Pacific &#038; Japan, Greenplum stated, &#8220;We are aiming at having a direct presence in India and will be appointing a host of system integrator and reseller partners in the country.&#8221;</p>
<p>Budge further elaborated that Greenplum technology enables the customer to perform high-scale data warehousing and analytics, and hence customers demand for building data warehouse application depending upon the need . </p>
<p>Greenplum is looking at appointing SIs who specialize in various market verticals, including banking, retail, manufac-turing among others. While Wipro, HCL and TCS will be Greenplum&#8217;s tier-1 partner, the company is in the process of building an ecosystem of partners that will include tier-2 SIs and distributors.</p>
<p>Talking about enterprise data cloud computing, Keith mentioned, &#8220;While virtualization has taken over the IT industry, the enterprise data cloud computing will be the next trend that will be followed. It allows customers to utilize and access data depending upon their needs. Our partners will require a lot of support in terms of technical implementation and understanding business processes of our the customers and can generate revenue by providing such services.&#8221; </p>
<p>Throwing light on its go-to-market strategy, Kalyan Roy, Director—Sales, India &#038; SA, Greenplum pointed, &#8220;We will have a full-fledged sales team backed by support team in India. Besides we are also looking at appointing regional partners. Greenplum may also look at expanding its R&#038;D in India and has already put a product technical support team in Mumbai, that will offer a 24&#215;7 support.&#8221; </p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/15/mumbai-india-having-engineered-technology-around-enterprise-data-cloud-solutions-for-large-scale-data-warehousing-and-analytics-us-based-greenplum-is-now-eying-the-india-market-aggressively-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data mart vrs Evidenced-based management</title>
		<link>http://datamart.org/2009/07/03/data-mart-vrs-evidenced-based-management/</link>
		<comments>http://datamart.org/2009/07/03/data-mart-vrs-evidenced-based-management/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 14:43:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>
		<category><![CDATA[Evidenced Based Management]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=467</guid>
		<description><![CDATA[Data mart approach and Evidenced-based management approaches have striking similarities as follows; data mart approach’s focus on a particular subject or department to help management make strategic decision about their business is similar to Evidenced based Management’s approach’s defining the objective and information needs, based on that collecting data and analyzing and turning that data into [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Data mart approach and <a href="http://datamart.org/?p=450">Evidenced-based management</a> approaches have striking similarities as follows;</span></p>
<p><span style="font-size: small; font-family: Times New Roman;">data mart approach’s focus on a particular subject or department to help management make strategic decision about their business is similar to Evidenced based Management’s approach’s defining the objective and information needs, based on that collecting data and analyzing and turning that data into insights and presenting that into insights. </span></p>
<p><span style="font-size: small; font-family: Times New Roman;">Instead of focusing on collecting everything that is easily measured and counted, organization’s need to be more systematic and selective about the information they are gathering.[1]</span></p>
<p><span style="font-size: small; font-family: Times New Roman;">Source:</span></p>
<p><span style="font-size: small;"><span style="font-family: Times New Roman;">1- Moving from data to insights by Bernard Marr &#8211; Management by Certified Management Accounting Canada -June/July 2009.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/03/data-mart-vrs-evidenced-based-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Master Data management (MDM) &#8211; Why it is critical?</title>
		<link>http://datamart.org/2009/06/27/master-data-management-mdm-why-it-is-critical/</link>
		<comments>http://datamart.org/2009/06/27/master-data-management-mdm-why-it-is-critical/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 17:27:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>
		<category><![CDATA[Master Data Management]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=439</guid>
		<description><![CDATA[Right Master Data management (MDM) provides single version of the truth, MDM is critical to impact business positively. With proper (MDM), you will know exactly what products your customers have, what items you buy from selected vendors and business relations with your customers. Customer’s can be contacted with confidence. Staff must agree on exactly what [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2009/06/master_data_management.jpg"><img src="http://datamart.org/wp-content/uploads/2009/06/master_data_management-198x300.jpg" alt="" title="master_data_management" width="198" height="300" class="alignnone size-medium wp-image-731" /></a>Right Master Data management (MDM) provides single version of the truth, MDM is critical to impact business positively. With proper (MDM), you will know exactly what products your customers have, what items you buy from selected vendors and business relations with your customers. Customer’s can be contacted with confidence.</p>
<p>Staff must agree on exactly what constitutes a &#8220;customer&#8221; or a &#8220;partner,&#8221; and how to resolve any disagreements across business units. Departments and divisions need to agree on hierarchies of customers and products and how to resolve duplicate records across sources.[1]</p>
<p>Source:<br />
1- <a href="http://www.cio.com/article/106811/Demystifying_Master_Data_Management">Demystifying Master Data Management by CIO.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/27/master-data-management-mdm-why-it-is-critical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Systems Development Life Cycle (SDLC) Overview</title>
		<link>http://datamart.org/2009/06/26/systems-development-life-cycle-sdlc-overview/</link>
		<comments>http://datamart.org/2009/06/26/systems-development-life-cycle-sdlc-overview/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 03:08:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=437</guid>
		<description><![CDATA[An end to end process encompassing the activities, roles, and artifacts required to develop information systems, and which cover investigation, analysis, design, construction, testing, and implementation and transfer to maintenance. SDLC outlines how software is designed, built and deployed. There multiple versions and approaches to the SDLC that are in use today. A company may [...]]]></description>
			<content:encoded><![CDATA[<p>An end to end process encompassing the activities, roles, and artifacts required to develop information systems, and which cover investigation, analysis, design, construction, testing, and implementation and transfer to maintenance.</p>
<p>SDLC outlines how software is designed, built and deployed. There multiple versions and approaches to the SDLC that are in use today.</p>
<p>A company may opt to use a single SDLC for every project that they run, or may deploy a different SDLC process for different types of projects they deploy.</p>
<p>Many professional service focused organizations have created proprietary SDLC which is part of their overall value offering. (e.g Accenture and Teradata have both  developed SDLC’s for delivering Data warehousing, data mart / Business Intelligence projects. </p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/26/systems-development-life-cycle-sdlc-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Mart &#8211; Top Down and Bottom Up approaches</title>
		<link>http://datamart.org/2009/06/26/432/</link>
		<comments>http://datamart.org/2009/06/26/432/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 15:48:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=432</guid>
		<description><![CDATA[Top down approach Single, central storage of data with centralized rules and control. Top down approach takes long time to build, high risk of failure. As they are not driven by end-users needs, there may be information needs gap. Bottom Up approach Faster and easier implementation of manageable pieces of information. Inherently incremental and important [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://datamart.org/wp-content/uploads/2009/06/datamrt.bmp" alt="null" /><em><strong>Top down approach</strong></em><br />
Single, central storage of data with centralized rules and control. Top down approach takes long time to build, high risk of failure. As they are not driven by end-users needs, there may be information needs gap.</p>
<p><em><strong>Bottom Up approach </strong></em><br />
Faster and easier implementation of manageable pieces of information. Inherently incremental and important data marts can be scheduled first as per end user requirements. Facilitate project team to learn and grow. Each data mart has narrow scope, data redundancy and inconsistency may be present.</p>
<p><em><strong>The best approach</strong></em><br />
Best approach is the basic understanding of information needs of an organization. That must include both present and long-term information requirements. In view of that a careful implementation and monitoring is critical.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/26/432/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is a Data Mart Structure   ?</title>
		<link>http://datamart.org/2009/06/19/what-is-a-data-mart-structure/</link>
		<comments>http://datamart.org/2009/06/19/what-is-a-data-mart-structure/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 20:59:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Import and export]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=384</guid>
		<description><![CDATA[In Business Intelligence frequently similar topics are represented by different words. Specialy in Job interviews it is important to have a grasp over different terminologies. We tried our best to elaborate some terms used in Business intelligence, Data Warehousing and Data Mart. If readers have some more to add / please feel free to submit [...]]]></description>
			<content:encoded><![CDATA[<p>In Business Intelligence frequently similar topics are represented by different words. Specialy in Job interviews it is important to have a grasp over different terminologies.  </p>
<p>We tried our best to elaborate some terms used in Business intelligence, Data Warehousing and Data Mart.<br />
If readers have some more to add / please feel free to submit in comments so it can help other readers and correct ourselves.</p>
<p><strong>Data Mart Structure</strong></p>
<p>The data we used for business intelligence can be divided into four<br />
categories: measures, dimensions, attributes, hierarchies.The four type of  data help us to define the structure of data mart.[1]</p>
<p>Measures</p>
<p>Measure is numeric quantity expressing some aspect organization&#8217;s<br />
performance. Measures are the facts and also known as fact table.[1]</p>
<p>Dimension</p>
<p>Dimension is categorization used to spread out aggregated measure to reveal its constituent parts.[1] dimensions include time (or date), customer, product, geography, lab type, campus, patient, promotions, gender (and other demographics), and so forth. Each dimension is associated with the facts / measures to which it relates via the linkages / joins between the table(s) housing the dimension (the dimension table) and the fact table.[2]</p>
<p>Attributes<br />
For example a member of the Patient dimension, within the Analysis Services implementation for a healthcare provider, might contain information such as patient name, patient ID, gender, age group, race, and other attributes. Some of these attributes might relate to each other hierarchically, and, as we shall see in subsequent articles of this subseries (as well as within other of my articles), multiple hierarchies of this sort are common in real-world dimensions.[2]<br />
Hierarchies</p>
<p>These are created from the attributes of dimesions. For example In Dimension Geography there are attributes named as Country-State-City-Postal Code.[3]</p>
<p>Source</p>
<p>1- Delivering Business Intelligence with Sql Server 2008 by brian Larson<br />
2- Database Journal by Internet.com<br />
3- Sql Server Analysis Services 2008 with MDX</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/19/what-is-a-data-mart-structure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

