|
|
|
|
|
by simplerman
1953 days ago
|
|
Nine joins is not a big deal, you simply filter data before joining. And that is only if tables are fully normalized, no one does that. For example, current avatar and user info maybe in same table. Post and permission will likely be in the same table. Of course, you will use materialized views for even better performance. |
|