works
performance seems about the same as leveldb for insert entries
This commit is contained in:
7
weed/server/filer_server_rocksdb.go
Normal file
7
weed/server/filer_server_rocksdb.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build rocksdb
|
||||
|
||||
package weed_server
|
||||
|
||||
import (
|
||||
_ "github.com/chrislusf/seaweedfs/weed/filer/rocksdb"
|
||||
)
|
||||
Reference in New Issue
Block a user