MySQL Forums
Forum List  »  Performance

Re: Poor insert performance. Is there a problem with my config?
Posted by: Peter Brawley
Date: September 28, 2021 10:58AM

Total InnoDB load / buffer pool size:31.64, big number, needs to come way down.

InnoDB buffer pool inefficiency:.37, let's see it after the new ram is in.

Table scan next row seeks/sec:52363.13, unsupportable, you'll need to fix those queries.

Max MySQL RAM use:174.01, 128G new RAM addresses that but you may not be done..

InnoDB IOPS: 14951.4, that's ( Innodb_pages_read + Innodb_pages_written + Innodb_dblwr_writes + Innodb_buffer_pool_pages_flushed ) / sec, again let's see it with the additional RAM.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Poor insert performance. Is there a problem with my config?
686
September 28, 2021 10:58AM


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.