subrata.dass's blog
Submitted by subrata.dass on Tue, 2011-08-23 04:42
Star Transformation in Siebel Analytics (OBIEE)
(Subrata Dass)
Introduction
Star Transformation is a join method mostly used in Data Warehousing Environments to fine tune typical query performance. It is of utmost importance in DB environments where reporting tools like Siebel Analytics (OBIEE) is in use. It can also be used for other tools such as Business Objects. The conventional join mechanisms that the star transformation seeks to supersede are Hash join, nested-loops and sort merge join.
|