We want to enhance the existing ODS which has approximately 40 million records. My question is if I add new infobjects to existing ODS, do I need to reload the data? What are the possible options?
Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial DirectorAs long as you keep the data elements that makes an ODS record unique (key),
you should be able to add new fields in an ODS object definition. Ideally,
you should define some indicator what that change occured in an existing
record fom historic context. And also need to consider how to handle
missing values in the past records when those fields were not present.
From database performnace, it is good idea to export and import the same
table to get rid of any table fragmentation. This is typical DBA task and
nothing to do with BW spcifically.
This was first published in July 2002