Recordset paging is needed when you develop a script that will retrieve hundreds or even thousands of records from a database. Trying to receive large numbers of records at one time would cause a delay in processing multiple requests from the database and would slow the performance of your website. Paging would only retrieve a certain number of records at a time for one user