For example, the logic for current RocksDB is:
put(key1, value1);
put(key1, value2);
And you can find (key1, value1) nowhere.
Is there a property or something like it, that can keep the earlier key-value pair like (key1, value1) whether in the memtable or the SST files?