Hi,
I am using the Stardog Beta7 to get a feel of how the virtualization works.
I have configured a virtual graphs with large data sets on SAP hana using the SAP jdbc driver.
This works well mostly.
One issue I have is that the LIMIT statement in SPARQL and the skip and first statements in GraphQL don't work with this jdbc configuration.
When creating a SPARQL contining a LIMIT, I can see from the execution plan that the SQL ends with: FETCH NEXT 10 ROWS ONLY
This is a synthax not supported by SAP Hana. Is there a way to configure Stardog to use a different method?
Thank you
Niko