PK for web, autoincrement vs UUID style, wich is better and why?
        Posted  
        
            by ElAlecs
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ElAlecs
        
        
        
        Published on 2010-03-04T09:46:40Z
        Indexed on 
            2010/04/06
            20:23 UTC
        
        
        Read the original article
        Hit count: 273
        
What is the real diference between each one?
I think auto inc is easy to hack vs uuid
Uuid is slow than autoincrement in a query with to many records, but is there a huge difference in it?
© Stack Overflow or respective owner