Module: WillPaginate

Defined in:
lib/ab_admin/hooks/will_paginate_id_prefetch.rb

Overview

add :large option with make pagination on large tables easier, because ‘SELECT *` is slow with large OFFSET:

first it fetch ids of the records using `SELECT id`
and in the second query it fetch records

Defined Under Namespace

Modules: ActiveRecord