[Serusers] LCR question

Juha Heinanen jh at tutpro.com
Wed Nov 16 03:18:03 CET 2005


Bjorn Asmul writes:

 > What indexes would you recommend on the LCR table?

the ones that are automatically installed:

CREATE TABLE lcr (
  prefix varchar(16) NOT NULL,
  from_uri varchar(128) NOT NULL DEFAULT '%',
  grp_id INT UNSIGNED NOT NULL,
  priority TINYINT UNSIGNED NOT NULL,
  KEY Key1 (prefix),
  KEY Key2 (from_uri),
  KEY Key3 (grp_id)
) $TABLE_TYPE;

-- juha




More information about the sr-users mailing list