Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Data Warehousing / March 2006

Tip: Looking for answers? Try searching our database.

Whats in a cube?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ChrisR - 01 Mar 2006 03:44 GMT
I know that I define what makes up a cube. I know that I point Analysis
Services to a data source. But when I create a cube, is it actually making a
copy of that data source defined by my dimensions and measures? Or is it
just creating meta data with my definitions?

TIA, ChrisR
Jéjé - 03 Mar 2006 23:26 GMT
a Real time ROLAP storage provide "only" a metadata around your data and
execute SQL query against the source (slow access)
a MOLAP storage get an entire copy of the data + metadata. (fast access)

in ROLAP mode you can create aggregation in the database himself, so you'll
found new tables created in your database which contains aggregated data.

MOLAP mode is recommanded by default for optimal performance.
but there is many other options regarding your needs.

>I know that I define what makes up a cube. I know that I point Analysis
> Services to a data source. But when I create a cube, is it actually making
[quoted text clipped - 3 lines]
>
> TIA, ChrisR
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.