Earlier quoted context omitted.
Why do you need the time component anyway? It's just eating up bits in your UUID without contributing much entropy.
> Why do you need the time component anyway? To sort or filter the records by time. Sure, you can just add an extra column if you need this, but there are cases when this is not convenient to do. E.g. when you want to be able to export the records info files, naming the files with the IDs and still be able to sort them.
You could name them by (time, id)?