Strabon

view scripts/query2.sh @ 1539:5bf0afdae932

updated postgres/postgis jdbc so that it is compliant with the new versions of postgresql and postgis
author Konstantina Bereta <Konstantina.Bereta@di.uoa.gr>
date Tue Oct 10 17:41:06 2017 +0300 (2017-10-10)
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)