▲ | bismark 5 days ago | |
My biggest issue w/ UUIDv7 is how challenging they are to visually diff when looking at a list. Having some sort of visual translation layer in psql that would render them with the random bits first while maintaining the time sorting underneath would be a major UX boost... | ||
▲ | phs2501 5 days ago | parent | next [-] | |
I just taught myself to look at the end of the UUID, rather than the beginning. | ||
▲ | 5 days ago | parent | prev | next [-] | |
[deleted] | ||
▲ | nine_k 5 days ago | parent | prev [-] | |
Write a function that does that, use it in your queries. E.g. simple hex representation + string reversal should help. Or a reversed base64 representation for shorter output. |