Page 1 of 1

Question 30 2 pts Spatial query processing uses a two-step 'Filter-Refine' strategy. Which part of this strategy is supp

Posted: Mon Jun 06, 2022 6:11 pm
by answerhappygod
Question 30 2 Pts Spatial Query Processing Uses A Two Step Filter Refine Strategy Which Part Of This Strategy Is Supp 1
Question 30 2 Pts Spatial Query Processing Uses A Two Step Filter Refine Strategy Which Part Of This Strategy Is Supp 1 (47.63 KiB) Viewed 34 times
Question 30 2 pts Spatial query processing uses a two-step 'Filter-Refine' strategy. Which part of this strategy is supported by creating a spatial index on the data, such as an R-Tree? O Both parts: an R-Tree can be used to initially filter the data using bounding boxes around geometries, but then once on the leaf-level, can give access to the specific boundaries for the Refine part too. O None as the R-Tree is only used for a spatial join. O Refine part: the R-Tree allows to efficiently find a candidate set of geometries overlapping the query region. O Filter part: the R-Tree allows to efficiently find a candidate set of geometries overlapping the query region.