Astaran is correct. Having to display only 20 results *is* faster than having to wait for 200 results to return and display. Also, some users will find that when using persistant connections with a heavy userload that the connections will fail because the site is at the limit of concurrent connections to the database. Running without persistant connections helps in that once a user gets the information they wanted their connection is closed and available for another user to use.