▲ | andy_ppp a day ago | |||||||
I wish Postgres would just allow you look up records by the random component of the field, what are the chances of collisions with 80 bits of randomness? My guess is it’s still enough. | ||||||||
▲ | jagged-chisel a day ago | parent | next [-] | |||||||
You can certainly create that index. | ||||||||
| ||||||||
▲ | mamcx a day ago | parent | prev [-] | |||||||
What could be better is to allow to create a type with custom display, in/out and internally set the native type IN SQL (this require to do it in c) |