[wp-trac] Re: [WordPress Trac] #2796: INT(4) in database

WordPress Trac wp-trac at lists.automattic.com
Wed Jun 7 12:13:15 GMT 2006


#2796: INT(4) in database
--------------------------+-------------------------------------------------
       Id:  2796          |      Status:  new                     
Component:  Optimization  |    Modified:  Wed Jun  7 12:13:14 2006
 Severity:  normal        |   Milestone:                          
 Priority:  normal        |     Version:  2.1                     
    Owner:  anonymous     |    Reporter:  link92                  
--------------------------+-------------------------------------------------
Comment (by westi):

 Switching to SMALLINT rather than INT will cause more PHP overhead though
 as we will have to add checks to ensure we don't try to create category id
 32767.

 Category ID's being auto incremeting means we don't have to have 32767
 categories but just have created and deleted a lot of them.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/2796>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list