Ghostrider-GRG Posted March 24, 2016 Report Share Posted March 24, 2016 I have noticed that dump.rdb expands with time due to retained records for killed vehicles, containers and built items, as well as player connect and disconnect logs. is there a redis script that would delete entries and debulk the database? Do these entries affect database performance in any significant way? EDIT: I looked through the backups I have and noticed that their size had been constant around 5-7 MB until the update to 0.3.7.0 which led me to wonder whether the growth of the database is related to something about the update, perhaps a lack of a housekeeping function that should be running. Many thanks in advance. Link to comment Share on other sites More sharing options...
He-Man Posted March 24, 2016 Report Share Posted March 24, 2016 The killed logs were broken a time and has been fixed with 0.3.6 or 0.3.7. But you can simply sometimes delete the logs in redis. Link to comment Share on other sites More sharing options...
Ghostrider-GRG Posted March 25, 2016 Author Report Share Posted March 25, 2016 EDIT- Thanks, deleting the logs was the answer. Link to comment Share on other sites More sharing options...
vbawol Posted April 26, 2016 Report Share Posted April 26, 2016 A log trim feature was supposed to be in the code as it was in my initial prototype. However I just checked and it did not get added to the final extension. Tracking this on the github dedicated to the extension here:https://github.com/EpochModTeam/EpochServer/issues/2 Link to comment Share on other sites More sharing options...
ReDBaroN Posted April 27, 2016 Report Share Posted April 27, 2016 Guys, could you guide me how to do this? Thanks Link to comment Share on other sites More sharing options...
He-Man Posted April 27, 2016 Report Share Posted April 27, 2016 Open your DB with Redis Desktop Manager and just delete all your log entries. ReDBaroN 1 Link to comment Share on other sites More sharing options...
ReDBaroN Posted April 28, 2016 Report Share Posted April 28, 2016 Triffic, thanks He-Man Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now