-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Current state
Currently, eblob summary has follow statistics:
records_removed- total number of removed records in all blobsrecords_removed_size- total size of all removed records in all blobswant_defrag- sum ofwant_defragof all blobs
Problem
There is no statistics that shows the need and potential profit from defragmentation:
want_defragis useless because it mixeswant_defragof all blobsrecords_removedandrecords_removed_sizeare about all removed records from all blobs and don't show how many space will be freed by defragmentation
What is wanted to be changed
Add new statistics or change current statistics if it is possible. These statistics should show:
- the need for defragmentation: 0 - defragmentation is useless now, 1 - defragmentation will make a profit
- current profit from defragmentation: how many resources will be freed (disk space, fd etc.)
Reactions are currently unavailable