What is faster – count(*) OR select row + update MYSQL
I have the following situation: A user can have maximum number of partnerships. For example - 40.000 Question: In case user wants to add a new partnership, how it will be faster to check the current number of partnerships ?…