2
Good afternoon to all!
I have a question, and I’d like to get some opinions.
I’m building a system in php + Larable.
I have relationships between tables, for ex: Users->Roles
.
They are supposed to exist 10,000 users registered with the
Role == Admin
. If I exclude the Role Admin, the system would theoretically have to exclude 10,000 table rowsrole_users
for the Role Admin will cease to exist.
That would generate 10,000 darlings? It would overload the comic?
Hugs
Admin
is a value belonging toRoles
andUsers
has a FK ofRoles
?– Brumazzi DB