|
|
|
|
Browse by Tags
All Tags » performance » page splits (RSS)
-
Can DELETE operations cause pages to split? Yes. It sounds counter-intuitive on the face of it; deleting rows frees up space on a page, and page splitting occurs when a page needs additional space. Nevertheless, there are circumstances when deleting rows causes them to expand before they can be deleted. The mechanism at ...
-
Books Online has this to say about page splits: When a new row is added to a full index page, the Database Engine moves approximately half the rows to a new page to make room for the new row. This reorganization is known as a page split. A page split makes room for new records, but can take time to perform and is a resource ...
-
Some Simple Code To Show The Difference Between Newid And NewsequentialidIn SQL Server 2000 we got the uniqueidentifier data type and the newid() functionLots of people thought that newid() would be very handy to create some unique values across all databases.Newid() is nice but it has a little side effect; it causes terrible page splits because ...
|
|
|
|
|