Chris Lu
68e878adb5
fix formatting
4 years ago
Chris Lu
0d99a5da3c
c*: support kv operations
4 years ago
Chris Lu
645a4af3db
mongodb: support kv operations
4 years ago
Chris Lu
ecaa30c408
better error message
4 years ago
Chris Lu
7c770b727c
Update abstract_sql_store_kv.go
4 years ago
Chris Lu
05a6e2dc7f
sql kv upsert
4 years ago
Chris Lu
ed62f52452
fix sql insert with duplicated primary key
4 years ago
Chris Lu
9ea290aa12
fix error message
4 years ago
Chris Lu
06a1188267
mysql/postgres: support kv operations
4 years ago
Chris Lu
aa40295f06
leveldb: report not found entry
4 years ago
Chris Lu
87d7312bf6
mysql/postgres: properly report entry not found
4 years ago
Chris Lu
72b0a5f1d1
mysql or postgres: log find error
4 years ago
Chris Lu
2815bbe6c0
go fmt
4 years ago
Chris Lu
37234bf3f8
filer store adds kv support
can compile now, need to implement those unimplemented
4 years ago
Chris Lu
2b14ae5819
fix tests
4 years ago
Chris Lu
d91ec535b3
fix tests
4 years ago
Chris Lu
eb7929a971
rename filer2 to filer
4 years ago
Chris Lu
8647191bee
removing filer package!
7 years ago
Chris Lu
04c2c5e58d
fix mysql data store bug
7 years ago
Chris Lu
6ce0097846
add left padding
fix https://github.com/chrislusf/seaweedfs/issues/654
7 years ago
Chris Lu
9f345da20f
mv filer proto to filer_pb
7 years ago
Chris Lu
43a69d20bf
change filer API to gRPC
7 years ago
Chris Lu
2cada598c6
fix test
7 years ago
Chris Lu
fffb14bc87
better support FUSE Lookup()
7 years ago
Chris Lu
050ab19264
add design
7 years ago
Chris Lu
94a35f25f3
simple refactoring
7 years ago
Chris Lu
d49e91cd78
cassandra use local quorum for better performance
7 years ago
Chris Lu
15b8499f8d
refactoring
7 years ago
Chris Lu
8c64d06b3a
update redis library
7 years ago
chanyoung
52fc476a6f
filer: fixup print error message when make new directory
7 years ago
sparklxb
c46e91d229
complement weed mount: add read and delete
8 years ago
Stepan Bujnak
a72c92e55f
Added locking on the filer move operation
8 years ago
vancepym
ee6067e98c
Fix: the maximum-length character exceed 255
The length of a CHAR column is fixed to the length that you declare when you create the table. The length can be any value from 0 to 255. When CHAR values are stored, they are right-padded with spaces to the specified length.
see https://dev.mysql.com/doc/refman/5.7/en/char.html
8 years ago
Mike Tolman
43e655afc8
Updating PostgreSQL file store integration to support directories.
8 years ago
Mike Tolman
e88795be13
Adding PostgreSQL Support
8 years ago
Mike Tolman
b18ec59c56
Revert "Adding PostgreSQL Filer Support"
This reverts commit 10853e4d2f
.
8 years ago
Mike Tolman
10853e4d2f
Adding PostgreSQL Filer Support
8 years ago
Mike Tolman
a1783a14cc
Revert "Adding PostgreSQL Filer Support"
This reverts commit 855058858a
.
8 years ago
Mike Tolman
855058858a
Adding PostgreSQL Filer Support
8 years ago
Chris Lu
64509dd6ca
fix text.
8 years ago
eshujiushiwo
e025fc00a4
let filer use all cassandra server
let filer use all cassandra server
8 years ago
eshujiushiwo
5ee7fdc0cc
fix hosts strings
fix hosts strings
8 years ago
eshujiushiwo
3450eff288
fix info log
fix info log
8 years ago
eshujiushiwo
3e29d0f75b
Update cassandra_store.go
8 years ago
eshujiushiwo
809aa028ec
fix the connection of cassandra
fix the connection of cassandra ,let filer can connect to multi cassandra nodes which are in the one cluster
8 years ago
eshujiushiwo
89ccb6be05
Update cassandra_store.go
8 years ago
eshujiushiwo
5385bf9555
update cassandra connections
update cassandra connections
8 years ago
霍晓栋
78474409a5
filer mysqlstore bug fix
8 years ago
霍晓栋
3aa021a812
refactoring mysql store code
8 years ago
霍晓栋
e7b237c8da
UT case fix
8 years ago