prabhatbhattarai / project-voldemort

Automatically exported from code.google.com/p/project-voldemort
Apache License 2.0
0 stars 0 forks source link

Clean up oldverioned object to stop increasing jdb file size #345

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Whenever I am processing Read write stores using Admin client - put method, 
I am facing JDB file size in huge size

Please let me know any option is there on Voldemort to clean up the Old 
versioned object on some time interval. Or steps to consider to stop increasing 
the file size while updating the existing Read/Write objects.

What version of the product are you using? On what operating system?
Voldemort 80.

Thanks
Anoop

Original issue reported on code.google.com by r.anoopr...@gmail.com on 18 Apr 2011 at 7:10

GoogleCodeExporter commented 8 years ago
Since BDB is log structured the puts will append your new tuples at the end of 
the log and periodically clean it up. You may want to look at the BDB 
bdb.checkpoint.interval.bytes and bdb.checkpoint.interval.ms ( 
http://project-voldemort.com/configuration.php ). Please ask your questions on 
the mailing list. Thanks!

Original comment by rsumb...@gmail.com on 27 Apr 2011 at 10:17