set statistics profile on
set statistics io on
set statistics time on
go
select * from t_vote where option_value='1'
go
set statistics profile off
set statistics io off
set statistics time off
set statistics io on
set statistics time on
go
select * from t_vote where option_value='1'
go
set statistics profile off
set statistics io off
set statistics time off