photo_location_idx
Index on column 'location' of table 'photo'.
Speedup of table row lookups based on column 'location' in table 'photo'.
CREATE INDEX photo_location_idx ON photo(location);
Version 2.5
Still in use
= Version 2.5 =
CREATE INDEX photo_location_idx ON photo(location);