Tagged Questions
The snowflake-schema tag has no wiki summary.
3
votes
1answer
216 views
Is a snowflake schema better than a star schema for data mining?
I know the basic difference between a star schema and a snowflake schema-a snowflake schema breaks down dimension tables into multiple tables in order to normalize them, a star schema has only one ...
1
vote
8answers
838 views
Reporting tool for OLAP, *not* OLTP!
I'm looking for a control that I can put on top of an already existing OLAP star schema to allow the user to define their own "queries" and generate reports. Right now I have some predefined reports ...
0
votes
1answer
16 views
Warehouse - snowflaking
Sales_fact:
Product_ID (FK)
Price
Dim_Product:
Product_ID
Product_Key
Description
Problem I am facing with is what to do in case when I have products which can be in multiple categories. Should I ...
0
votes
0answers
97 views
Snowflake schema: usage recommendation
I am designing a simple database listing events and there description. I've came up normalizing it with a star/snowflake schema that I thought I could use in BIDS, however I just realized I couldn't ...
0
votes
2answers
395 views
Exist a sample or template database for BI about sales/inventory?
I will start a reporting tool for some local ERPs about sales, invoices, orders, customers, inventory, etc.
I wonder if exist a sample schema appropriated for this case (in star or snowflake form) so ...