biscicol / triplifier

The triplifier converts Spreadsheets, databases, and Darwin Core Archives into RDF/N3 files suitable for use on the Semantic Web.
1 stars 0 forks source link

Set ceiling for number of records reasonably run through triplifier #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Large datasets take a long time to run.  We want to set a ceiling for data to 
be returned.  So, the first task here is to decide how long is reasonable for 
results to return.  10 seconds? 30 seconds? 2 minutes?

Next step is to correlate that to average dataset number of rows and/or 
attributes included.  

Next step is to advertise the limit and enforce it.

Original issue reported on code.google.com by jdec...@gmail.com on 18 Apr 2013 at 4:00