#56: MySQL id columns should be UNSIGNED
-------------------------------------+-------------------------------------
     Reporter:  Manuzhai <mail@…>    |                    Owner:
         Type:  New feature          |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  mysql                |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by tim@…):

 I disagree with pzinovkin. Using unsigned integers basically doubles the
 amount of id's that can be used. That has benefits no matter which integer
 type is used. But in the case of an INT, 2 billion id's versus 4 billion
 for the same cost is substantial. Different RDBMS' are not built the same
 so trying to treat them all the same is a potential recipe for poor
 scalability.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/56#comment:34>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to