MySQL Forums
Forum List  »  InnoDB

Change of record locks organization in InnoDB
Posted by: Jiamin Huang
Date: February 06, 2016 07:43PM

I am looking into the source code of InnoDB and I have a question. Currently all the record level locks are stored in a hash table. Also, locks with the same rec_fold value are stored in the same linked list. Does changing the data structure for lock objects from list to heap affects the performance and correctness of MySQL? If so, which parts are going to be affected?

Options: ReplyQuote


Subject
Views
Written By
Posted
Change of record locks organization in InnoDB
1111
February 06, 2016 07:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.