aboutsummaryrefslogtreecommitdiff
path: root/weed/command/compact.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-19pass volume version when creating a volumechrislu1-1/+1
2024-03-15Document default method used by compact (#5379)Michał Frąckiewicz1-1/+1
2022-11-14Lazy loading (#3958)Guo Lei1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2021-10-24volume vacuum: avoid timeout with streaming progress reportChris Lu1-1/+1
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-2/+1
2020-07-16resolve directories if containing home directoryChris Lu1-1/+2
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