mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add memsql to comments
This commit is contained in:
parent
e439b65e38
commit
f13c082583
|
@ -101,7 +101,7 @@ dir = "./filerldb3" # directory to store level db files
|
||||||
enabled = false
|
enabled = false
|
||||||
dir = "./filerrdb" # directory to store rocksdb files
|
dir = "./filerrdb" # directory to store rocksdb files
|
||||||
|
|
||||||
[mysql] # or tidb
|
[mysql] # or memsql, tidb
|
||||||
# CREATE TABLE IF NOT EXISTS filemeta (
|
# CREATE TABLE IF NOT EXISTS filemeta (
|
||||||
# dirhash BIGINT COMMENT 'first 64 bits of MD5 hash value of directory field',
|
# dirhash BIGINT COMMENT 'first 64 bits of MD5 hash value of directory field',
|
||||||
# name VARCHAR(1000) COMMENT 'directory or file name',
|
# name VARCHAR(1000) COMMENT 'directory or file name',
|
||||||
|
|
Loading…
Reference in a new issue