2017
DOI: 10.1007/978-3-319-57045-7_3
|View full text |Cite
|
Sign up to set email alerts
|

(A)kNN Query Processing on the Cloud: A Survey

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
3
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(2 citation statements)
references
References 54 publications
0
2
0
Order By: Relevance
“…Instances of such researches incorporate: (1) Range query [11][12][13], the input dataset is investigated, and each object is analyzed with respect to the query range. (2) k Nearest Neighbour (kNN) query [12,14,15], locates the k closest objects, utilizing distance metrics, from a specific object. (3) All Nearest Neighbour (ANN) query [9,16], having N objects and process to know which is the closest neighbor for each one of those N objects, objects are divided by their Z-values to find out the result.…”
Section: Related Workmentioning
confidence: 99%
“…Instances of such researches incorporate: (1) Range query [11][12][13], the input dataset is investigated, and each object is analyzed with respect to the query range. (2) k Nearest Neighbour (kNN) query [12,14,15], locates the k closest objects, utilizing distance metrics, from a specific object. (3) All Nearest Neighbour (ANN) query [9,16], having N objects and process to know which is the closest neighbor for each one of those N objects, objects are divided by their Z-values to find out the result.…”
Section: Related Workmentioning
confidence: 99%
“…Each block that needs to be processed is assigned to a map function that searches its index to get the matching records [12]. The kNN query [14,18] takes a query point Q and an integer k to find the k closest points to Q in the input dataset. In Hadoop, the kNN query checks all the input points in the input dataset, finds the distances between them and Q, and then the top-k points are returned as the result [7].…”
Section: The Overall Architecture Of Spatialhadoopmentioning
confidence: 99%