Does deleting old posts from database decrease server load?
-
Maybe its a stupid question but lets say i have x thousand posts and delete everything except every tenth posts, will the mysql queries be faster or no since there will be skips in the indexes and it cant estimate the position of the posts well in the database table.
OR maybe i dont understand mysql at all :-D. please help.
cheers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Does deleting old posts from database decrease server load?’ is closed to new replies.