Tagged Questions
The rolap tag has no wiki summary.
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 ...
2
votes
1answer
817 views
ROLAP not working - how to design the cube/DSV for ROLAP?
I'm trying to configure storage mode ROLAP for a partition in an existing SSAS cube. The cube is a little messy in that the measure group is defined by a named query (as opposed to a table) and the ...
1
vote
2answers
99 views
Why use ROLAP instead of plain MySQL?
Are there any performance advantages in using a ROLAP server such as Mondrian on top of a MySQL database, as opposed to simply querying the MySQL database?
I am asking this in the context in which ...
1
vote
1answer
70 views
In-Database Memoization - a good idea? Any experiences?
I have an idea I have yet to implement, because I have some fear I may be barking up the wrong tree... mainly because Googling on the topic returns so few results.
Basically I have some SQL queries ...
1
vote
4answers
1k views
Custom ROLAP Data Source in SSAS
I am trying to build an OLAP datasource from a bunch of binary files, and our current model just isn't working. We are using SSAS as our analysis / reporting model for our results, but aren't able to ...
0
votes
1answer
22 views
Storing large amounts of demographic data so it can be easily analysed - OLAP, ORM, custom solution?
We're building a database of demographics data for analysis; this data is all over the place, from crime data to census data to other stuff. We want to be able to dig in via geography, metric, or time ...
0
votes
0answers
53 views
MOLAP Unknown Member not working
I have a Cube with two tables where their reference is trough a nullable column.
TableA TableB
id id
... ...
...
0
votes
3answers
834 views
Cube design - ROLAP considerations vs. MOLAP
Does anyone have resources that give a list of things to consider when designing a ROLAP cube, as opposed to MOLAP (I'm doing it in Pentaho, but I guess the principles are not dis-similar for other ...
0
votes
1answer
612 views
MDX - Sum at lowest time, then Max it out
I have;
a Time dimension (Year, Month, Day, Hour),
a Product dimension (Product, Feature)
and a User dimension (User)
The measure I have available is: Used (Number of features that are in use)
...
-1
votes
1answer
91 views
Can we integrate Pentaho and Google Visualization API or to flex?
I have developed one Mondrian schema and cube. I have deployed schema file in Pentaho BI server. I would like to know is it possible to connect these Pentaho schemas and UI technologies like Google ...