[wp-hackers] geocomments?

John Joseph Bachir jjb at ibiblio.org
Fri Apr 14 22:33:25 GMT 2006


> On Apr 14, 2006, at 3:52 PM, John Joseph Bachir wrote:
>
>> Does WP need to allow for multiple options with the same option_name?
>
> Using the API, it doesn't allow it... so preventing it on the database 
> side shouldn't be a problem.

Restricting a column to unique provides a significant index performance 
improvement-- if nothing else changes, at least this should.

   KEY option_name (option_name)

simply use UNIQUE instead of KEY

John
----
aim/yim/msn/jabber.org: johnjosephbachir
713.494.2704
irc://irc.freenode.net/lyceum
http://lyceum.ibiblio.org/
http://blog.johnjosephbachir.org/



More information about the wp-hackers mailing list