How SQL Server indexing works

前端 未结 2 2157
悲&欢浪女
悲&欢浪女 2021-02-15 10:22

SQL Server uses binary tree with intermediate and leaf node for search but how it will do this. Ex. If a table employee has two fields

Id bigint 
Name varchar(5         


        
2条回答
  •  心在旅途
    2021-02-15 10:32

    This question is a conceptual one and requires a very straight forward answer You can read this article for a short answer :

    How Does an SQL Index work

提交回复
热议问题