The hash technique for uniqueness isn’t supported for indexes because it doesn’t handle hash collisions. The authors proposed solution suffers the same problem- values which do not already exist in the table will sometimes be rejected because they have the same hash as something that was already saved.
Diggsey|1 month ago
danielheath|1 month ago
The article suggests using a check constraint to get around that - are you saying that does actually check the underlying value when USING HASH is set? If so, I think the docs need updating.
tizzy|1 month ago
mxey|1 month ago
unknown|1 month ago
[deleted]
unknown|1 month ago
[deleted]
gmcabrita|1 month ago