filer: add leveldb3

support dedicated leveldb instance for each bucket
This commit is contained in:
Chris Lu
2021-01-12 02:29:44 -08:00
parent 361043e6c1
commit 629c9962e7
5 changed files with 504 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer/hbase"
_ "github.com/chrislusf/seaweedfs/weed/filer/leveldb"
_ "github.com/chrislusf/seaweedfs/weed/filer/leveldb2"
_ "github.com/chrislusf/seaweedfs/weed/filer/leveldb3"
_ "github.com/chrislusf/seaweedfs/weed/filer/mongodb"
_ "github.com/chrislusf/seaweedfs/weed/filer/mysql"
_ "github.com/chrislusf/seaweedfs/weed/filer/postgres"