http://qs321.pair.com?node_id=440254


in reply to Re: DBD::SQLite tuning
in thread DBD::SQLite tuning

My code has an index. Take a closer look at the create statement. Marking a column as the primary key causes SQLite to create a unique index on that column.

Just for fun, I tested creating the index separately, and making it a unique index or not. There was no significant change.