Hello,

I have a site with a few million nodes, and I noticed that the Admin Content View kills the server because the "number of pages" in the pager settings is unset.

Comments

giorgio79’s picture

Issue summary: View changes
damiankloip’s picture

But if we limit this, we limit the total pages that will be shown, which means you'll never be able to get past the specified amount?

giorgio79’s picture

I think that setting counts from the start of the pager (OFFSET). so in SQL

[LIMIT {[offset,] row_count | row_count OFFSET offset}]

DamienMcKenna’s picture

Project: Administration Views » Views (for Drupal 7)
Version: 7.x-1.x-dev » 7.x-3.x-dev
Component: Miscellaneous » User interface

Sounds like a Views issue?