Database Performance with WASP
I'm currently studying about the wasp solution to insert in one solution of my startup
I saw that when you do any action like update a model name, for example, it load all the entity data
If i have a relationship between two tables and list with any join, changing the entity will make load all the queries?
I saw that when you do any action like update a model name, for example, it load all the entity data
If i have a relationship between two tables and list with any join, changing the entity will make load all the queries?