for f in `seq 0 50`; do 
  pg_ctl -l logfile restart -o "--fsync=off --enable_indexscan=off --effective_io_concurrency=$f" -w
  pgbench -T 30 -f bitmap.sql; 
done; 2> /dev/null | fgrep exclud
