Enhancing an existing ODS with 40m records

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 Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

As 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