Strabon
view scripts/query2.sh @ 1291:4787717f0ac1
[maven-release-plugin] prepare for next development iteration
author | constant <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Sun Oct 20 20:10:12 2013 +0300 (2013-10-20) |
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)