Indexes - 3

Consider the following two designs to store the data using clustered indexes in MS SQL Server:

  • In the first design, the fill factor is 20% and the total number of free rows per page are A.

  • In the second design, the fill factor is 40% and the total number of free rows per page are B.

Which the followings describes the relation between A and B:

A = 1.33B
B = 1.33A
A = 0.67B
B = 0.67A