Forum Moderators: open
Pagination has a lot of extra processes to run so that it can be dynamic for different use cases.
Your best bet is to write a custom page in PHP or Python or something that will "page" your DB results. Maybe look into caching queries as well if the data isn't updated that often. That way many people can use the results of one query to the DB.
Caching queries is built in to many databases so you can check your documentation for that.
Are you able to write a page that outputs the results yourself?
[edited by: Demaestro at 3:44 pm (utc) on Dec. 18, 2007]