📄 runwisc.sh
字号:
#!/bin/sh# $Header: /usr/local/cvsroot/pgsql/src/test/bench/runwisc.sh,v 1.4 1999/05/23 18:53:30 momjian Exp $# # Note that in our published benchmark numbers, we executed the command in the# following fashion:## time $POSTGRES -texecutor -tplanner -f hashjoin -Q bench#if [ ! -d $1 ]; then echo " you must specify a valid data directory " exitfiif [ -d ./obj ]; then cd ./objfiecho =============== vacuuming benchmark database... =================echo "vacuum" | postgres -D${1} -Q bench > /dev/nullecho =============== running benchmark... =================time postgres -D${1} -texecutor -tplanner -Q bench < bench.sql
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -