seaweedfs/weed/filer/abstract_sql
Chris Lu 68d39c86f1 mysql, postgres, cassandra: change kv key to base64 encoding
The exisitng key-value operation for stores using mysql, postgres, and maybe cassandra are already broken.

The kv is used to store hardlink, filer store signature and replication progress.

So users using hardlink and also uses mysql, postgres, or cassandra will have broken hard links.

Users using filer.sync will need to re-sync the files.
2020-10-16 11:10:12 -07:00
..
abstract_sql_store.go filer: fix postgres prefixed directory listing problem 2020-09-12 13:37:03 -07:00
abstract_sql_store_kv.go mysql, postgres, cassandra: change kv key to base64 encoding 2020-10-16 11:10:12 -07:00