aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/needle_map_boltdb.go
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09weed volume: remove boltdb, btree options, add options for leveldb medium, largeChris Lu1-185/+0
2019-04-08refactor Offset into a struct of bytesChris Lu1-1/+1
2018-08-22adjusting startup loggingChris Lu1-3/+2
2018-07-21go fmtChris Lu1-2/+2
2018-07-13avoid extra log messagesChris Lu1-3/+10
fix https://github.com/chrislusf/seaweedfs/issues/689
2018-07-08refactoring: add type for needle id, offsetChris Lu1-20/+24
later the type size can possibly be adjusted
2018-07-07faster loading boltdb or leveldb needle map metrics by bloomfilterChris Lu1-2/+2
avoid btree
2018-06-13fix file closing on windowsChris Lu1-0/+1
2018-05-22avoid using the bytes out side of the transactionChris Lu1-5/+12
fix https://github.com/chrislusf/seaweedfs/issues/656
2018-05-09add todoChris Lu1-0/+1
2018-05-09Revert "adjust the needle mapper"Chris Lu1-1/+1
This reverts commit e2c7be3a2e91056a6402fc70a979aa273c15fcd2.
2018-05-09adjust the needle mapperChris Lu1-1/+1
as discussed on https://github.com/chrislusf/seaweedfs/pull/642#issuecomment-387606960
2017-05-26add btree for volume indexChris Lu1-3/+4
2017-01-06keep track of total data file sizeChris Lu1-3/+3
2016-06-02directory structure change to work with glideChris Lu1-0/+165
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.