Comment on Rails 4 UUID primary keys with PostgreSQLparentComments−jacques_chester13yTo be clear, MAC-based UUIDs are sequential. PRNG (v4) UUIDs are random and don't work well with indexes.
Comments
To be clear, MAC-based UUIDs are sequential. PRNG (v4) UUIDs are random and don't work well with indexes.