Hi all, When a key is inserted/updated, is the data page the key-value goes into gets locked? If yes, how is this efficient? (since insertions/updates of other key-values that map to the same data page have to wait)
I appreciate a detailed explanation. Thanks,