Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
B+ tree
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== iDistance ==== {{further|iDistance}} B+ tree is efficiently used to construct an indexed search method called iDistance. iDistance searches for k nearest neighbors (kNN) in high-dimension metric spaces. The data in those high-dimension spaces is divided based on space or partition strategies, and each partition has an index value that is close with the respect to the partition. From here, those points can be efficiently implemented using B+ tree, thus, the queries are mapped to single dimensions ranged search. In other words, the iDistance technique can be viewed as a way of accelerating the sequential scan. Instead of scanning records from the beginning to the end of the data file, the iDistance starts the scan from spots where the nearest neighbors can be obtained early with a very high probability.<ref>{{Cite journal |last1=Jagadish |first1=H. V. |last2=Ooi |first2=Beng Chin |last3=Tan |first3=Kian-Lee |last4=Yu |first4=Cui |last5=Zhang |first5=Rui |date=June 2005 |title=iDistance: An adaptive B+-tree based indexing method for nearest neighbor search |url=https://dl.acm.org/doi/10.1145/1071610.1071612 |journal=ACM Transactions on Database Systems |language=en |volume=30 |issue=2 |pages=364β397 |doi=10.1145/1071610.1071612 |s2cid=967678 |issn=0362-5915|url-access=subscription }}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)