frmichel / morph-xr2rml

Implementation of the xR2RML mapping language and SPARQL-to-MongoDB prototype
Apache License 2.0
23 stars 5 forks source link

Implement find().limit() #4

Open frmichel opened 5 years ago

frmichel commented 5 years ago

In the mapping file for MongoDB, the find query cannot finish with the limit() clause, which is quite a problem for big datasets when fine tuning mappings. See https://docs.mongodb.com/manual/reference/method/db.collection.find/#limit-the-number-of-documents-to-return .