RocksDBMapState get the binary key bytes

2021-11-24 Thread Zen4YYDS
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

回复: RocksDBMapState get the binary key bytes

2021-11-25 Thread Zen4YYDS
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