MySQL per-user table or common? -


i need make library of products (this can large), should make table per-user (lib_$user_id$) or common 1 (libs)? better in term of versatility , performance? thanks.

different table each user not idea increase table per user.

use unique table libs


where userid forigen key


Comments

Popular posts from this blog

php - How to serve a file for download on WordPress -

how to share virtual sharepoint server and get it in host windows and visual studio? -