create index on adsl(username) for faster lookup
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 10 Apr 2011 11:56:58 +0000 (13:56 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 10 Apr 2011 11:57:08 +0000 (13:57 +0200)
sql/adsl.sql

index 900f521..4ee2482 100644 (file)
@@ -13,3 +13,5 @@ MAXRX integer,
 ATTNRX float,
 SNRRX float
 );
+
+create index adsl_username on adsl(username);