Mining frequent sequences in one database scan using distributed computers

Loading...
Thumbnail Image
Date
2011-09-01
Authors
Brajczuk, Dale A.
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
Existing frequent-sequence mining algorithms perform multiple scans of a database, or a structure that captures the database. In this M.Sc. thesis, I propose a frequent-sequence mining algorithm that mines each database row as it reads it, so that it can potentially complete mining in the time it takes to read the database once. I achieve this by having my algorithm enumerate all sub-sequences from each row as it reads it. Since sub-sequence enumeration is a time-consuming process, I create a method to distribute the work over multiple computers, processors, and thread units, while balancing the load between all resources, and limiting the amount of communication so that my algorithm scales well in regards to the number of computers used. Experimental results show that my algorithm is effective, and can potentially complete the mining process in near the time it takes to perform one scan of the input database.
Description
Keywords
data mining, databases, distributed computing
Citation