SQLite/benchmarks/benchmark_run_hash.txt

6 lines
132 B
Plaintext

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