Questions tagged [olap]

Online Analytical Processing (OLAP) is a category of software tools that provides analysis of data stored in a database, optimized for querying and reporting. OLAP tools enable users to analyze different dimensions of multidimensional data stored for rapid access. For example, it provides time series and trend analysis views.

Online analytical processing (OLAP) is an approach to swiftly answer multi-dimensional analytical (MDA) queries. OLAP is part of the broader category of business intelligence, which also encompasses relational reporting and data mining.

The term OLAP was created as a slight modification of the traditional database term OLTP (Online Transaction Processing). OLAP is a technology that is optimized for querying and reporting, instead of transaction processing. The source data for OLAP is Online Transactional Processing (OLTP) databases that are commonly stored in data warehouses. OLAP data is derived from this historical data, and aggregated into structures that permit sophisticated analysis.

OLAP technologies are used for organizing large business databases and support business intelligence. The OLAP databases are divided into one or more cubes designed the way data is retrieved and analyzed.

Business Intelligence and OLAP

Business Intelligence(BI) helps the business to see the big picture based on the aggregated data, broken down on by any number of variables. Business Intelligence extracts data from OLAP and then analyze it. In this way the business can answer questions like "How do the total sales of all products for 2007 compare with the total sales from 2006?".

References:

1686 questions
6
votes
2 answers

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
Marc Polizzi
  • 9,275
  • 3
  • 36
  • 61
6
votes
5 answers

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 'Ad-Hoc' reports, but the vast majority of them are on…
stevenrcfox
  • 1,547
  • 1
  • 14
  • 37
6
votes
3 answers

Msmdpump.dll OLAP data pump is throwing a 500 error

How do I resolve this issue with requests to msmdpump.dll for connections to SQL Server Analysis Services? I am receiving a 500 Error from the IsapiModule. On a Windows Server 2012 R2 machine, with IIS 8.5, I have setup the OLAP data pump…
Seibar
  • 68,705
  • 38
  • 88
  • 99
6
votes
2 answers

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 looking for something similar using .NET. The tricky…
Electric Monk
  • 2,192
  • 2
  • 23
  • 33
6
votes
1 answer

Sort by key in Excel connected to SSAS OLAP cube

I searched the Internet and StackOverflow and was not able to find an answer to this issue. I created an OLAP cube via SSAS with a date dimension. One of the attributes of the dimension is Activity Calendar Month. The NameColumn value is…
Shayne Ephraim
  • 541
  • 4
  • 13
6
votes
3 answers

Where can I download a ascmd.exe?

I need to execute MDX query from command line (MS AS 2005). I have heard, that there is a program named ascmd, which can do this. Unfortunately, when I went to codeplex page I found that page supposed to deliver an ascmd doesn't work. Please help if…
michal
6
votes
1 answer

SQL Hint to load entire table into RAM before execution?

I'm running some aggregation queries on some very large tables in an OLAP environment. I'm currently bottlenecked by disk IO at 200 MB/s. I'm doing these queries on a machine with 92 GB of RAM. Is there any SQL hint I can write into my query that…
John Shedletsky
  • 7,110
  • 12
  • 38
  • 63
6
votes
4 answers

Combining Relational and OLAP data in an MDX Query

I have an SSAS 2008 cube that is being used to house end of day financial data from the stock market. The cube is only processed once a day after the market closes, so it never has any information about the current intraday trading data. I also…
mclark1129
  • 7,532
  • 5
  • 48
  • 84
5
votes
2 answers

OLAP cube - PHP and MongoDB

I need to create an analytics system. I already built the system using MognoDB and PHP but without using OLAP. Now my queries are really the best I can get, but the system is really slow because no cube. It can take a minute to load a report for the…
Eli_Rozen
  • 1,301
  • 4
  • 20
  • 31
5
votes
0 answers

Any sample on how to expose a olap cube as oData so it can be used using powerpivot?

I'm looking for a sample on how to expose an olap cube as an odata feed so it can be consumed by powerpivot. I do not want to provide direct access to the cube.
Filip Stas
  • 118
  • 1
  • 8
5
votes
1 answer

Open, free, cube data structures for .NET

I'm embarking on a project that allows users to slice and dice data in a fashion much like that provided in OLAP systems. However, the data is not stored in an OLAP system and will be provided to the front-end as flat records from a relational…
Kent Boogaart
  • 175,602
  • 35
  • 392
  • 393
5
votes
2 answers

Why Impala Scan Node is very slow (RowBatchQueueGetWaitTime)?

This query returns in 10 seconds most of the times, but occasionally it need 40 seconds or more. There are two executer nodes in the swarm, and there is no remarkable difference between profiles of the two nodes, following is one of them: …
luochen1990
  • 3,689
  • 1
  • 22
  • 37
5
votes
2 answers

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 ;-)
Peter Mounce
  • 4,105
  • 3
  • 34
  • 65
5
votes
4 answers

Presto vs Impala: architecture, performance, functionality

Could you highligh major differences between the two in architecture & functionality in 2019? And how that differences affect performance? For some reason this excellent question was tagged as opinion-based. Extra-question: why Amazon decide to go…
VB_
  • 45,112
  • 42
  • 145
  • 293
5
votes
1 answer

Retrieve multidimensional database objects directories

I am trying to list all objects (Cube, dimension, partition, ...) found in a SSAS server. I am able to do that using the following project: GitHub - SSASAMODB I am trying to retrieve the relevant directory (within the data directory) for each…
Yahfoufi
  • 2,220
  • 1
  • 22
  • 41