tikv/client-rust

Improve key_exists performance

yongman opened this issue · 1 comments

key_exists use scan_keys to implement the key exists of the key, and scan can not use the bloom filter and have more costs than get command.

Closed, pr #360 already merged