DATABASE SYSTEM CONCEPTS (LOOSELEAF)
DATABASE SYSTEM CONCEPTS (LOOSELEAF)
7th Edition
ISBN: 9781260515046
Author: SILBERSCHATZ
Publisher: MCG
Expert Solution & Answer
Book Icon
Chapter 24, Problem 4PE

Explanation of Solution

Search algorithm on an R-Tree:

The nearest neighbour search algorithm using R-tree is as follows:

  • The algorithm uses an ordered depth first traversal.
  • The depth traversal begins with the R-tree root node and proceeds down the tree.
  • The original guess for the neighbour distance is infinity. It may be called Nearest.
  • During the descending phase, at each newly visited non-leaf node, the algorithm calculates the ordering metric compounds for all its Minimum-Bounding Regions and then they are sorted into an Active Branch List (ABL).
  • Then pruning strategies is applied to the ABL for removing unnecessary branches.
  • The algorithm will iterate on this ABL until the ABL is empty.
  • For every iteration, the next branch is selected in the list and it is applied recursively to the node corresponding to the Minimum-Bounding Region of this branch...

Blurred answer
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education