Efficient query processing for XML keyword queries based on the IDList index

  • Authors:
  • Junfeng Zhou;Zhifeng Bao;Wei Wang;Jinjia Zhao;Xiaofeng Meng

  • Affiliations:
  • The Key Laboratory for Computer Virtual Technology and System Integration of HeBei Province, School of Information Science and Engineering, Yanshan University, Qinhuangdao, China;Interactive Digital Media Institute, Singapore, Singapore;The University of New South Wales, Kensington, NSW, Australia;The Key Laboratory for Computer Virtual Technology and System Integration of HeBei Province, School of Information Science and Engineering, Yanshan University, Qinhuangdao, China;Renmin University of China, Beijing, China

  • Venue:
  • The VLDB Journal — The International Journal on Very Large Data Bases
  • Year:
  • 2014

Quantified Score

Hi-index 0.00

Visualization

Abstract

Keyword search over XML data has attracted a lot of research efforts in the last decade, where one of the fundamental research problems is how to efficiently answer a given keyword query w.r.t. a certain query semantics. We found that the key factor resulting in the inefficiency for existing methods is that they all heavily suffer from the common-ancestor-repetition problem. In this paper, we propose a novel form of inverted list, namely the IDList; the IDList for keyword $$k$$ consists of ordered nodes that directly or indirectly contain $$k$$. We then show that finding keyword query results based on the smallest lowest common ancestor and exclusive lowest common ancestor semantics can be reduced to ordered set intersection problem, which has been heavily optimized due to its application in areas such as information retrieval and database systems. We propose several algorithms that exploit set intersection in different directions and with or without using additional indexes. We further propose several algorithms that are based on hash search to simplify the operation of finding common nodes from all involved IDLists. We have conducted an extensive set of experiments using many state-of-the-art algorithms and several large-scale datasets. The results demonstrate that our proposed methods outperform existing methods by up to two orders of magnitude in many cases.