This command describes an SQL query returning a list of URL IDs and associates it with the given name. The query is executed during execution of indexer -Eblob, indexer -Erewriteurl or indexer -Erewritelimits and its results are stored in the database in a compact way, which allows to fetch the limit during search time very effeciently.
Note: Use the "fl" search.cgi parameter to load a previously created fast limit at search time.
The fast limits work only with the databases supporting DBMode=blob (see the Section called Storage mode - blob in Chapter 5) and reuse the "bdict" SQL table, however they are available for DBMode=single and DBMode=multi as well.
Note: If you use DBMode=single or DBMode=multi, then execute indexer -Erewritelimits to create or recreate the fast limits after indexing.
Note: If you use DBMode=blob then the fast limits are recreated automatically during execution of indexer -Eblob or indexer -Erewriteurl, however you can still use indexer -Erewritelimits for quick rewrite of the fast limits without touching other data.