Hi devs:
Using RocksDB, when key and namespace both have variable binary length, to
prevent [key, namespace] have equal binary number, we add key length and
namespace length after key and namespace respectively. Then the format is:
Keygroup – key -keyLength– namespace-namespaceLenth
on yet considering the state compatibility. Have you encountered the
problem in production?
Zen4YYDS 于2021年11月25日周四 下午3:30写道:
> Hi devs:
>
> Using RocksDB, when key and namespace both have variable binary
> length, to prevent [key, namespace] have equal binary number, we ad