Dear good afternoon,
My question is: What is the best way to make or show paged records? I am not sure of how many records the databases like mysql or postgres return queries more slowly. So, what is better? Make a query that brings, for example, 100 records and then make the page keeping the records in session, or, make a query based on data for each page consulted?