rocksdb has a very nice `DeleteRange` API which is non blocking and would be great for `clear`. However, there are two problems: - Open end is not supported. (Could be hack emulate with '\fffffffffffffff') - Limit is not supported. Any chance of making these optional in the level API?