Indexed Fast Network Proximity Querying


Coskun M., Grama A., Koyuturk M.

PROCEEDINGS OF THE VLDB ENDOWMENT, cilt.11, sa.8, ss.840-852, 2018 (SCI-Expanded) identifier identifier

  • Yayın Türü: Makale / Tam Makale
  • Cilt numarası: 11 Sayı: 8
  • Basım Tarihi: 2018
  • Doi Numarası: 10.14778/3204028.3204029
  • Dergi Adı: PROCEEDINGS OF THE VLDB ENDOWMENT
  • Derginin Tarandığı İndeksler: Science Citation Index Expanded (SCI-EXPANDED), Scopus
  • Sayfa Sayıları: ss.840-852
  • Ankara Üniversitesi Adresli: Hayır

Özet

Node proximity queries are among the most common operations on network databases. A common measure of node proximity is random walk based proximity, which has been shown to be less susceptible to noise and missing data. Real-time processing of random-walk based proximity queries poses significant computational challenges for larger graphs with over billions of nodes and edges, since it involves solution of large linear systems of equations. Due to the importance of this operation, significant effort has been devoted to developing efficient methods for random-walk based node proximity computations. These methods either aim to speed up iterative computations by exploiting numerical properties of random walks, or rely on computation and storage of matrix inverses to avoid computation during query processing. Although both approaches have been well studied, the speedup achieved by iterative approaches does not translate to real-time query processing, and the storage requirements of inversion-based approaches prohibit their use on very large graph databases.