11
votes
6answers
3k views
Star-Schema Design
Is a Star-Schema design essential to a data warehouse? Or can you do data warehousing with another design pattern?
2
votes
3answers
60 views
Is Pentaho ETL and Data Analyzer good choice?
I was looking for ETL tool and on google found lot about Pentaho Kettle.
I also need a Data Analyzer to run on Star Schema so that business user can play around and generate any kind of report or …
2
votes
1answer
197 views
How to design a star schema
I am confusing where should I start to design a star schema.
for example
I have tables in database as follows:
Branch(branchNo, bStreetAddress, bCity)
LoanManager(empNo, empName, phone, branchNo)
…
2
votes
4answers
178 views
Key DataType for a high volume SQL Server 2008?
I in the process of designing a database for high volume data and I was wondering what datatype to use for the primary keys?
There will be table partitioning and the database will ultimatley be …
1
vote
3answers
48 views
Star-schema naming conventions
Is it common practice in a star schema to prefix tables as a dimension or fact table? Is is also common practice to have column names prefixed with the table name?
In my normal OLTP databases, I …
1
vote
7answers
268 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 …
1
vote
3answers
331 views
Complex processing in Stored procedures Vs .net application
We are building a new application in .net 3.5 with SQL server database. The database is fairly large having around 60 tables with loads on data. The .net application have functionality to bring data …
1
vote
2answers
263 views
Name Value pairs and fact tables
I'm working on a star schema for analysis of posted form data. The site that the form data will be posted to is actually external to the site hosting the form, so only the data in the form will be …
0
votes
1answer
97 views
Star schema in SQLAlchemy
I have a star-schema architectured database that I want to represent in SQLAlchemy. Now I have the problem on how this can be done in the best possible way. Right now I have a lot of properties with …
