ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

investigate query results caching for paging SPARQL query results in AllegroGraph #148

Open alexskr opened 8 months ago

alexskr commented 8 months ago

AllegroGraph v8 introduced query caching feature which can be beneficial with paging sparql queries.
https://franz.com/agraph/support/documentation/8.0.1/sparql-reference.html#query-option.allowCachingResults We need to evaluate it and implement if it speeds things up.

alexskr commented 6 months ago

implemented in https://github.com/ncbo/goo/commit/1707d388f5d0f90398fb6d98ec575c8fcc5ab120