aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/needle_map_sorted_file.go
AgeCommit message (Expand)AuthorFilesLines
2024-06-02Fix sorted needle file's write mode for (*SortedFileNeedleMap).Delete() (#5633)NyaMisty1-1/+1
2023-08-09Fix resource leaks (#4737)Nikita Mochalov1-0/+1
2022-10-16avoid data race of TraverseBfs (#3856)Konstantin Lebedev1-0/+3
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2021-03-07avoid nil when closing an indexChris Lu1-2/+6
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-5/+5
2020-09-12do not idx file formatChris Lu1-3/+3
2020-09-10fixes for reading deleted fidChris Lu1-3/+3
2020-08-18refactoringChris Lu1-1/+1
2020-08-18refactoring to typed SizeChris Lu1-1/+1
2019-12-24rename .sdb to .sdxChris Lu1-4/+4
2019-12-23go fmtChris Lu1-1/+1
2019-12-18volume: use sorted index map for readonly volumesChris Lu1-0/+105