‎2008 Feb 14 1:12 PM
Hi All,
Activation of archive info structure creates a transparent table a and a report pgm to fill the table in the deletion run.
This table contain all the data which we are archiving thro SARA.Pls correct me if I am wrong.
If my understanding of archiving is correct then whats the purpose(in terms of space gain) of doing archiving process if the data is removed from one table and placed in another table in the same database??
Inputs are appreciated.
Thanks,
Priya.
‎2008 Feb 14 2:05 PM
Hello,
Archive info structures only contain a subset of the data that has been archived. It also contains "pointers" to where the rest of the archived data is located within the stored archive files. The archive info structure should be limited to contain only those fields which will be used to search for the relevant data.
Hope this helps.
Best Regards,
Karin Tillotson
‎2008 Feb 14 2:05 PM
Hello,
Archive info structures only contain a subset of the data that has been archived. It also contains "pointers" to where the rest of the archived data is located within the stored archive files. The archive info structure should be limited to contain only those fields which will be used to search for the relevant data.
Hope this helps.
Best Regards,
Karin Tillotson
‎2008 Feb 14 2:59 PM
‎2008 Mar 22 5:09 PM
HI Priya,
Besides there is one more point. AIS reads the data only from the archived data base ( off Line ). By building an efficient infostructure, you can stream line the fields for which u want to find the details of the archived file.Like for eg : BUKRS field(company Code), GJAHR(Fyscal year ) and MONAT ( Posting Period).