• Deebster@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    Probably not; I’d expect the places where you need something like UUIDv7 (large, eventually-consistent systems) to not be entirely suitable because you can have records added out of sequence. You’d have to add a received-at field - but in that case you may as well just use a standard incrementing ID as your primary key.