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.
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.