Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2009 at 03:06 UTC
Updated:
31 Jul 2009 at 20:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
darren ohComment #2
merlinofchaos commentedWhy?
Comment #3
darren ohFor consistency: the sid_obj_name appears to serve the same purpose as a primary key. For good database design: a primary key has the additional benefit of preventing duplicate records.
Comment #4
merlinofchaos commentedI have never believed in having primary keys that are unused. They add additional indexing weight for very specious benefits, IMO.
Comment #5
darren ohThere's already an index, so it's not unused. Good design may have been a consideration in making this an index instead of a primary key, but the ctools_css_cache table uses a primary key.
Comment #6
merlinofchaos commentedAll right. Committed.