What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 24038 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > SQL Server Interview Questions > What is the importance of Fill Factor? . ...

What is the importance of Fill Factor?

Interview question and answer by: Niladri.Biswas | Posted on: 7/26/2012 | Category: SQL Server Interview questions | Views: 586 | | Points: 40


Answer:

A Fill Factor is a specification done during the creation of indexes so that a particular amount of space can be left on a leaf level page to decrease the occurrence of page splits when the data has to be accommodated in the future.

When an index is created or rebuilt, the Fill Factor value determines the percentage of space on each leaf-level page to be filled with data, reserving the remainder on each page as free space for future growth.

Fill Factor specifies a percentage that indicates how much the Database Engine should fill each index page during index creation or rebuild.Fill Factor is always an integer valued from 1 to 100. By setting the Fill Factor value, we specify the percentage of space on each page to be filled with data, reserving free space on each page for future table growth.Specifying a Fill Factor value of 70 would implies that 30 percent of each page will be left empty, providing space for index expansion as data is added to the underlying table.The empty space is reserved between the index rows rather than at the end of the index.

The Fill Factor option is designed for improving index performance and data storage.

Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Niladri.Biswas

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/22/2013 11:40:26 PM