Are there any downsides to using nanoid for primary key?
I know that UUIDs and incrementing integers are often used for primary keys. I'm thinking of nanoids instead because those are URL friendly without being guessable / brute-force scrapeable (like incrementing integers). Would there be any reason not to use nanoids as primary keys in a database like Postgres? (For example: Maybe they drastically increase query