---
title: "What are Page Splits?"  
description: "What are Page Splits?"  
author: "Sumit Kesarwani"  
published: 2013-12-29  
updated: 2020-09-01  
canonical: https://www.mindstick.com/interview/1865/what-are-page-splits  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are Page Splits?

Pages are contained in extent. Every extent will have around eight data pages. But all the eight data pages are not created at once; they are created depending on data demand. So when a page becomes full it creates a new page, this process is called as “Page Split”.

## Answers

### Answer by Sumit Kesarwani

Pages are contained in extent. Every extent will have around eight data pages. But all the eight data pages are not created at once; they are created depending on data demand. So when a page becomes full it creates a new page, this process is called as “Page Split”.


---

Original Source: https://www.mindstick.com/interview/1865/what-are-page-splits

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
