semagrow / semagrow

A SPARQL query federator of heterogeneous data sources

Home Page:https://semagrow.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagination filter

stasinos opened this issue · comments

Provide to client applications a FILTER function (as an extension to the standard functions) that has pagination parameters (results per page and page number) as arguments and behaves identically to OFFSET/LIMIT. The advantage over OFFSET/LIMIT is that the client application warns Semagrow that it will be requesting more pages, so Semagrow can cache results and serve them without executing the query again.