You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2014/04/02 06:12:08 UTC

[28/50] [abbrv] git commit: Lowered the frame size for the benchmark tests. Improves available partitions for hash join.

Lowered the frame size for the benchmark tests. Improves available partitions for hash join.


Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/32f6b97c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/32f6b97c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/32f6b97c

Branch: refs/heads/prestonc/hash_join
Commit: 32f6b97c0de16a1b806a953048a04b781499f8a6
Parents: ea297e7
Author: Preston Carman <pr...@apache.org>
Authored: Mon Mar 17 18:09:42 2014 -0700
Committer: Preston Carman <pr...@apache.org>
Committed: Tue Apr 1 20:56:25 2014 -0700

----------------------------------------------------------------------
 .../src/main/resources/noaa-ghcn-daily/scripts/run_benchmark.sh    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/32f6b97c/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/run_benchmark.sh
----------------------------------------------------------------------
diff --git a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/run_benchmark.sh b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/run_benchmark.sh
index bbfe35d..f283cba 100644
--- a/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/run_benchmark.sh
+++ b/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/scripts/run_benchmark.sh
@@ -40,7 +40,7 @@ do
 		log_file="$(basename ${j}).$(date +%Y%m%d).log"
 		log_base_path=$(dirname ${j/queries/query_logs})
 		mkdir -p ${log_base_path}
-		time sh ./vxquery-cli/target/appassembler/bin/vxq ${j} ${2} -timing -showquery -frame-size 1000000 -repeatexec 10 > ${log_base_path}/${log_file} 2>&1
+		time sh ./vxquery-cli/target/appassembler/bin/vxq ${j} ${2} -timing -showquery -frame-size 10000 -repeatexec 10 > ${log_base_path}/${log_file} 2>&1
 	fi;
 done