I would like to create some tables (including users table and products table) inside MySql Database with those index for each tables:
- Private Index (uses int), for relational table purpose only
- Public Index (uses 32 chars filled with UUID), will be stored at URL and visible to users
The question is should I use public index only or keep those configuration? Please for the advice, thank you!