
Working with TiKV MVCC In-Memory Engine (v8.5+)
60 Mins
Lab Description
In this practice, participants will learn how to use TiKV MVCC In-Memory Engine (IME). This feature is primarily used to accelerate queries that need to scan a large number of MVCC historical versions, that is, the total number of versions scanned (total_keys) is much greater than the number of versions processed (processed_keys).