photo_folder
Index on column 'folder' of table 'photo'.
Speedup of table row lookups based on column 'folder' in table 'photo'.
CREATE INDEX photo_folder ON photo(folder);
Version 2.34
Still in use
= Version 2.34 =
CREATE INDEX photo_folder ON photo(folder);