Tagged Questions
OnLine Analytical Processing (OLAP) is a term used to describe databases which allow fast analysis of multidimensional data (cubes), typically for applications like budgeting and financial reporting.
21
votes
1answer
1k views
Designing dimension hierarchies: Natural or Unnatural
I'm using Analysis Services and when designing dimensions I'm never sure how far to go to build natural hierarchies.
What I mean is I've added in all the genuine attribute relationships. So most ...
12
votes
1answer
3k views
Can OLAP be done in BigTable?
In the past I used to build WebAnalytics using OLAP cubes running on MySQL.
Now an OLAP cube the way I used it is simply a large table (ok, it was stored a bit smarter than that) where each row is ...
11
votes
8answers
5k views
How to learn MDX
I am currently learning OLAP & MDX after many years of relational database development.
Any tips on getting started in MDX? What are the best books and resources to learn MDX?
8
votes
4answers
2k views
Any scalable OLAP database (web app scale)?
I have an application that requires analytics for different level of aggregation, and that's the OLAP workload. I want to update my database pretty frequently as well.
e.g., here is what my update ...
8
votes
10answers
2k views
Why are SQL aggregate functions so much slower than Python and Java (or Poor Man's OLAP)
I need a real DBA's opinion. Postgres 8.3 takes 200 ms to execute this query on my Macbook Pro while Java and Python perform the same calculation in under 20 ms (350,000 rows):
SELECT count(id), ...
7
votes
2answers
81 views
Building OLAP style applications with SalesForce/Apex
We are considering moving a planning and budgeting app to the Salesforce platform. The existing app is built on a dimensional data model, and has extensive ad-hoc query capability implemented through ...
7
votes
3answers
1k views
What is the best approach to get from relational OLTP database to OLAP cube?
I have a fairly standard OLTP normalised database and I have realised that I need to do some complex queries, averages, standard deviations across different dimensions in the data.
So I have turned ...
7
votes
2answers
453 views
Anyone know anything about OLAP Internals?
I know a bit about database internals. I've actually implemented a small, simple relational database engine before, using ISAM structures on disk and BTree indexes and all that sort of thing. It was ...
7
votes
6answers
1k views
Simulated OLAP
We have a client that has Oracle Standard, and a project that would be ten times easier addressed using OLAP. However, Oracle only supports OLAP in the Enterprise version.
Migration to enterprise is ...
6
votes
1answer
115 views
What advantages does in-memory OLAP have over traditional systems with significant memory?
Do in-memory OLAP engines have advantages over the traditional OLAP engines backed by enough RAM to contain the entire cube(s)?
For example, if I use a MOLAP engine (SSAS) and GB / TB of RAM where ...
6
votes
10answers
1k views
Should not OLAP database be denormalized for reading performance?
I always thought that databases should be denormalized for reading, as it is done for OLAP database design, and not exaggerated much further 3NF for OLTP design.
PerformanceDBA in various posts, ...
6
votes
3answers
607 views
Python: interact with complex data warehouse
We've worked hard to work up a full dimensional database model of our problem, and now it's time to start coding. Our previous projects have used hand-crafted queries constructed by string ...
6
votes
3answers
3k views
Any Python OLAP/MDX ORM engines?
I'm new to the MDX/OLAP and I'm wondering if there is any ORM similar like Django ORM for Python that would support OLAP.
I'm a Python/Django developer and if there would be something that would have ...
5
votes
2answers
502 views
Free OLAP solution for .NET running on Mono / MySQL
I'm developing my university graduation project and I'd like to include an OLAP-based reporting module.
In the past, I've used Mondrian with JPivot as an OLAP solution for Java projects and I'm ...
5
votes
4answers
1k views
Database warehouse design: fact tables and dimension tables
I am building a poor man's data warehouse using a RDBMS. I have identified the key 'attributes' to be recorded as:
sex (true/false)
demographic classification (A, B, C etc)
place of birth
date of ...
5
votes
2answers
2k views
What is Multi Dimention OLAP CUBE and give example cube with more than 3 dimentions
Hi
As I am new to SSAS,have been reading an article on Multi-Dimention OLAP Cube and struggling to understand Cube concepts, It has been said that Although the term "cube" suggests three dimensions, ...
5
votes
3answers
159 views
Is there a data storage pattern similar to mipmaps in graphics?
We've got a bunch of data the users may want to view windows of and do so quickly. They may want to look at a window of the data that is a day, a week, a month, or an arbitrary beginning and ending ...
5
votes
3answers
1k views
No trace info during processing of a cube in SSAS
When I process a cube in Visual Studio 2005 I get following message:
Process succeeded. Trace information
is still being transferred. If you do
not want to wait for all of the
information to ...
4
votes
3answers
1k views
Query OLAP Mondrian (MDX, XMLA) with a Python interface?
Actually I'm using R + Python with RPY2 to manipulate data and ggplot to create beautiful graphics.. I have some data in a PostgreSQL database, and I'm using psycopg2 to query data.
I'm starting a ...
4
votes
2answers
4k views
Postgresql for OLAP
Does anyone have experience of using postgresql for an OLAP setup, using cubes against the database etc. Having come across a number of idiosyncracies when using MySql for OLAP, are there reasons in ...
4
votes
2answers
421 views
ORMs are to RDBMSs as xxx is to OLAP cubes? Does xxx exist?
Is there an ORM-analogue for querying OLAP cubes / data-warehouses? I'm specifically interested in the .NET world, but generally interested in anything ;-)
4
votes
5answers
2k views
browsing olap cubes
dows anybody know any fine open source cube browser???
ideally it would be something built with plain javascript...
does it even exists???
I'm planing to use it with classic asp agains a sql ...
4
votes
4answers
2k views
What if analysis on multi dimensional cubes (OLAP)
I have a multi dimensional OLAP cube with a number of dimensions. Some of these dimensions have hierarchies. The users would like to perform 'what-if' analysis on the measures in the cube by changing ...
3
votes
1answer
80 views
Creating Time dimension table in SQL Server from Java
I am currently working with OLAP and Business Intelligence with Microsoft SQL Server.
Until now, we have been manually creating dimension tables in SQL for our cubes through Java.
Our Time dimension ...
3
votes
1answer
173 views
How to calculate the likely size of an OLAP cube
Does anyone know a method to use to get a rough size of an OLAP cube based on a star schema data warehouse. Something based on the number of dimensions, the number of records in the dimension tables ...
3
votes
1answer
676 views
Presentation of data from Mondrian OLAP engine + Olap4j
I'm doing a little bit of planning of an application that uses Mondrian OLAP engine with Olap4j and should present/display data to user. I understand all the back-end stuff, but I'm not sure how ...
3
votes
1answer
405 views
non-Windows OLAP desktop client?
Working with SSAS 2008 in an environment with mostly Mac desktops. Use DbVisualizer and Aqua Data Studio for writing relational queries, but need a native desktop app to write MDX queries and view ...
3
votes
2answers
297 views
Database selection for a web-scale analytics application
I want to build a web-application similar to Google-Analytics, in which I collect statistics on my customers' end-users, and show my customers analysis based on that data.
Characteristics:
High ...
3
votes
1answer
271 views
What are locking issues in OLAP?
In one local financial institution I was rebuked by their programmers for expressing them my opinion that (their programmers' obsession with) (b)locking issues in their MS SQL Server 2005 OLAP (SSAS) ...
3
votes
4answers
585 views
OLAP on SQL Express
I'm wondering if there is any desktop OLAP solution that can use SQL Express (and therefore does not require Analysis Services)
I've been tasked with finding a way to allow our customers to do ...
3
votes
3answers
525 views
Analysis Services with excel as front end - is it possible to get the nicer UI that powerpivot provides
I have been looking into PowerPivot and concluded that for "self service BI" and ahoc buidling of cubes it has its uses. In particular I like the enhanced UI that you get from using PowerPivot rather ...
3
votes
4answers
349 views
Star-schema: Separate dimensions for clients and non-clients or shared dimension for attendants?
I'm new to modeling star schemas, fresh from reading the Data Warehouse Toolkit.
I have a business process that has clients and non-clients calling into conference calls with some of our employees.
...
3
votes
0answers
746 views
MDX Calculated Member CrossJoin question
I have an MDX query with the following calculated member:
with member [Measures].[BBOX] as
Count(
Filter(
CrossJoin([Dim Response].[Response ID].Children, [Dim Question].[Question ...
3
votes
2answers
272 views
book suggestions to learn about olap
I want to learn about olap and 'cubes', I have a very limited understanding and looking for recommendations on good beginner books on these sort of topics.
I use sql server primarily so if the book ...
3
votes
2answers
976 views
Cant connect to analysis services via excel
I have an analysis services cube in SQL server 2005 which I'm connecting to via an excel front end.
When I connect via one user its fine, but when I log on to the same machine as another user I get ...
3
votes
6answers
210 views
MS Access + OLAP
I have lot of data in MS Access, and for analysis I need tools. Might you suggest any tools for data mining and analysis (OLAP)?
3
votes
4answers
488 views
SQL Server aggregates for very large tables
We have a table with 17Mil rows containing product attributes, let's say they're:
brandID, sizeID, colorID, price, shapeID
And we need to query for aggregates by brand and size. Currently we query ...
3
votes
3answers
488 views
Package for presenting OLAP data
I'm managing a very large data warehouse (>1 TB) based on MS SQL 2005. I would like to create a solution for the users to present data from the cubes on-line (web interface). Right now they are using ...
3
votes
2answers
449 views
How is BI related to data mining?
I'm a little confused on how to connect BI with data mining. Can BI be termed as some kind of a manifestation of data mining?
How different is a BI tool like Microsoft Analysis Services from a data ...
3
votes
5answers
5k views
Can you recommend a PostgreSQL Visual Database Designer for Linux?
When I'm in Windows, I use the excellent MicroOLAP Database Designer for PostgreSQL, but its not open source or multiplataform.
Do you know or can recommend me an alternative to this software, that I ...
2
votes
1answer
46 views
Non-Additive Fact
I have a Fact Table with 10 measures. out of 10 measures 9 are aggregated at Sum level.But I have Unit Price which is a Non-Additive Fact Measure.When I go to the property of Aggregation and make it ...
2
votes
2answers
56 views
One measure on the two different dimensions
I have the facts table with two date columns: StartDate and FinishDate:
And I have Time table which have been linked with the facts table with two different relations.
I have created Time ...
2
votes
3answers
230 views
Swing component for Olap analysis
We're creating a desktop application which will use OLAP server to perform analysis. I'm searching for a Swing component which can provide functionality similar to JPivot. We need to:
Be able to add ...
2
votes
1answer
117 views
Mondrian Olap drilldown algorithm
I didn't found but may be someone could me explain - OLAP cube is a combination of all possible aggregation, so related to Mondrian - leaf level is data in fact table or it is a minimum aggregate ...
2
votes
1answer
102 views
How to store metrics for my web app?
I need to store more metrics for my web app. User behavior and other conditions needs to be tracked over time and compared.
Some records have a timestamp associated with it, some don't. So an ...
2
votes
0answers
213 views
Hadoop Hypercube
Hey,
i am starting a hadoop based hypercube with a flexible number of dimensions.
Does anybody know any existing approaches for this?
I just found PigOLAPSketch, but there is no code to use it.
...
2
votes
2answers
1k views
Open source OLAP tools in PHP?
Are there any good open source OLAP tools for PHP, preferably using Zend Framework? Will be building a report generating part of an application and was thinking of prehaps integrating an existing ...
2
votes
1answer
617 views
Crosstab/Cube/Pivot Components for Delphi
I'm looking for a Delphi VCL crosstab/cube/pivotcube/olap grid component for Delphi 2009, 2010, or XE. I'm willing to sacrifice advanced features to get something open/free (or very cheap if I must) ...
2
votes
2answers
491 views
Offline OLAP cube file format
In Excel pivot table you can request the generation of a offline OLAP cube : i.e., a file with the .cub extension. Does anybody know or have any pointer about this file format ?
Thanks, _marc
2
votes
3answers
589 views
In memory OLAP engine in Java
Is there an in memory OLAP (slice and dice data) Java library.
(The equivalent of Microsoft Analytic Services).
Especially would like to hear if anyone has used one for real.