Databases Reference
In-Depth Information
call sqlio -kW -s10 -frandom -t1 -b2048 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -frandom -t1 -b4096 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -frandom -t1 -b8192 -LS %1: \ TestFileE.dat
echo repeat for RANDOM READ
call sqlio -kR -s10 -frandom -t1 -b8 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b16 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b32 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b64 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b128 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b256 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b512 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b1024 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b2048 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b4096 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -frandom -t1 -b8192 -LS %1: \ TestFileE.dat
echo repeat for Sequential READ
call sqlio -kR -s10 -fsequential -t1 -b8 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b16 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b32 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b64 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b128 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b256 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b512 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b1024 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b2048 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b4096 -LS %1: \ TestFileE.dat
call sqlio -kR -s10 -fsequential -t1 -b8192 -LS %1: \ TestFileE.dat
echo repeat for Sequential Write
call sqlio -kW -s10 -fsequential -t1 -b8 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b16 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b32 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b64 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b128 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b256 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b512 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b1024 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b2048 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b4096 -LS %1: \ TestFileE.dat
call sqlio -kW -s10 -fsequential -t1 -b8192 -LS %1: \ TestFileE.dat
goto Done
:Error
echo Bad args p1 = %1
:Done
echo Test E Complete
echo Deleting Test File
if exist %1: \ TestFileE.dat del %1: \ TestFileE.dat
rem Test E COMPLETE
Search WWH ::




Custom Search