#!/bin/bash
DBHOST=localhost
TS=TS1
../../src/cgblow --mode=insert --iset=i:1000000,s:20 --table=t1 --server=$DBHOST --port=2200 --tableset=$TS --user=lemke/lemke --append --interval=1000 --count=2000000 --protocol=fastserial $@ 
