sql - Structural difference between Relational Databases vs. Multidimensional Databases -


i'm trying develop deeper understanding of multidimentional databases, particularly, 1 created ssas/ms-sql. not sure how physically cube's storage different of pages hold tables.

please bear in mind i'm knowledgable of how relationships , purposes of relational , multidimensional relationships differ, conceptually i'm 100% clear. i having difficulty understanding how implementation of relational database differs of multidimensional database? (particularly physical implementation , data structure differences)

**please not cite conceptual designs such "star/snowflake schemas" or concepts given here: relational vs. dimensional databases, what's difference?

i'm familiar concepts... thank


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -