2014-07-02 - General, Series, SQL Server Internals, Storage Wednesday
SQL Server stores indexes in B+ Tree format on disk. Each node is represented by a SQL Server page. The actual rows are stored in data pages while the index structure resides in intermediate index pages. Read on to find out more.
[more…]
We know how to make a database fast. We’ll help you do the same.