Estimating Table Size using Excel

  • Hi All,

    I'm building a spreadsheet to estimate table sizes for a data warehouse (or any DB).

    I'm using a Microsoft MSDN article for the method on how to do the computation and have run into a snag in how to perform a certain computation in Excel.

    According to the article, the formula to compute the Number of Index Pages is:

    Num_Index_Pages = ∑Level (Num_Leaf_Pages / (Index_Rows_Per_PageLevel))

    where 1 <= Level <= Non-leaf_Levels

    (Step 2.8 from here: https://msdn.microsoft.com/en-us/library/ms178085.aspx)

    I've computed the Num_Leaf_Pages and Index_Rows_Per_Page, but don't know how to do the summation computation in Excel. Does anyone know the Excel function that can be used to perform this calculation?

    Thanks!

    Peter

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply