sunbains / embedded-innodb

Embedded InnoDB based on v5.1
GNU General Public License v2.0
28 stars 7 forks source link

Allow bulk flushing #22

Open subains opened 7 months ago

subains commented 7 months ago

Currently all write go via the flush list and this causes mutex bottlenecks. Need to figure out a way to do write pages directly via the buffer pool especially during shutdown or bulk operations.