cm0002@suppo.fi to Programming@programming.dev · 1 month agoThe perils of UUID primary keys in SQLiteandersmurphy.comexternal-linkmessage-square21linkfedilinkarrow-up146arrow-down11cross-posted to: programming@lemmy.mlhackernews@lemmy.bestiver.se
arrow-up145arrow-down1external-linkThe perils of UUID primary keys in SQLiteandersmurphy.comcm0002@suppo.fi to Programming@programming.dev · 1 month agomessage-square21linkfedilinkcross-posted to: programming@lemmy.mlhackernews@lemmy.bestiver.se
minus-squareTja@programming.devlinkfedilinkarrow-up3·1 month agoUUID could be slower for SQLite. If you have a SEQUENCE and millions of concurrent writes you have other problems.
UUID could be slower for SQLite. If you have a SEQUENCE and millions of concurrent writes you have other problems.