We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Databases
- Indexes
- Indexes - 3
- Discussions
Indexes - 3
Indexes - 3
Sort by
recency
|
29 Discussions
|
Please Login in order to post a comment
How to try again in this course?
The question is are you considering rows per page or free space per page? If Rows per page, then yes A is greater than B If free space per page the B is greater than A
It is a shame the question isn't that clear.
basically learn this for ease
A=[(1-fa)/(1-fb)] B
fa=fill factor of A fb=fill factor of B
1-fa=80,1-fb=60 80/60=4/3=1.33
So answer is A=1.33 B
In SQL Server, a clustered index organizes the data in a table based on the index key. The fill factor setting determines how much space on each page is left free for future growth, which affects how many rows fit on each page.
Here's how the fill factor affects the number of free rows per page:
Calculating the Relationship:
Conclusion
The correct relationship between AA and BB is: A=1.33B A=1.33B
So, the number of free rows per page with a fill factor of 20% (A) is 1.33 times the number of free rows per page with a fill factor of 40% (B).
I think option B