| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -70/+0 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
| 2015-05-25 | Adjust dir parameter default value. | chrislusf | 1 | -1/+1 | |
| 2015-04-16 | More consistency with SeaweedFS name | Stuart P. Bentley | 1 | -1/+1 | |
| Among the changes, this replaces a couple instances of "Seaweed File System" with "SeaweedFS", for the same reason that nobody says "Mongo Data Base". | |||||
| 2015-04-16 | Change all chrislusf/weed-fs links to point to chrislu/seaweedfs | Stuart P. Bentley | 1 | -2/+2 | |
| 2015-03-29 | Add boltdb for volume needle map | chrislusf | 1 | -13/+15 | |
| boltdb is fairly slow to write, about 6 minutes for recreating index for 1553934 files. Boltdb loads 1,553,934 x 16 = 24,862,944bytes from disk, and generate the boltdb as large as 134,217,728 bytes in 6 minutes. To compare, for leveldb, it recreates index in leveldb as large as 27,188,148 bytes in 8 seconds. For in memory version, it loads the index in To test the memory consumption, the leveldb or boltdb index are created. And the server is restarted. Using the benchmark tool to read lots of files. There are 7 volumes in benchmark collection, each with about 1553K files. For leveldb, the memory starts at 142,884KB, and stays at 179,340KB. For boltdb, the memory starts at 73,756KB, and stays at 144,564KB. For in-memory, the memory starts at 368,152KB, and stays at 448,032KB. | |||||
| 2015-03-27 | add leveldb support for needle map | chrislusf | 1 | -2/+2 | |
| This supposedly should reduce memory consumption. However, for tests with millions of, this shows consuming more memories. Need to see whether this will work out. If not, later boltdb will be tested. | |||||
| 2015-03-09 | adjust log printing | chrislusf | 1 | -4/+3 | |
| 2014-11-28 | Change name to Seaweed. | Chris Lu | 1 | -1/+1 | |
| 2014-10-26 | formatting code by: goimports -w=true . | Chris Lu | 1 | -2/+3 | |
| 2014-09-25 | use github.com/chrislusf instead of github.com/aszxqw | wyy | 1 | -2/+2 | |
| 2014-09-25 | use github.com/aszxqw instead of code.google.com/p | wyy | 1 | -2/+2 | |
| 2014-05-31 | Reduce memory usage for "weed fix" | Chris Lu | 1 | -1/+1 | |
| 2014-03-09 | truncate file content during creating | Chris Lu | 1 | -1/+1 | |
| 2013-11-12 | support for collections! | Chris Lu | 1 | -3/+7 | |
| 2013-09-19 | Issue 45 in weed-fs: [Compact issue] Offset overflow | Chris Lu | 1 | -2/+2 | |
| New issue 45 by hieu.hcmus@gmail.com: [Compact issue] Offset overflow http://code.google.com/p/weed-fs/issues/detail?id=45 You are using uint32(Maximum 4Gb) to store needle offset(Maximum 32Gb) when compacting. Currently It is ok if the volume size is < 4gb Change variable "offset" in ScanVolumeFile function to uint64 to fix the issue. | |||||
| 2013-09-01 | issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com> | Chris Lu | 1 | -1/+1 | |
| some basic changes to parse upload url | |||||
| 2013-08-08 | switching to temporarily use glog library | Chris Lu | 1 | -3/+3 | |
| 2013-02-26 | add lots of error checking by GThomas | Chris Lu | 1 | -2/+2 | |
| 2013-02-10 | rename from cmd to weed for easier "go build" | Chris Lu | 1 | -0/+64 | |
