Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Fixing UUIDv7 (for database use-cases)
(brooker.co.za)
4 points
by
mebcitto
207 days ago
| 1 comment
Fixing UUIDv7 (for database use-cases) | Dark Hacker News
sergeyprokhoren
207 days ago
|
next
[−]
The PostgreSQL uuidv7() developers are leaning toward a different approach to solving timestamp leaks, similar to FHSS (
https://en.wikipedia.org/wiki/Frequency-hopping_spread_spect...
). This is currently possible manually using the parameter "shift" (
https://postgrespro.ru/docs/postgresql/18/functions-uuid
), but could be automated in the near future