diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2021-05-24 12:28:19 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 12:28:19 +0500 |
| commit | 84dce32a5781268f6dbd0101e3bab65c04e0a1c7 (patch) | |
| tree | 5eb4f327c53e2525d372d19bce62984539c62e71 /weed/command/scaffold.go | |
| parent | bb4263352251fb7ad02cfeb7f340b5b961d0d55a (diff) | |
| parent | 359a08ecbad0b010811af367c2a2677fadfb53ae (diff) | |
| download | seaweedfs-84dce32a5781268f6dbd0101e3bab65c04e0a1c7.tar.xz seaweedfs-84dce32a5781268f6dbd0101e3bab65c04e0a1c7.zip | |
Merge branch 'master' into head_check_all_chunks
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 88dc94df1..8dc64aa6b 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -101,6 +101,11 @@ dir = "./filerldb3" # directory to store level db files enabled = false dir = "./filerrdb" # directory to store rocksdb files +[sqlite] +# local on disk, similar to leveldb +enabled = false +dbFile = "./filer.db" # sqlite db file + [mysql] # or memsql, tidb # CREATE TABLE IF NOT EXISTS filemeta ( # dirhash BIGINT COMMENT 'first 64 bits of MD5 hash value of directory field', |
