FriendlyUUID – Short, stateless URL slugs for UUID-based Rails models (github.com) 4 points by glacials 5y ago ↗ HN
[–] ezekg 5y ago ↗ Unlike something like friendly_id, this isn't really indexable, since n is variable in the sluggable query, at least for pg: left(id::text, n) = friendy_uuid It always results in a sequential scan.
1 comment
[ 1.8 ms ] story [ 26.3 ms ] thread