cubes Questions
3
Solved
2
Solved
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 i...
Dowery asked 22/11, 2009 at 13:19
4
Solved
In Sql Server Management Studio once I browse a cube I can drop column fields, row fields and filter fields. This displays the required data.
I want to know if there is a way to view the MDX quer...
Pumice asked 23/7, 2010 at 18:58
1
Solved
I'm trying to map a texture on a cube which is basicly a triangle strip with 8 vertices and 14 indicies:
static const GLfloat vertices[8] =
{
-1.f,-1.f,-1.f,
-1.f,-1.f, 1.f,
-1.f, 1.f,-1.f,
-1....
Outface asked 26/8, 2014 at 10:39
8
Solved
The terms are used all over the place, and I don't know of crisp definitions. I'm pretty sure I know what a data mart is. And I've created reporting cubes with tools like Business Objects and Cogno...
Agamic asked 11/12, 2008 at 21:3
1
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 Text].Children...
2
Solved
Using OpenGL ES I am rendering a simple cube class that draws it at the centre of the screen. However, I want to be able to draw multiple such cubes on the screen at random positions but don't know...
2
Solved
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 wa...
Burnejones asked 10/4, 2009 at 4:48
6
Solved
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 ...
1
© 2022 - 2024 — McMap. All rights reserved.