cm0002@suppo.fi to Programming@programming.dev · 2 个月前The perils of UUID primary keys in SQLiteandersmurphy.comexternal-linkmessage-square21linkfedilinkarrow-up146arrow-down11cross-posted to: programming@lemmy.ml
arrow-up145arrow-down1external-linkThe perils of UUID primary keys in SQLiteandersmurphy.comcm0002@suppo.fi to Programming@programming.dev · 2 个月前message-square21linkfedilinkcross-posted to: programming@lemmy.ml
minus-squarefizzbang@lemmy.worldlinkfedilinkarrow-up4·2 个月前Distributed systems where the identity isn’t provided by the DBMS need UUIDs. I don’t really get why you’d use uuids in sql, except in the case mentioned where the client is bringing its own ids
Distributed systems where the identity isn’t provided by the DBMS need UUIDs. I don’t really get why you’d use uuids in sql, except in the case mentioned where the client is bringing its own ids