Well, I have a question. I'm developing a web application that will serve more than one user, however each user has different data recorded in the database, and this volume will be great since the system is for sales management.
I would like to know what it would be like for me to make the application bank, put a idUsuario
on each item in the bank and search for it by filtering, or is there any way to bring more performance to the application?
Thank you!