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