# File lib/innodb/inode.rb, line 114
  def fill_factor
    total_pages > 0 ? 100.0 * (used_pages.to_f / total_pages.to_f) : 0.0
  end