Limit

Don't kill database.
Get just a piece

It you want to limit query result, just use an universal method limitBy(int limit).

The code returns first 5 records:

This code returns 5 records but with offset of 100:

Pagination - another form of limit.

Gets page no 2 where there are 30 records visible on page. It might be also replaced by limitBy(60,30)

Page

© Copyright 2018-2023 Elephant Software Klaudiusz Wojtkowiak 
e-mail: contact@daobab.io