DocumentCode :
3268359
Title :
SPINE: putting backbone into string indexing
Author :
Neelapala, Naresh ; Mittal, Romil ; Haritsa, Jayant R.
Author_Institution :
Dept. of Comput. Sci. & Autom., Indian Inst. of Sci., Bangalore, India
fYear :
2004
fDate :
30 March-2 April 2004
Firstpage :
325
Lastpage :
336
Abstract :
The indexing technique commonly used for long strings, such as genomes, is the suffix tree, which is based on a vertical (intra-path) compaction of the underlying trie structure. We investigate an alternative approach to index building, based on horizontal (inter-path) compaction of the trie. In particular, we present SPINE, a carefully engineered horizontally-compacted trie index. SPINE consists of a backbone formed by a linear chain of nodes representing the underlying string, with the nodes connected by a rich set of edges for facilitating fast forward and backward traversals over the backbone during index construction and query search. A special feature of SPINE is that it collapses the trie into a linear structure, representing the logical extreme of horizontal compaction. We describe algorithms for SPINE construction and for searching this index to find the occurrences of query patterns. Our experimental results on a variety of real genomic and proteomic strings show that SPINE requires significantly less space than standard implementations of suffix trees. Further, SPINE takes lesser time for both construction and search as compared to suffix trees, especially when the index is disk-resident. Finally, the linearity of its structure makes it more amenable for integration with database engines.
Keywords :
database indexing; genetics; query processing; string matching; tree data structures; SPINE construction; database engine; genome; proteomic string; query pattern; query search; string indexing; suffix tree; trie index; trie structure; Bioinformatics; Buildings; Compaction; Databases; Engines; Genomics; Indexing; Linearity; Proteomics; Spine;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Data Engineering, 2004. Proceedings. 20th International Conference on
ISSN :
1063-6382
Print_ISBN :
0-7695-2065-0
Type :
conf
DOI :
10.1109/ICDE.2004.1320008
Filename :
1320008
Link To Document :
بازگشت