Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Data Warehousing > BO Designer

BO Designer BO Designer Interview Questions, Learn by sharing BO Designer Interview Questions asked in various companies, Get Career advices, Interview Procedures from BO Designer experts, Post asked BO Designer Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-21-2008, 09:29 AM
Member
 
Join Date: Feb 2008
Posts: 86
Default What is index awareness in universe



What is index awareness in universe ?
Reply With Quote
  #2 (permalink)  
Old 06-05-2008, 01:11 PM
Junior Member
 
Join Date: Jun 2008
Posts: 5
Smile index awareness

When you set up index
awareness in Designer you tell Designer which database columns are primary
and foreign keys. This can have a dramatic effect on query performance in the
following ways:
• Designer can take advantage of the indexes on key columns to speed data
retrieval.
• Designer can generate SQL that filters in the most efficient way. This is
particularly important in a star schema database. If you build a query that
involves filtering on a value in a dimension table, Designer can apply the filter
directly on the fact table by using the dimension table foreign key. This
eliminates unnecessary and costly joins to dimension tables.
Designer does not ignore duplicates with index awareness. If two customers
have the same name, Designer will retrieve one only unless it is aware that each
customer has a separate primary key.

Last edited by harmeet; 06-05-2008 at 02:04 PM. Reason: wrong
Reply With Quote
  #3 (permalink)  
Old 06-05-2008, 01:28 PM
Member
 
Join Date: Feb 2008
Posts: 86
Default Thank you for good..........

Hi Harmeet..........

Thank you for good explanation..........I think you would Answer more Questions in this Section. By this so many people will know much information regarding these.........

Cheers,
Sneha Agarwal.
Reply With Quote
Reply

Tags
business object designer, dataware housing, interview questions

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On