CREATE INDEX IF NOT EXISTS idx_irclink_user ON ircLink(user); CREATE INDEX IF NOT EXISTS idx_quote_author ON quote(author);