If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > UDF for lookups (data warehouse)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-13-04, 10:00
Lui14 Lui14 is offline
Registered User
 
Join Date: Dec 2004
Posts: 1
UDF for lookups (data warehouse)

our etl-tool (warehouse workbench) doesn't satisfy our requirements, therefore we try to use db2 udf instead of it. one of our requirements is to use memory-lookups, which means we need to transform a code (for example 'ABC') to an ID (for example 123). we have to do this for about 300 table-columns and about 10 mio records each month. therefore it would be useful if we only have to read the db2-transformation-table (for example transform 'ABC' to 123 for database column xyz) only once at the beginning. the transformation-table should then be kept in memory ... i think a scratchpad could be the right solution.

does anybody use such a UDF or does anybody know where i can get an example?

thanks in advance
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On