# File lib/dm-chunked_query/chunks.rb, line 121
      def length
        @length ||= (count.to_f / @per_chunk).ceil
      end