Identifying integrated records that represent the same real-world object in numerous ways is just one form of data disparity (dirt) to be resolved in a data warehouse. Data cleaning is a complex process, which uses multidisciplinary techniques to resolve conflicts in data drawn from different data sources. There is a need for initial cleaning at the time a data warehouse is built, and incremental cleaning whenever new records are brought into the data warehouse during refreshing. Existing work on data cleaning have used pre-specified record match thresholds and multiple scanning of records to determine matching records in integrated data. Little attention has been paid to incremental matching of records. Determining optimal record match score threshold in a domain is hard. Also, direct long record string comparison is highly inefficient and intolerant to typing errors. Thus, this article proposes two algorithms, the first of which uses smart tokens defined from integrated records to match and identify duplicate records during initial warehouse cleaning. The second algorithm uses these tokens for fast, incremental cleaning during warehouse refreshing. Every attribute value forms either a special token like birth date or an ordinary token, which can be alphabetic, numeric, or alphanumeric. Rules are applied for forming tokens belonging to each of these four classes. These tokens are sorted and used for record match. The tokens also form very good warehouse identifiers for future faster incremental warehouse cleaning. This approach eliminates the need for match threshold and multiple passes at data. Experiments show that using tokens for record comparison produces a far better result than using the entire or greater part of a record.
[1]
Hongjun Lu,et al.
Cleansing Data for Mining and Warehousing
,
1999,
DEXA.
[2]
Salvatore J. Stolfo,et al.
Real-world Data is Dirty: Data Cleansing and The Merge/Purge Problem
,
1998,
Data Mining and Knowledge Discovery.
[3]
Joseph M. Hellerstein,et al.
Potter''s Wheel: An Interactive Framework for Data Transformation and Cleaning
,
2001,
VLDB 2001.
[4]
W. H. Inmon,et al.
Building the data warehouse (2nd ed.)
,
1996
.
[5]
Peter Gluchowski,et al.
Data Warehouse
,
1997,
Informatik-Spektrum.
[6]
Charles Elkan,et al.
The Field Matching Problem: Algorithms and Applications
,
1996,
KDD.
[7]
Stefano Spaccapietra,et al.
Issues and approaches of database integration
,
1998,
CACM.
[8]
Ralph Kimball,et al.
Dealing with dirty data
,
1996
.
[9]
Christie I. Ezeife.
Selecting and materializing horizontally partitioned warehouse views
,
2001,
Data Knowl. Eng..
[10]
Diego Calvanese,et al.
Data Integration in Data Warehousing (Keynote Address)
,
2001,
CAiSE Workshops.
[11]
Joseph M. Hellerstein,et al.
An Interactive Framework for Data Cleaning and Transformation
,
1999
.
[12]
Salvatore J. Stolfo,et al.
The merge/purge problem for large databases
,
1995,
SIGMOD '95.
[13]
David J. DeWitt,et al.
Duplicate record elimination in large data files
,
1983,
TODS.
[14]
Dennis Shasha,et al.
Declarative Data Cleaning: Language, Model, and Algorithms
,
2001,
VLDB.
[15]
Evangelos Simoudis,et al.
Using Recon for Data Cleaning
,
1995,
KDD.