A data warehouse is a database specifically structured/designed to aid in querying, analyzing and reporting (generating reports out of) it that data in it. Basic difference between a data warehouse and a set of DB tables is how the data is organized/structured. There are many products readily ...

learn more… | top users | synonyms (3)

-1
votes
1answer
29 views

Data warehouse design, multiple dimensions or one dimension with attributes?

Working on a data warehouse and am looking for suggestions on having numerous dimensions versus on large dimension with attributes. We currently have DimEntity, DimStation, DimZone, DimGroup, ...
0
votes
1answer
33 views

Actual employee working hours from payroll system?

I am working on a project which involves a payroll system for Employees. My main goal is to retrieve the actual work hours for each employee, however I am a bit confused about how I should proceed ...
0
votes
0answers
22 views

Who is the first one who introduced the ETL model? [closed]

I am not an expert in database or data warehousing. I am searching for the original reference about the ETL (Extract Transform Load) model. Who is the first one who talked about it? any paper or ...
0
votes
0answers
15 views

Druid Project intractable key-value system

I am looking at data wharehouse solutions on big data. Found Druid Here is the video. i wonder why does he refer aggregating the key values intractable ? i guess he does the aggreagetion not in ...
3
votes
1answer
78 views

Integrating Classification Algorithms in OBIEE 11g?

Currently, I've been involved in a Data warehouse based Banking Analytics project. We've been using Oracle as the database and Oracle Business Intelligence tool (OBIEE 11g) as the front-end or ...
0
votes
0answers
21 views

Where and how to store my weird datamart [migrated]

I could really use some help here. Here's my situation. I'm building a datamart in SQL Server 2005, which will furnish a single report (for now). We have 26 clients (medical organizations) that ...
0
votes
1answer
26 views

Should all dimension values be used in the fact table?

Im modeling a data warehouse which has 6 dimension. One of these dimensions is client, which has around 600k rows, and some others such as accounts and products. I made an estimation of the number of ...
0
votes
2answers
66 views

What kind of data gets stored in data warehouses?

Looking at services like Amazon Redshift, which is meant for storing petabytes of data. What forms of data are meant to be stored here? Logs, raw data?
1
vote
1answer
27 views

For etl, where can I download data in order to construct data warehouse [duplicate]

I am using jaspersoft etl tools. But, to construct data warehouse, I need sample data. Where can I find a sample data to process them in etl tools to construct a data warehouse ?
0
votes
0answers
15 views

olap4j no catalog found error

i am trying to connect to Analysis Service using olap4j but i also got the error that no catalog is found. but i am sure there are databases in the analysis service, any help ? this the code of the ...
-2
votes
1answer
43 views

Hadoop vs Traditional DWH/BI [closed]

I'm doing a project for work and am debating whether or not we need to build out a traditional DWH/BI solution or use a Hadoop cluster. I know about Cassandra (and other nosql dbs) and am familiar ...
0
votes
3answers
80 views

SSIS - ETL - Transfer tables/databases from many servers?

I have 6-7 identical databases (almost). I want to copy the data from some of the tables of EACH of these servers into the corresponding table of ONE server. That is, multiple sources and one ...
2
votes
2answers
80 views

Informatica writes rejected rows into a bad file, how to avoid that?

I have developed an Informatica PowerDesigner 9.1 ETL Job which uses lookup and an update transform to detect if the target table has the the incoming rows from the source or not. I have set for the ...
1
vote
1answer
26 views

SSAS Calculated Member

I have a cube with a measure called FactSales, which has entries for each day. I have three Dimensions, Date, Customer and CustomerType. Each FactSales row is linked to a date and customer by ...
1
vote
1answer
37 views

SSAS Relationship Slowly Changing Dimension

I have this structure in my Data Warehouse DimCustomer -id (pk) -Name -Country -datestart -dateend FactBalance -idCustomer (pk) (fk [DimCustomer.id]) -idTime (pk) (fk ...
0
votes
0answers
18 views

Teradata performance statistics [migrated]

I need some statistics regarding the performance of Teradata, something like with a given hardware, given nodes and given AMPs - a table which has thousands of rows can be read in 't' secs. I need ...
-1
votes
0answers
23 views

online analytic analysis on the database accessible by my domain [closed]

Please look at below schema first. I have built a etl on the my database server and it, in some time interval, updates the database tables. This database server is on the my domain. I can connect ...
-1
votes
1answer
68 views

Sql Server - Data warehouse design - Unique identifier for a customer [closed]

I have a data warehouse that was designed by someone else. That person states that having a unique identifier for each customer that doesn't change with time is impossible. Not knowing data ...
1
vote
0answers
39 views

Reports from SQL Server using Excel

I've developed an intranet system for our company which uses a SQL Server 2008 backend. This stores an awful lot of information and I'm frequently asked to build reports for various managers to help ...
0
votes
2answers
88 views

Hadoop & Hive as warehouse: daily data deliveries

I am evaluating the combination of hadoop & hive (& impala) as a repolacement for a large data warehouse. I already set up a version and performance is great in read access. Can somebody give ...
1
vote
2answers
96 views

Data Warehouse design - Handling NULL and empty values in the OLTP

I am creating a DW for an OLTP that is creaking somewhat. A problem I'm faced with is that there isn't much data integrity in the OLTP database. An example would be a Suburb field. This suburb ...
0
votes
1answer
58 views

“The restrictions imposed by the CONSTRAINED flag … were violated”

I am new to ssrs .i am creating report which query on cube and provides the result i have used parameter for choosing to and from date and its giving error like "the restriction imposed by constrained ...
0
votes
1answer
46 views

Cube to count number of Customers for a given period

Today we have a dimension called Customer. We have several SCD2 attributes so there is DateFrom and DateTo columns to indicate during what perid the record was active. We also have a CreationDate ...
1
vote
0answers
69 views

Nulls in dimension table for numeric attributes

What is the best way to handle missing values in a dimension table? In the case of a textual column, it is easy to write "NA: Missing," but what should be done for numeric columns where it is ...
4
votes
1answer
90 views

Point-in-time snapshots in data warehouse

I am attempting to re-create the status of a customer at an exact point in time. For instance, each customer has many attributes that can change at any time (e.g., risk-score, billings-to-date, ...
2
votes
1answer
78 views

How to use the results of a SQL Server stored procedure (scheduled to run weekly) for trending the data over time?

I have a stored procedure in a SQL Server 2008 database that returns a set of values pulled from various different tables such as the following. I run the stored procedure as shown below, without any ...
0
votes
0answers
58 views

Star schema with Graph Database

I've recently designed a star schema as the top layer of a soon to be implemented data warehouse. We're looking initially at financial data, and it's a fairly straightforward design with (at present) ...
0
votes
1answer
32 views

Data warehousing using local DB - Beginner

I want to get an idea on how to achieve this; I have an application that runs at 5 different geographical locations. Eg: Texas, NY,California, Boston, Washington This application saves data to a ...
0
votes
0answers
112 views

Data Mining Query Language (DMQL) Editor

I'm totally new to Data Mining Querying Language (DMQL). So far I found a lot of resources of its syntax but I don't know where to write queries. I'm wondering if there is a server that holds data ...
0
votes
1answer
108 views

Entity Framework 4 difficult query with not mapped property

I am a newbie in EF and I think that sometimes it's easier to sacrifice the advantage of ORM. But I want to know if there is a way to execute this query using EF4. I have datawarehouse with fact ...
0
votes
0answers
86 views

OLAP Analyic tool for SQL Server Data Warehouse

I searched a lot but I couldn't find a tool that can connect to SQL Server data warehouse. Most of them are connecting to another data warehouse called Mondrian. The other thing is that most of these ...
1
vote
1answer
45 views

Accurately averaging data over time

I'm looking for a way to quickly obtain an accurate average inventory for reporting purposes. BACKGROUND: I'm looking for a way to determine Gross Margin Return On Investment (GMROI) for inventory ...
0
votes
1answer
100 views

How do you solve your “Pre-Etl” Source to target mapping problems? [closed]

Using spreadsheets is definitively non-authoritative: source mappings change as you design and test your ETL jobs. A spreadsheet that once functioned as the single or authoritative catalog of all ...
0
votes
2answers
157 views

SSAS many to many dimension hierarchy

First of all, this is very, very simple data warehouse that I made only to ask following, specific question. Scenario: I have one fact table FactSales, and 2 dimensions: DimShop and DimProduct, and ...
4
votes
1answer
179 views

Weekly Sales Total in Fact Table using SSIS

I have 3 sales data tables that I have converted into 4 Dimension tables and 1 Fact table. I have everything populated properly, and am wanting a "daily-sales" and "weekly-sales" in my Fact table. ...
0
votes
1answer
70 views

Is my accumulating snapshot design correct for my DW and my need

I just discovered the accumulating snapshot design for DW. I need to record bug info that come from my bug tracker. Bugs have some info (a bug number, a sentence ...). It also has status: ...
0
votes
1answer
28 views

Merge single attribute type 2 table into sliced snapshots

I have a table with rows specifying the start and end dates of a single attribute such as: FK START_DATE END_DATE ServiceA ServiceB ServiceC 1 01-Jan-00 18-Feb-05 ...
0
votes
1answer
65 views

Should I flatten multiple customer into one row of dimension or using a bridge table

I'm new to datawarehousing and I have a star schema with a contract fact table. It holds basic contract information like Start date, end date, amount ...etc. I have to link theses facts to a ...
0
votes
2answers
48 views

How to store data like length, memory, weight without losing the significance of the unit and be able to compare two values?

Say I have to populate database fields of the likes of Memory size where in a numerical value with a unit is supposed to be saved. It would have been possible to hardcode the logic needed for ...
0
votes
1answer
57 views

Modeling Datawarehouse: Alter table or 2 fact table?

I'm actually modeling a datawarehouse In one of my fact table I have 3 data (number that I want to analyse). The problem is that I'll first fill in one of the number, and later on (few days) fill in ...
0
votes
0answers
61 views

What's the connection between BI and ETL? [closed]

I understand Business Intelligence (BI)'s relationship to business analytics and warehousing: businesses want to be able to query their warehouses and extract complex and meaninigful data. What I ...
0
votes
2answers
67 views

Customer dimension in data warehouse - mix persons with companies

We do have a mix of customers - most of them are persons, but some of them are companies. These two groups both share the same set of facts, however their dimensional attributes are different ...
0
votes
2answers
66 views

Setting the ID in a fact table from a dimension table

In my dimension table for abandoned calls I have the ID 1 Code NO , ID 2 Code YES I am wanting to load these ID's into the fact table based on whether or not the call was abandoned using a join. How ...
0
votes
1answer
138 views

I've populated the dimensions - how to populate the fact table?

I've populated 4 dimensions tables these being a time dim, site dim, abandoned dim and worktype dim. I've calculated the measures needed in the end fact table in a staging table but how do I transfer ...
0
votes
2answers
93 views

Copy records of one table to another before converting date column from varchar to datetime format in sql

i need to copy record of one table to another but before doing it, i need to convert my date stamp column (nvarchar) in datetime format because the date there is in varchar format and because of which ...
2
votes
1answer
82 views

What the decode function do in the update flag port in informatica?

I'm new to Informatica and like to ask a question regarding infa ports. I found an example which show how to create an update flag in expression transform for updating data. The code in v_UPDATE_FLAG ...
6
votes
2answers
114 views

Dimensional Modelling

Am trying to build a dimension for Customer Preferences sourcing from Multiple tables. Example of Source Tables are as below: I already got Dim Customer built and now i have to design Customer ...
-1
votes
1answer
42 views

Can applications query datawarehouse repository directly; or should they always access the data via data marts? [closed]

I plan on implementing an Inmon type of a datawarehouse solution for a small/medium size company. The datawarehouse solution will have a 3rd normal form repository and a set of data marts. The data ...
2
votes
1answer
32 views

context hierarchy of book

I have book dimension for the bookstore with ISBN, title, author, publication year, publisher company attributes. For time, it is easy to see hierachy but for the book dimension, I could not manage to ...
2
votes
1answer
31 views

clickstream keyword dimension

I'm currently trying to determine how to build out a keyword dimension table. We're tracking website visits to our website, and would like to be able to find the most used keywords used to search via ...

1 2 3 4 5 13