What are Page Splits?- When there is not enough room on a page for a new row, a server splits the page, allocates a new page, and moves some rows to the new page. - It arises when records from one memory page are moved to another page during changes to your table. - Page splits are considered as a very bad performance and there are number of techniques which is used to reduce the risk of page splits.
|