aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/needle_map_memory.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-16Fix uncleanable orphans issue with `volume.fsck -forcePurging` (#7332)Jaehoon Kim1-1/+1
2024-05-12fix: recreate index include deleted files (#5579)Konstantin Lebedev1-2/+2
2022-11-14Lazy loading (#3958)Guo Lei1-1/+1
2022-10-11Optimiz leveldb metric (#3830)Guo Lei1-4/+0
2022-08-23optimiz commitig compact (#3388)Guo Lei1-0/+54
2022-08-21the statistical methord for fileCount should stay same (#3477)Guo Lei1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2022-07-20rename parameter and reuse functionsguol-fnst1-1/+1
2021-02-20skip seek() when index file writesChris Lu1-0/+5
2020-09-12do not idx file formatChris Lu1-14/+5
2020-09-12go fmtChris Lu1-1/+1
2020-09-10fixes for reading deleted fidChris Lu1-5/+14
2020-08-18refactoringChris Lu1-2/+2
2020-08-18refactoring to typed SizeChris Lu1-2/+2
2020-02-04sync before closing index fileChris Lu1-0/+4
2019-12-24compaction changed to .idx based deletionChris Lu1-2/+0
2019-12-24change btree map to in memory level dbChris Lu1-13/+0
2019-05-21volume: load ec shards during heartbeats to masterChris Lu1-38/+2
2019-05-04adjust memory layout to avoid possible nil pointerChris Lu1-2/+1
2019-04-19fix needle map entry sizeChris Lu1-3/+3
2019-04-18refactoringChris Lu1-5/+5
2019-04-14fix race detector found problemsChris Lu1-4/+2
2019-04-08refactor Offset into a struct of bytesChris Lu1-2/+2
2018-07-21go fmtChris Lu1-1/+1
2018-07-08refactoring: add type for needle id, offsetChris Lu1-16/+18
2018-07-07use constant NeedleIndexSize instead of the number 16Chris Lu1-3/+3
2018-05-27go fmtChris Lu1-1/+1
2018-05-23maybe speed up a little when loading indexChris Lu1-3/+3
2017-05-26add btree for volume indexChris Lu1-11/+29
2017-01-18fix byte counter on loading index fileChris Lu1-5/+5
2017-01-06keep track of total data file sizeChris Lu1-3/+3
2016-11-11concurrent loading volume霍晓栋1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+106