B-Tree index for numbers
902332Jan 28 2012 — edited Jan 29 2012hi,
if we create a b-tree index on table coloumn (ex: emp:first_name) it creates leafs on first_name.
Like: leaf A-Z sub leaf A-M, N-Z again subleafs A-F, G-M, N-Q, R-Z.
If first name is RAM it searches in this leaf.
If we create b-tree index on numeric column how leafs are going create. please let me know.
thank you!