Tagged Questions

A data mart is the access layer of the data warehouse environment that is used to get data out to the users. The data mart is a subset of the data warehouse which is usually oriented to a specific business line or team.

learn more… | top users | synonyms

9
votes
5answers
11k views

Datamart vs. reporting Cube, what are the differences?

The terms are used all over the place, and I don't know of crisp definitions. I'm pretty sure I know what a data mart is. And I've created reporting cubes with tools like Business Objects and ...
5
votes
1answer
446 views

Business Reporting on an OLTP Application

We have an OLTP application using Oracle Database 10g Enterprise Edition, and plan to build a business reporting layer to meet the following needs. Sheilding complexity of the current OLTP database ...
3
votes
1answer
352 views

Loading Dimension Tables - Methodologies

Recently I been working on project, where need to populated Dim Tables from EDW Tables. EDW Tables are of type II which does maintain historical data. When comes to load Dim Table, for which source ...
2
votes
3answers
404 views

Best way to build a DataMart from multiple external systems?

I'm in the planning stages of building a SQL Server DataMart for mail/email/SMS contact info and history. Each piece of data is located in a different external system. Because of this, email ...
2
votes
1answer
219 views

Is this a proper idea of BI workflow?

I am new to Business Intelligence. I just got hired by a company in order to complete their websolution, implementing a BI Module. After lot of reading, I think I could get an idea of what a BI ...
2
votes
2answers
154 views

How do you verify the correct data is in a data mart?

I'm working on a data warehouse and I'm trying to figure out how to best verify that data from our data cleansing (normalized) database makes it into our data marts correctly. I've done some ...
1
vote
1answer
120 views

Data mart vs cubes

I've got confused with warehousing process... I'm in a process of building a data mart but the part I don't really understand is related to cubes. I've read some tutorials about SSAS but I don't see ...
1
vote
1answer
62 views

Building a data mart do you use one table for each year? MYSQL

We are storing about 5 to 10 million events each year and now build a datamart that separates operational data out. My question: Would you move the logged events from a given year and store it in a ...
1
vote
4answers
134 views

Does a lot of repeated sum(x) in different cols make a Select slower?

I have a really big table with dozens of columns and lots of rows. Lets call this table FT. Everyday I run a script that reads data from the FT table, perform some calculations, and update a smaller ...
0
votes
1answer
82 views

Do we have to use fact table for reports?

I am working on building a data mart for reporting purpose. I am new to this field and looking for help. I have a fact table and two dimension tables. The fact table has only 3 fields, its primary ...
0
votes
3answers
180 views

Transferring data from a DB2 DB to a greenplum DB

My company has decided to implement a datamart using [Greenplum] and I have the task of figuring out how to go on about it. A ballpark figure of the amount of data to be transferred from the existing ...
0
votes
0answers
42 views

SQL server -data mart when dim hierarchical table dose not have a unique PK

example address and address description for dim-address do not have a many-to-one relationship. Many records in the database have address which fall into multiple groups, for example a customer who ...
0
votes
2answers
161 views

Suggestions for creating an in-house marketing campaign database in a Microsoft environment?

I'd like to create an in-house solution to store marketing segment, list, campaign, and communication data. Right now nothing is centralized/standardized. Data is located on a variety of SQL ...