MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

Distinguish user key and full key by type or trait #72

Open MrCroxx opened 2 years ago

MrCroxx commented 2 years ago

As #71 , the comparison method of user key and full key can be abused easily. We should distinguish them with type or trait bounds. And overhead should not be introduced.