SQLite/benchmarks/benchmark_run_btree.txt

6 lines
128 B
Plaintext
Raw Normal View History

2021-03-31 12:37:15 +02:00
CREATE TABLE benchmarktable(ID long, STR char(32))
CREATE INDEX idx ON benchmarktable(ID) USING BTREE
load fill
load mixed
quit