What is Data purging?

Answers were Sorted based on User's Feedback



What is Data purging?..

Answer / harshad

Data purging is nothing but deleting your data from DW.
Sometimes While loading data into staging or target table
you may need to load fresh data everytimes (called full
load). In this case you need to purge the complete
stage/target table before load it with Fresh data.

Pls point me if I'm worng.

Is This Answer Correct ?    102 Yes 12 No

What is Data purging?..

Answer / qasim

Data purging is just deleting the old data from the tables
in the database.

In my opinion data purging is not needed in transaction
tables/records such as sales, purchase etc.

Suppose you have a database application, which records
security information like logins, logouts, modifications on
the data or audit trails/history of modifications , then
it is obvious that this information will require additional
space. Since this information will help security
administrators for investigation purpose only you can take
a backup of this information and can delete.

Furthermore its up to your requirement, that at a given
point of time you want to retain data for last (N no of
months) then you can keep, otherwise delete all.

Is This Answer Correct ?    36 Yes 7 No

What is Data purging?..

Answer / purva

Occasionally, it is necessary to remove large amounts of
data from a data warehouse. A very common scenario is the
rolling window discussed previously, in which older data is
rolled out of the data warehouse to make room for new data.

However, sometimes other data might need to be removed from
a data warehouse. Suppose that a retail company has
previously sold products from Company ABC, and that Company
ABC has subsequently gone out of business. The business
users of the warehouse may decide that they are no longer
interested in seeing any data related to Company ABC, so
this data should be deleted.
This process is data purging.

Is This Answer Correct ?    31 Yes 7 No

What is Data purging?..

Answer / ishita ramani

Purging means deleting the old data and creating the space for the new.

Is This Answer Correct ?    8 Yes 2 No

What is Data purging?..

Answer / siva

Use the PURGE statement to remove a table or index from your
recycle bin and release all of the space associated with the
object, or to remove the entire recycle bin, or to remove
part of all of a dropped tablespace from the recycle bin.

Is This Answer Correct ?    2 Yes 0 No

What is Data purging?..

Answer / nb

The purge process moves data between and deletes data from three categories of data, or data sets:

The current data set, which contains data that needs to be available to users. Users can change or review the data.
The history data set, which contains data that can only be reviewed or aggregated by users. Users can't change the data.
The dormant data set, which contains data that falls out of the availability threshold but needs to be stored to meet legal or business requirements. This data is archived, so it can't be changed, reviewed, or aggregated by users.
The purge process is configurable and dynamic, so new categories or subcategories can be added to accommodate changes in legal and business requirements. For example, the current data set could be further classified into read-only data and updateable data. By hosting the read-only data on read-only file groups, you can improve SQL Server performance.

Is This Answer Correct ?    0 Yes 0 No

What is Data purging?..

Answer / punith

Purging means temperarly removing the data

Is This Answer Correct ?    7 Yes 21 No

What is Data purging?..

Answer / elango

Information sources may be unreliable and may purge data. On
the other hand, information at the warehouse is under the
control of the warehouse users; it can be stored safely and
reliably for as long as necessary.

Is This Answer Correct ?    8 Yes 52 No

Post New Answer

More Data Warehouse General Interview Questions

How can we determine what records to extract?

0 Answers  


What is an error log table in informatica occurs and how to maintain it in mapping?

0 Answers  


What are the advantages and disadvantages of using stored procedures versus calling sql inline in cold fusion?

0 Answers  


Explain me what are data marts?

0 Answers  


Code the tables statement to produce a multi-level frequency?

0 Answers  






How much data hold in one universe.

0 Answers  


Explain what are necessary tasks to install reportnet software?

0 Answers  


What are the types of SCD?

0 Answers  


What are Fact tables and Dimension Tables?

6 Answers   IBM,


What are the different types of data warehousing?

0 Answers  


What is fact less fact table? Where you have used it in your project?

0 Answers  


Explain what are the various file formats involved in reportnet?

0 Answers  


Categories