Pagination

Pagination is the ability to break data into chronological groups and it is historically hard to do. Many data packages do not include this functionality out of the box. CeleriQ allows you to break data up in to group of any size. You only need to specify the page index and records per page. Based on search criteria and sorting, a page of data is quickly returned. This is nice feature that is not built into traditional SQL.

This feature alone will save countless hours of development time. It is also very important because you want to build website for SEO (search engine optimization). Search engines like Google, MSN, and Yahoo do not like pages that contain thousands of items on one page. Data must be broken up to give users data they can understand. No one wants to look at a list of hundreds or thousands of items.