Closed Bug 664914 Opened 14 years ago Closed 12 years ago

Our keys on feedback_opinion are ridiculous

Categories

(Input Graveyard :: Backend, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: davedash, Unassigned)

Details

CREATE TABLE `feedback_opinion` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` smallint(5) unsigned NOT NULL DEFAULT '1', `url` varchar(200) NOT NULL, `description` longtext NOT NULL, `user_agent` varchar(255) NOT NULL, `product` smallint(5) unsigned NOT NULL, `version` varchar(30) NOT NULL, `platform` varchar(30) DEFAULT NULL, `locale` varchar(30) NOT NULL, `manufacturer` varchar(255) NOT NULL, `device` varchar(255) NOT NULL, `created` datetime NOT NULL, PRIMARY KEY (`id`), KEY `cpvp` (`created`,`product`,`version`), KEY `product` (`product`,`version`), KEY `cpv` (`created`,`product`,`version`), KEY `manufacturer` (`manufacturer`,`device`), KEY `type` (`type`), KEY `created` (`created`), KEY `product_2` (`product`), KEY `version` (`version`), KEY `os` (`platform`), KEY `locale` (`locale`) ) ENGINE=InnoDB AUTO_INCREMENT=2135764 DEFAULT CHARSET=utf8 My guess is get rid of cpvp, but there seems to be a lot of overlap. CCing mpressman in case he's got some ideas.
This is for the old input. Nixing this as WONTFIX.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Product: Input → Input Graveyard
You need to log in before you can comment on or make changes to this bug.