cm0002@suppo.fi to Programming@programming.dev · 16 days agoThe perils of UUID primary keys in SQLiteandersmurphy.comexternal-linkmessage-square21fedilinkarrow-up146arrow-down11cross-posted to: [email protected]
arrow-up145arrow-down1external-linkThe perils of UUID primary keys in SQLiteandersmurphy.comcm0002@suppo.fi to Programming@programming.dev · 16 days agomessage-square21fedilinkcross-posted to: [email protected]
minus-squareTja@programming.devlinkfedilinkarrow-up3·16 days 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.