24.08.2013, 11:53
Should i remove users, from mysql database, if they not logging in for a long time?
If yes, how?
If yes, how?
Even if these users don't visit they can be used for statistical calculations or other things later on. MySQL has absolutely no issue with some extra rows and your queries won't be any slower too. So, no. There's really no reason to.
|