MySQL Forums
Forum List  »  InnoDB

where is transaction pool located in mysql ?
Posted by: jongse park
Date: March 31, 2016 07:39PM

Hi,

Where is transaction pool located in mysql ?

MySQL 5.7 introduced for Taransaction pool.
----------------------------------------------------------
Fixed chunks of 4MB each
Ordered on address, improves locality of reference
Improves performance of read-write transaction list scans
Reduces malloc()/free() overhead
----------------------------------------------------------

I wonder where transaction pool is located in mysql 5.7?
In InnoDB Buffer Pool? or System tablespace? or ?

Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
where is transaction pool located in mysql ?
1440
March 31, 2016 07:39PM


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.