INDICES FOR TABLE  RecentQueries

Record the ipAddr and timestamps of the last n queries

Query log table to record last n query IPs and timestamps so that queries can be restricted to a certain number per minute per IP to prevent crawlers from hogging the system (see spExecuteSQL).

Index TypeKey or Field List
primary keyipAddr, lastQueryTime