高效处理道路网络中带有预算范围限制的所有相邻对象组查询

IF 3.3 3区 计算机科学 Q2 COMPUTER SCIENCE, THEORY & METHODS
Yuan-Ko Huang, Chien-Pang Lee
{"title":"高效处理道路网络中带有预算范围限制的所有相邻对象组查询","authors":"Yuan-Ko Huang, Chien-Pang Lee","doi":"10.1007/s00607-024-01260-7","DOIUrl":null,"url":null,"abstract":"<p>We present a new type of location-based queries, namely the <i>Budget Range-based All Neighboring Object Group Query</i> (<i>BR</i>-<i>ANOGQ</i> for short), to offer spatial object information while respecting distance and budget range constraints. This query type finds utility in numerous practical scenarios, such as assisting travelers in selecting fitting destinations for their journeys. To support the <i>BR</i>-<i>ANOGQ</i>, we develop data structures for efficient representation of road networks and employ two index structures, the <span>\\(R^{cC}\\)</span>-tree and the <i>grid index</i>, for managing spatial objects based on their locations and costs. We introduce two pruning criteria to filter out object sets that do not meet the specified distance <i>d</i> and budget range <span>\\([bgt_m, bgt_M]\\)</span> constraints. We also devise a road network traversal method that selectively accesses a small fraction of objects while generating the query result. The <i>BR</i>-<i>ANOGQ algorithm</i> effectively utilizes index structures and pruning criteria for query processing. Through a series of comprehensive experiments, we demonstrate its efficiency in terms of CPU time and index node accesses, providing valuable insights for location-based queries with constraints.</p>","PeriodicalId":10718,"journal":{"name":"Computing","volume":"44 1","pages":""},"PeriodicalIF":3.3000,"publicationDate":"2024-02-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Efficient processing of all neighboring object group queries with budget range constraint in road networks\",\"authors\":\"Yuan-Ko Huang, Chien-Pang Lee\",\"doi\":\"10.1007/s00607-024-01260-7\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<p>We present a new type of location-based queries, namely the <i>Budget Range-based All Neighboring Object Group Query</i> (<i>BR</i>-<i>ANOGQ</i> for short), to offer spatial object information while respecting distance and budget range constraints. This query type finds utility in numerous practical scenarios, such as assisting travelers in selecting fitting destinations for their journeys. To support the <i>BR</i>-<i>ANOGQ</i>, we develop data structures for efficient representation of road networks and employ two index structures, the <span>\\\\(R^{cC}\\\\)</span>-tree and the <i>grid index</i>, for managing spatial objects based on their locations and costs. We introduce two pruning criteria to filter out object sets that do not meet the specified distance <i>d</i> and budget range <span>\\\\([bgt_m, bgt_M]\\\\)</span> constraints. We also devise a road network traversal method that selectively accesses a small fraction of objects while generating the query result. The <i>BR</i>-<i>ANOGQ algorithm</i> effectively utilizes index structures and pruning criteria for query processing. Through a series of comprehensive experiments, we demonstrate its efficiency in terms of CPU time and index node accesses, providing valuable insights for location-based queries with constraints.</p>\",\"PeriodicalId\":10718,\"journal\":{\"name\":\"Computing\",\"volume\":\"44 1\",\"pages\":\"\"},\"PeriodicalIF\":3.3000,\"publicationDate\":\"2024-02-16\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Computing\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://doi.org/10.1007/s00607-024-01260-7\",\"RegionNum\":3,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q2\",\"JCRName\":\"COMPUTER SCIENCE, THEORY & METHODS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Computing","FirstCategoryId":"94","ListUrlMain":"https://doi.org/10.1007/s00607-024-01260-7","RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q2","JCRName":"COMPUTER SCIENCE, THEORY & METHODS","Score":null,"Total":0}
引用次数: 0

摘要

我们提出了一种新型基于位置的查询,即基于预算范围的所有邻近对象组查询(简称 BR-ANOGQ),在尊重距离和预算范围限制的同时提供空间对象信息。这种查询类型在许多实际场景中都很有用,例如帮助旅行者选择合适的旅行目的地。为了支持BR-ANOGQ,我们开发了高效表示道路网络的数据结构,并采用了两种索引结构--\(R^{c}\)树和网格索引--来根据空间对象的位置和成本管理它们。我们引入了两个剪枝标准来过滤不符合指定距离 d 和预算范围 \([bgt_m, bgt_M]\) 约束的对象集。我们还设计了一种路网遍历方法,在生成查询结果时选择性地访问一小部分对象。BR-ANOGQ 算法有效地利用了索引结构和剪枝标准进行查询处理。通过一系列综合实验,我们证明了该算法在 CPU 时间和索引节点访问方面的效率,为基于位置的约束查询提供了有价值的见解。
本文章由计算机程序翻译,如有差异,请以英文原文为准。

Efficient processing of all neighboring object group queries with budget range constraint in road networks

Efficient processing of all neighboring object group queries with budget range constraint in road networks

We present a new type of location-based queries, namely the Budget Range-based All Neighboring Object Group Query (BR-ANOGQ for short), to offer spatial object information while respecting distance and budget range constraints. This query type finds utility in numerous practical scenarios, such as assisting travelers in selecting fitting destinations for their journeys. To support the BR-ANOGQ, we develop data structures for efficient representation of road networks and employ two index structures, the \(R^{cC}\)-tree and the grid index, for managing spatial objects based on their locations and costs. We introduce two pruning criteria to filter out object sets that do not meet the specified distance d and budget range \([bgt_m, bgt_M]\) constraints. We also devise a road network traversal method that selectively accesses a small fraction of objects while generating the query result. The BR-ANOGQ algorithm effectively utilizes index structures and pruning criteria for query processing. Through a series of comprehensive experiments, we demonstrate its efficiency in terms of CPU time and index node accesses, providing valuable insights for location-based queries with constraints.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Computing
Computing 工程技术-计算机:理论方法
CiteScore
8.20
自引率
2.70%
发文量
107
审稿时长
3 months
期刊介绍: Computing publishes original papers, short communications and surveys on all fields of computing. The contributions should be written in English and may be of theoretical or applied nature, the essential criteria are computational relevance and systematic foundation of results.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信