spiderweb/scripts/create_mysql_index.sql
coulisse 4b16497106 1.2
2020-09-20 05:10:13 +00:00

5 lines
183 B
SQL

/* If you would to increase speed on search of a callsign spot,
you could add the following indexes on your dxcluster database
*/
CREATE INDEX spiderweb_spotter ON spot (spotter);