Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

lookup cache

This is a discussion on lookup cache within the Data Warehousing forums, part of the Databases category; This is a cut and paste from power center help... ****************************** example using a dynamic lookup cache you can use a dynamic lookup cache when you need to insert and ...

Go Back   Geeks Talk > Databases > Data Warehousing
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Data Warehousing Data Warehousing

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-29-2009
Junior Member
 
Join Date: Jun 2009
Location: california
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
rmala is on a distinguished road
lookup cache

This is a cut and paste from power center help... ****************************** example using a dynamic lookup cache you can use a dynamic lookup cache when you need to insert and update rows in your target. When you use a dynamic lookup cache, you can insert and update the cache with the same data you pass to the target to insert and update. For example, you can use a dynamic lookup cache to update a table that contains customer data. Your source data contains rows that you need to insert into the target and rows you need to update in the target. The lookup transformation uses a dynamic lookup cache. When the session starts, the powercenter server builds the lookup cache from the target table. When the powercenter server reads a row that is not in the lookup cache, it inserts the row in the cache and then passes the row out of the lookup transformation. The router transformation directs the row to the upd_insert_new update strategy transformation. The update strategy transformation marks the row as insert before passing it to the target. The target table changes as the session runs, and the powercenter server inserts new rows and updates existing rows in the lookup cache. The powercenter server keeps the lookup cache and target table synchronized. To generate keys for the target, use sequence-id in the associated port. The sequence id generates primary keys for new rows the powercenter server inserts into the target table. without the dynamic lookup cache, you need to use two lookup transformations in your mapping. Use the first lookup transformation to insert rows in the target. Use the second lookup transformation to recache the target table and update rows in the target table. ************************* can someone explain me how two lookup can replace the dynamic cache (last paragraph)? assume source data is as follows cust id cust name cust location c001 xyz pasadena c002 abc glendale c001 xyz burbank regards, -robert
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Databases > Data Warehousing

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Cache Information from Session Log rahulg007 Data Warehousing 0 04-30-2009 06:31 AM
Cache Hit Ratio pandie2008 Windows 5 04-16-2009 05:20 AM
Implementing Weblogic Cache. sk34547 Java 0 12-23-2008 07:19 AM
How to Clear the IE Browser Cache in QTP? jyllana24 QTP 1 09-26-2008 01:52 AM
Dynamic Lookup Cache rasmi Data Warehousing 0 03-04-2008 05:50 AM


All times are GMT -4. The time now is 04:02 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved