Monthly Archives: March 2014

Do UUID keys encourage sloppy DB design?

Database primary key fields have two varieties: numeric (int / longint) or Unique Identifier (UUID). Each type has specific advantages. Numeric keys are better for performance- size and speed. UUID keys are better for use in distributed systems, and are … Continue reading

Posted in Uncategorized | Leave a comment