B* tree

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akshayk
    New Member
    • Mar 2008
    • 2

    B* tree

    I do not understand what is B * tree,but, I know what is BST?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    What is that BST ? Is that related to oracle ?

    Comment

    • Saii
      Recognized Expert New Member
      • Apr 2007
      • 145

      #3
      Originally posted by debasisdas
      What is that BST ? Is that related to oracle ?

      Btree is a popular type of Oracle indexing.The data structure is similar to BST.Also the searching is similar.

      Comment

      Working...