Strabon
view scripts/query2.sh @ 973:fd5c334c7fa8
Almost finished the test. Final check with the existing results need to be done.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Wed Apr 03 20:19:14 2013 +0300 (2013-04-03) |
parents | 070de580b6cc |
children |
line source
1 #!/bin/bash
2 #BASE=/home/strabon/experiments/data/naive/10mil
3 #10mil 0.01 11552771
4 #100mil 0.0034 99758140
5 #500mil 0.0015 512505143
6 #1bil 0.001 1153249211
8 DB="test"
10 (cd jars/target &&
11 java -cp $(for file in `ls -1 *.jar`; do myVar=$myVar./$file":"; done; echo $myVar;) eu.earthobservatory.runtime.monetdb.QueryOp localhost 50000 $DB monetdb monetdb "SELECT * WHERE {?s ?p ?o} LIMIT 1" XML)