TL;DR
This paper introduces a distributed full-text index capable of efficiently handling pattern matching queries in big data environments, outperforming previous suffix array methods in speed while maintaining comparable space efficiency.
Contribution
The authors develop a novel distributed full-text index that supports various query types and demonstrate its superior performance and space efficiency compared to existing suffix array approaches.
Findings
Answers counting queries up to 5.5 times faster than previous methods.
Uses about the same space as existing suffix arrays.
A succinct variant reduces memory usage by one third with only 20% slower queries.
Abstract
We present a distributed full-text index for big data applications in a distributed environment. Our index can answer different types of pattern matching queries (existential, counting and enumeration). We perform experiments on inputs up to 100 GiB using up to 512 processors, and compare our index with the distributed suffix array by Arroyuelo et al. [Parall. Comput. 40(9): 471--495, 2014]. The result is that our index answers counting queries up to 5.5 times faster than the distributed suffix array, while using about the same space. We also provide a succinct variant of our index that uses only one third of the memory compared with our non-succinct variant, at the expense of only 20% slower query times.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
