added adsl(timestamp) index
[APKPM.git] / sql / adsl.sql
index 4ee2482..e8053a1 100644 (file)
@@ -14,4 +14,7 @@ ATTNRX float,
 SNRRX float
 );
 
+-- columns used in where for gnuplot
 create index adsl_username on adsl(username);
+create index adsl_timestamp on adsl(timestamp) ;
+