CREATE TABLE benchmarktable(ID long, STR char(32))
load fill
load mixed
select * from benchmarktable
quit