CREATE TABLE benchmarktable(ID long, STR char(32))
CREATE UNIQUE INDEX idx ON benchmarktable(ID)
load fill
load mixed
quit