aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/leveldb3
AgeCommit message (Expand)AuthorFilesLines
2024-06-25optionally open the leveldb in readonly modechrislu1-3/+6
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-3/+3
2023-08-24Implement SRV lookups for filer (#4767)Nico D'Cotta1-2/+3
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-4/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu4-8/+8
2022-07-21leveldb3: add instant dropping bucketchrislu2-4/+35
2022-05-03Merge branch 'new_master' into ydbKonstantin Lebedev1-2/+2
2022-05-01filer: add filer groupchrislu1-2/+2
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev1-1/+1
2022-03-16rename to skipCheckParentDirchrislu1-1/+1
2022-03-17go fmtzzq094941-1/+1
2022-03-17fix: ut test errorzzq094941-1/+1
2022-02-20leveldb3: adjust memory allocation for each bucketchrislu1-2/+2
2022-02-14test: use `T.TempDir` to create temporary test directoryEng Zer Jun1-5/+2
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-3/+2
2021-09-13fix tests2.68Chris Lu1-2/+2
2021-09-09CompactionTableSizeMultiplier of leveldb use default value. #2325joshuafc1-8/+6
2021-07-22Merge pull request #2211 from qieqieplus/filer-bloom-filterChris Lu1-5/+9
2021-07-23add bloom filter for filer leveldb/rocksdbqieqieplus1-5/+9
2021-07-22filer: fix mysql, postgres batch delete errorChris Lu1-1/+1
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev1-1/+1
2021-04-24filer: directory listing adds namePatternExcludeChris Lu1-3/+3
2021-03-14filer: leveldb, rocksdb auto create store directoryChris Lu1-0/+1
2021-01-31filer: leveldb and hbase may miss files when listing large directories more t...Chris Lu1-1/+1
2021-01-15add stream list directory entriesChris Lu1-7/+9
2021-01-14change limit to int64 in case of overflowChris Lu2-5/+5
2021-01-14implement leveldb changesChris Lu1-9/+9
2021-01-13leveldb3: ensure repeatable adding removing bucketsChris Lu1-1/+13
2021-01-12remove printlnChris Lu1-2/+0
2021-01-12fix testChris Lu1-2/+2
2021-01-12filer: add leveldb3Chris Lu3-0/+497