aboutsummaryrefslogtreecommitdiff
path: root/weed/command/compact.go
AgeCommit message (Expand)AuthorFilesLines
2020-03-11volume: follow compactionBytePerSecondChris Lu1-1/+1
2019-12-24compaction changed to .idx based deletionChris Lu1-1/+4
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-3/+3
2019-09-04Changed the InMemory bool to a uint32 so that it can be used to alter how muc...Tom Maxwell1-1/+1
2019-09-03Rename mem_map to mMap, remove some in_memory variables being passed around, ...j.laycock1-4/+2
2019-09-03Changes to try and pass the URL parameters through - in memory flag not worki...Tom Maxwell1-2/+4
2019-09-02Swap imports to use joeslayj.laycock1-3/+3
2019-05-03volume: add option to limit compaction speedChris Lu1-1/+1
2019-04-18refactoringChris Lu1-1/+2
2017-08-29preallocate disk space during compaction also, add cleanup for failed compactionChris Lu1-2/+4
2017-01-08change the basic unit to MBChris Lu1-2/+2
2017-01-08support Fallocate on linuxChris Lu1-5/+6
2016-09-22add a new way to manually compact corrupted volumeChris Lu1-2/+9
2016-06-02directory structure change to work with glideChris Lu1-0/+45