How to use it
- Enter the indexed row count and average key width.
- Optionally add the average size of included columns.
- Set a fill factor from 1 to 100 and estimate.
Search by tool name or category.
No tools found.
Estimate index storage and the capacity effect of fill factor.
Estimate the logical bytes needed for index keys and included columns, then account for unused space implied by a fill factor.
Base bytes = rows × (key bytes + included bytes). Capacity with fill factor = base bytes ÷ (fill factor / 100).
One million entries with 32 key bytes and 16 included bytes require 48 MB before fill-factor allowance.
This is an estimate. Actual results depend on database engine, configuration, compression, indexes, and workload. Page headers and tree structure are not modeled.