journeymidnight / yig

An open source object storage server with Amazon S3 compatible API
Apache License 2.0
360 stars 86 forks source link

implement meta storage of tikv #293

Closed cxt90730 closed 4 years ago

cxt90730 commented 4 years ago
  1. TiKV support transaction by using pd timestamp.
  2. Different data types have different prefixes. And the key is split by \.
  3. All data will be encoded by msgpack when written into TiKV.